About 852,000 results
Open links in new tab
  1. How to unzip a zip file from the Terminal? - Ask Ubuntu

    Oct 13, 2017 · If the unzip command isn't already installed on your system (use which unzip to check), then run: sudo apt-get install unzip After installing the unzip utility, if you want to …

  2. How to Zip and Unzip a directory and its files in Linux

    Aug 13, 2015 · To unzip you simply use unzip my_arch.zip Zip stores relative path names by default. There are several parameter-options available for zip. For that read: the manual (man …

  3. What command do I need to unzip/extract a .tar.gz file?

    Type man tar for more information, but this command should do the trick: tar -xvzf community_images.tar.gz To explain a little further, tar collected all the files into one package, …

  4. command line - How to unzip ".zip" files? - Ask Ubuntu

    May 21, 2017 · I looked for an answer to unzip .zip files and I haven't found a helpful answer, nor a recent one. Some people said to install the unzip command, I attempt to do so and …

  5. How to unzip .tgz file using the terminal? [duplicate]

    Jul 19, 2014 · Open the terminal and use the cd command to change directories to the directory where the mongodb-linux-x86_64-2.6.3.tgz file is located and the run the following command:

  6. How to extract a zip file to a specific folder? - Ask Ubuntu

    Sep 5, 2014 · unzip /path/to/file.zip -d temp_for_zip_extract You should now have the contents of your zip file temp_for_zip_extract and can copy them into the desired folder.

  7. Unzip specific directory without creating top directory

    Mar 12, 2017 · $ cd abc $ unzip abc.zip -d ../ [-d exdir] An optional directory to which to extract files. By default, all files and subdirectories are recreated in the current directory; the -d option …

  8. tar - How do I uncompress a tarball that uses .xz? - Ask Ubuntu

    Jan 3, 2012 · I'm used to extracting tarballs with a -xfz flag, which handles gzip and bzip2 archives. Recently I've run into a .tar.xz file and I would like to uncompress it in one step using …

  9. command line - Unable to unzip file - Ask Ubuntu

    trying to unzip a file so im trying the following command Sorry im really quite new to linux btw this is Ubuntu server latest release. user@serverubuntu:~/minecraft ...

  10. Extract several zip files, each in a new folder with the same name, …

    Aug 31, 2014 · Related: How can I use a single command to unzip every file in a directory, into a new unique directory with the same name as the file