Peazip: A Modern File Manager and Archive Tool for Linux

Peazip is a free and open-source file manager and archiving tool based on popular technologies like 7-Zip / p7zip archiver, Facebook Zstandard fast compressor, Google Brotli fast compressor, etc.

It is written in Pascal (programming language) and is available for all major platforms like Linux, BSD, macOS, and Windows. A source file is also available for manual compilation and installation.

To make it more clear for you to understand why you should choose PeaZip, check out the features section.

Features of PeaZip

  • Peazip supports more than 200+ file formats (7z, Tar, Zip, gzip, bzip2, etc.), including its own PEA archive format.
  • Native PEA archive format is capable of a maximum PEA archive size of 16 YB (yottabyte).
  • PEA Archive format also supports data recovery, integrity check, multi-volume split, and error correction.
  • Available for architectures 32-bit and 64-bit, including the ARM version.
  • Split a large file into chunks and join them later with a smooth experience.
  • Support strong encryption and set a custom password to put a cherry on top.
  • Support for two-factor authentication and authenticated encryption.
  • Easily export tasks defined in the GUI as command line scripts.
  • Available in DEB, RPM, TGZ, and portable package formats, including the Flatpak package.
  • Also compiled differently for QT and GTK2.

After looking at the features, you might be convinced to install it or at least give it a try. Then follow the below method to learn the installation part.

Installing PeaZip on Linux

However, you can find multiple files to download and install on major platforms like Linux, Windows, macOS, and BSD. Today, the focus will be on Linux, more specifically on installation on Ubuntu or other Debian-based distributions.

For RHEL, Fedora, or Arch-based users, you can install it using the Flatpak package manager, or you can directly download the RPM package for the RHEL-based distributions, and for Arch, you can go with the AUR repository.

Install PeaZip using the Deb package

First, visit the official website to download the DEB package. After the page is open, you will see the main interface from where you can click on Peazip for Linux.

PeaZip - Official Website
PeaZip – Official Website

From the next interface, you will get multiple options to download it for different platforms. For Ubuntu or other Debian-based distributions. Click on the first option with the name DEB GTK2.

Downloading the PeaZip Deb package
Downloading the PeaZip Deb package

Open your terminal app and navigate to the download location where the file is present.

PeaZip Deb Package in the Download directory of Linux
PeaZip Deb Package in the Download directory of Linux

Lastly, install the downloaded Deb file format using the APT package manager by using the following command.

Note: Do not forget to replace the “8.8.0” with your downloaded version.

$ sudo apt install ./peazip_8.8.0.LINUX.GTK2-1_amd64.deb

Below is the output of the above command.

Installing PeaZip using the APT package manager
Installing PeaZip using the APT package manager

Congratulation!!! You have successfully installed it on Ubuntu or other Debian-based distributions.

To verify that the installation is done correctly, use the following command.

$ peazip

Or search for peazip in the application launcher menu.

Searching PeaZip
Searching PeaZip

After the application is launched, you will interact with the following interface.

PeaZip interface
PeaZip interface

If you are interested in removing the PeaZip application in the future, then execute the following command and press Y when asked.

$ sudo apt remove peazip

Below is the output of the above command.

Removing PeaZip from Linux
Removing PeaZip from Linux

Install PeaZip using Flatpak (Recommended)

If your system has Flatpak installed and configured, then you can easily install it with a single-line command. I personally prefer you to install it using Flatpak as it makes it easier for you to update the application to its latest release.

Execute the following command to install it from Flatpak.

$ flatpak install flathub io.github.peazip.PeaZip

Below is the output of the above command.

Installing PeaZip application from the Flatpak package manager
Installing PeaZip application from the Flatpak package manager

After the installation is complete, hit the following command to launch the application.

$ flatpak run io.github.peazip.PeaZip

Or search for peazip in the application launcher menu.

Searching PeaZip
Searching PeaZip

When the application is launched, you will interact with the following screen.

PeaZip interface
PeaZip interface

In the future, if there is a new update, then run the following command to update it to its latest release.

$ flatpak update io.github.peazip.PeaZip

Below is the output of the above command.

Updating PeaZip from the Flatpak package manager
Updating PeaZip from the Flatpak package manager

Lastly, if your mind ever comes to removing it from your system, then go with the following command.

$ flatpak remove io.github.peazip.PeaZip

Below is the output of the above command.

Removing PeaZip from system by using the Flatpak package manager
Removing PeaZip from the system by using the Flatpak package manager

Conclusion

PeaZip is an amazing cross-platform tool, a full-featured but user-friendly alternative to WinRar, WinZip, and similar general-purpose archive manager applications.

It opens and extracts 200+ archive formats: 001, 7Z, ACE, ARC, ARJ, BR, BZ2, CAB, DMG, GZ, ISO, LHA, PAQ, PEA, RAR, TAR, UDF, WIM, XZ, ZIP, ZIPX, ZST.

I personally found it very useful and didn’t face any issues or problems while using it. However, do let me know your personal opinion in the comment section.

Leave a Reply