News

Jack Wallen walks you through the process of zipping and unzipping files in Linux from both the command line and the GUI.
How to Zip Files in Linux (GUI Method) The GUI method to zip and unzip files is easier compared to the CLI method but lacks various options and features which may be useful for many users. The method ...
In this how-to, we’ll look at the zip command, a useful utility that enables us to specify lists of files, set a level of data compression and create compressed archives. Whilst you become ...
Let us see how you can use the zip command to create a zip file, add a new file to an existing zip file, list zip file content without extracting it, delete the contents of zip, and encrypt zip with a ...
How to zip .GZ files in Linux? Creating .GZ archives is a super simple process. Aforementioned, you only need the gzip command to create an archive. The command also offers a bunch of tools for better ...
Need guidance on how to ZIP a file on Linux? Let us guide your hand! Follow these quick and easy instructions to master the activity.
Zipping files is an effective way to reduce file sizes, making it easier to store and share multiple files. Whether you are using a Windows PC, Mac, Chromebook, or Linux computer, the process of ...
There are instances where you'd have to extract Tar archives. In this article, let's look at how to extract or untar ZIP, TAR files on Linux.
Spread the loveZIP files are compressed archives that hold multiple files in one compressed file. When we download files from the internet, they are often compressed to reduce their size and make them ...
Tar.gz is one of the most common file compression formats in Linux today. Unlike ZIP, RAR and 7ZIP, it is a combination of two different file formats: TAR and GZIP. This tutorial shows how to unzip a ...