How to open a TGz file

How to open a TGz file

The TGV file extension is used for compressed tar files. Tar is a file format used in Linux and Unix systems. "Tar" creates a single file that has many files inside. Tar files are not compressed. Gzip is a compression format for Linux and Unix, similar to the ZIP compression format. It's usually used to compress tar. files. "Tar" command includes options to extract the TGZ files.

Steps to follow:
1

Open a terminal window or Konsole. The Terminal or Konsole program is found under the main program menu or clicking on the desktop with the right button.

2

Write "filename.tgz tar-xvzf" to extract the TGZ file. Relpace the " file name" with the name of the file.

3

Write "ls" to list the content of the TGZ file in the directory so the file can be extracted correctly.

If you want to read similar articles to How to open a TGz file, we recommend you visit our Software category.

Tips
  • A compressed tar file with gzip can also have a tar.gz extension.