7-Zip for Linux — Download Best Archiver for your Linux Distro

By

7-Zip for Linux is the best solution for file compression and decompression. And if you are the type of person who regularly deals with compressed files such as Zip and RAR formats, well then, the 7Zip should be on our list of installed apps. Before we show you how to install and use the software on Linux, make sure to check out our other guides on 7Zip.

7zip linux

For compressed files, 7Zip is the only one that can compare head to head with the ever-popular WinRAR. But in reality, 7Zip is the much better one. As a matter of fact, 7Zip is a tool for many professionals who really know their stuff.

Contents

What is 7-Zip?

7Zip is a powerful tool in the right hands. It is a secure open-source file archiver that can compress multiple files into one simplified cabinet-like folder and vice versa.

7zip box

The 7Zip was created by Igor Pavlov back in 1999. It supports the most known compression type of formats on both packing and unpacking methods. This includes ZIP, Gzip, bzip2, xz, tar, and WIM for Windows installer.

Basically, the 7Zip archiving tool is pretty much near-universal in terms of its focused purpose. It has a powerful compression algorithm and supports password protection. This app is a tool for benchmarking processing power by some experts. According to some reviewers, the 7Zip is a tool far better than what the popular counterpart can do. Nevertheless, it is not perfect and has its own downsides.

There are two main accesses to use 7Zip. One is through a 7Zip command line. The other one is through your typical graphical interface which is more user-friendly for most users. The 7Zip for Linux will work more on the command-line support.

Download 7-Zip for Linux

Name7Zip 22.00
Size1.48 MB
VersionLinux Console Version
Author7-Zip

How to Install 7-Zip for Linux

For those of you that are not familiar with how apps are installed on Linux or any Linux-based distribution, this is the 7Zip tutorial written just for you. This will be the simplest coding you will ever do so you should be able to follow this if you manage to do this in repetition. Still, it’s not as easy as installing 7Zip for Windows or Mac. Yes, it’s just like they said, practice makes perfect.

disc and box

On Ubuntu and some other Linux-based platform, 7Zip is packaged as p7Zip. To install p7Zip, you will need to do this procedure. Here’s how it goes.

  1. The first thing you need to do is to launch the Terminal to execute some commands. If you cannot find the Terminal, you can use Ubuntu’s search service and type in Terminal.
  2. On the Terminal, type in this command: sudo apt-get update
  3. You will be asked to enter your password. Please do so as this first command will update your system.
  4. Once the system update finishes, you will need to type in this command: sudo apt-get install p7Zip-full
  5. Again, you will need to enter your system password to confirm the command request.
  6. The command will now start to download the necessary files from the repository
  7. As soon as all the files are downloaded, you will be asked if you want to continue or not with the installation. Type “Y” for yes and “N” for no. In this case, just type “Y” and press the Enter key.
  8. This will now initiate the unpacking of the downloaded files and start setting them up for installation.
  9. When the command line appears again, it means the installation is through.
  10. To make sure that the 7Zip really installed on your Linux computer you will need to type in this command: sudo apt-qq list p7Zip-full
  11. Type in your system password again to confirm the request.
  12. Read the following line and find the word “Installed.”
  13. Now type this command: sudo dpkg -s p7Zip-full | grep Status
  14. The next line should say “Installed” again.
  15. That’s it. You now have 7Zip installed on your Ubuntu system.

How Do I Use 7Zip on Linux

To use 7Zip on Linux you will need to install p7zip package because 7Zip is not supported by default in most of the Linux distributions.

7Zip is an open-source file archiving application for Linux that can be used to compress and decompress files. The application is a great way to save space on your hard drive, as well as to securely send files over the internet. 7Zip is a very versatile tool, allowing you to create archives in a variety of different formats, such as 7z, tar, zip, and gzip. In this article, we will provide instructions on how to use 7Zip on Linux.

The first step is to install the application. 7Zip is available in the official repositories of most major Linux distributions, such as Ubuntu and Fedora. To install, open a terminal and type in the following command:

sudo apt-get install p7zip-full

Once the installation is complete, you can start creating archives. To do this, navigate to the directory containing the files that you want to archive and type the following command:

7z a [archive-name].7z [file-name-1] [file-name-2] …

In this example, the command will create an archive named [archive-name].7z containing the files [file-name-1], [file-name-2], and so on. The a flag stands for archive, and the 7z flag tells 7Zip to use the 7z format, which is the most common format for 7Zip archives.

You can also use 7Zip to decompress archives. To do this, navigate to the directory containing the archive and type the following command:

7z x [archive-name].7z

This command will extract the contents of the archive to the current directory.

7Zip also provides a number of additional features, such as password protection, encryption, and incremental backups. To learn more about these features, type the following command:

7z –help

This will display a list of available options and their usage.

7Zip is a powerful and versatile tool for managing archives on Linux. It is easy to install and use, and provides a number of advanced features for experienced users. With 7Zip, you can easily compress and decompress files, as well as create secure archives with password protection and encryption.

7-Zip Commands

Now, if you want to know all the corresponding commands to execute some tasks, you will only need to launch the Terminal again. From the Terminal, just type in 7Z. It should show you the different types of commands that you can use. To execute any command, it should follow this pattern:


  • 7z [command option] [archive file name & format] [files]


Command Options


  • a —means to add files in archive
  • l —means to list the contents of archive
  • u — means to update the files in the archive
  • e — means to extract files from archive without their full path
  • x — means to extract files from archive with their full path
  • d — means to delete files from archive


For the “archive file name & format” you will type in the name of the compressed file that you want as output with the file format that you want like ZIP, RAR, or 7Z. For the “files” that the name of the file that you want to compress. To do this, here is an example and how to do it:


  1. Create a folder on your desktop.
  2. Paste the file inside that folder. Let’s assume that the file’s name is “Sample.”
  3. Now, still in the same folder, launch the Terminal.
  4. Now, type in this command: 7z a Sample.zip Sample
  5. Wait for a few seconds or minutes depending on the size of the file. The bigger the file, the longer the compression takes place.
  6. That’s it. A new file will now appear inside the folder with the name Sample.zip next to the original file named Sample.


Conclusion


For the old-timers and advanced users, these commands will be easy. But if this is your first time, you will need some getting used to it. Ubuntu and other Linux-based distributions are a bit complicated especially if you came from a point-and-click operating system like Windows 7 to 10.


Now, as a question for today’s topic, do you think the 7Zip for Linux is a good tool? If not, do you have an alternative in mind? If you do, do tell us in the comment section. We would love to know your recommendations.


If you have any questions about today’s topic, please feel free to leave your message in the comment section below as well. We will try to get back to you as soon as we can.

4 thoughts on “7-Zip for Linux — Download Best Archiver for your Linux Distro”

  1. Nice article.
    “sudo apt-qq list p7Zip-full” should be:
    “sudo apt list p7zip-full”
    (at least I did not have “apt-qq” and have never seen it).

    Thanks!

    Reply
  2. Where is the desktop version.
    CLI only = FAIL!
    Linux is smarter than Windowz. Stop crippling it by making apps ONLY for stem administrators.

    Reply

Leave a Comment