How to Unzip a Tar GZ File in Linux

How to Unzip a Tar GZ File in Linux thumbnail
You must use the command line on Linux to decompress a .tar.gz file.

The .tar.gz file format is a compressed file format that is used on Linux operating systems to bundle files together for easier storage and delivery. If you have a .tar.gz file and you need to decompress it, you can do so through the tools built in to the Linux operating system. You need to have some moderate experience with Linux to do this, though, since it requires that you use the command line on Linux.

Instructions

    • 1

      Log in to Linux.

    • 2

      Open the "Terminal" command line program from the System menu on your Desktop.

    • 3

      Type "cd /folder/" and press "Enter", where "/folder/" is the full file path to the location that contains your .tar.gz file you want to unzip.

    • 4

      Type "tar xzf your_file.tar.gz" and press "Enter", where "your_file.tar.gz" is the name of the file you want to unzip. The file is decompressed into the same folder.

Related Searches:

References

Comments

You May Also Like

  • How to Unzip a GZ File in Linux

    GZ files are archive files compressed with the "gzip" program, similar to zip files. These archive files contain one or more files,...

  • How to Unzip a Tar.gz in Linux

    Tar is a file archive format that was originally used with magnetic tape storage systems. Unlike with other formats, tar archives are...

  • How to Unzip a Tar GZ File

    Comments. You May Also Like. How to Unzip a Tar File. Windows does not feature native support for .tar archives, predominantly used...

  • How to Unzip GZ Files

    GZ files are compressed archives that contain groups of files within them. Like ZIP or RAR files, GZ archives need to be...

  • How to Remove Duplicate Files in Linux

    The Linux operating system uses the command "fdupes" to find and delete duplicate files. The "fdupes" package, which includes the software necessary...

  • How to Make a Tar.GZ File

    A tar (tape archive) file is a common Linux/Unix archive format. As an archive, it simply creates one file that contains many...

  • How to Unzip a Tar.GZ Unix File

    Unix-based operating systems such as Linux and Mac OS X use ".tar.gz" files to combine and compress multiple files for storage purposes...

  • How to Unzip a Folder in Linux

    GNU/Linux is an operating system released under the GNU license by Linus Torvalds. The Linux operating system is released in a number...

  • How to Extract TAR Files

    TAR files are directories that hold multiple data files. Though most TAR files are created on Unix-based computers, they can be extracted...

  • How to Extract TAR Files in Linux

    In the Linux, a .TAR file is the equivalent of a .ZIP file in Windows. It is an archived file containing multiple...

  • How to Open a Gz File

    Open a gz file easily by using this step by step guide. This article will show you how to quickly open gz...

  • How to Use the Linux Command to Unzip a Zip File

    Linux is a free, open-source operating system that includes a variety of terminal commands. While some Linux systems have graphical desktops, all...

  • How to Extract Tar Files in Terminal

    Files with the ".tar" extension, sometimes called "tarballs," are a type of compressed archive, which means they contain several different files that...

  • How to Unzip Tar Files in Linux

    Linux is an open source version of the UNIX graphical user interface operating system. The operating system is an alternative to the...

  • How to Unzip a Tar File

    Comments. You May Also Like. How to Unzip a Tar GZ File. Tar GZ is an archiving format that is used to...

  • How to Unzip a .Zip File in Linux

    A zip file is a compressed file containing other files. Zip files are widely-used on the Internet for distribution of software and...

  • How to Unzip GZ Files in Windows

    Gzip stands for GNU zip. The utility was writtel to be distributed freely with full source code by Jeal-loup Gailly and Mark...

  • How to Fix the Linux File System

    The "fsck" command is used to correct any corruption or errors in the Linux and Unix file systems. This command works with...

Related Ads

Featured