About 56,100 results
Open links in new tab
  1. How to extract a tar file (.tgz) in windows? - Super User

    Jan 18, 2011 · How to extract a tar file (.tgz) in windows? Is this possible, or do I have to get into a linux environment and extract it?

  2. 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:

  3. How to open a .tar.gz file in Windows? - Super User

    Nov 27, 2010 · I need to open a file that sadly is only available in the .tar.gz file format and I am using Windows 7. I can unzip the file using 7-zip but after that I still have a .tar file that I can't …

  4. 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, …

  5. tar - How to extract *.tgz.part-*? - Ask Ubuntu

    Oct 9, 2019 · Files are divided with split, to join the file you need to use cat before you can extract your .tgz file: cat multiview_action.tgz.part-* > multiview_action.tgz If you leave out -z from …

  6. How can I view the contents of tar.gz file without extracting from …

    Dec 19, 2013 · I want to see the contents (list of files and folders) of an archive, for example a tar.gz file without extracting it. Are there any methods for doing that?

  7. How can I unzip a .tar.gz in one step (using 7-Zip)? - Super User

    See the help file (7-zip.chm) in the install directory for more info on the command line commands and switches. You can create a context menu entry for .tar.gz/.tgz files that calls the above …

  8. tar - Unable to open .tgz file - Super User

    Unable to open .tgz file Ask Question Asked 5 years, 3 months ago Modified 5 years, 3 months ago

  9. compression - How to extract a gpg file - Super User

    Dec 31, 2009 · I have a file that is compressed. I used a program to find out what kind of file it is and it says that it's a gpg file. How do you uncompress a gpg file?

  10. linux - extract single file from huge tgz file - Super User

    21 I have a huge tar file (about 500G) and I wan't to extract just a single file from it. However, when I run tar -xvf file.tgz path/to/file it seems like it is still loading the whole contents into …