
Thu Dec 21 2023
How to Extract (Unzip) Tar Gz File
tar.gz file is a Tar archive compressed with Gzip. To extract a tar.gz file, use the tar -xf command followed by the archive name.
Read more

Wed Nov 18 2020
Tar Command in Linux (Create and Extract Archives)
This article shows how to use the tar command to extract, list, and create tar archives.

Wed Jul 22 2020
How to Create Tar Gz File
This article describes how to create tar.gz files. By convention, the name of a tar archive compressed with gzip should end with either .tar.gz or .tgz.

Wed Mar 04 2020
How to Extract (Unzip) tar.xz File
Xz is a popular algorithm for compressing files based on the LZMA algorithm. This article explains how to extract (or unzip) .tar.xz or .txz archives using the tar command.
Tue Sep 24 2019
How to Extract (Unzip) Tar Bz2 File
