Ubuntu/Debian/Mint news and tutorials | Linux gaming
facebook.png
twitter.png
feed.png
Quick Tip
Disable Overlay Scrollbars in GNOME
gsettings set com.canonical.desktop.interface scrollbar-mode normal
Quick Tip
Find Files Containing a Text Pattern
find . -iname "*.txt" -exec grep -l "hello" {} +
Categories
Online Readers
Advertise on TuxArena
Linux Cheat Sheet

Have a look at our Linux Cheat Sheet for quick one-liners, commands and tips.

PeaZip is an open-source file archiver with GTK and Qt interfaces, with support for all the major archives out there, including gzip, 7z, bzip2, zip, and arc.


Here are some of the main features provided by PeaZip, according to the official website:

  • easy to use GUI, powerful integration with scripts
  • portable version for running it from removable devices
  • it can work with all the popular archive formats
  • tools to extract, compress, convert, encrypt, secure delete and save backup scripts
  • fast, with a high compression ratio, stable and secure
  • comes with packages for various distributions, also generic Linux packages
  • it has both GTK and Qt interfaces (GTK interface is the recommended one)

To install it in Ubuntu 11.04, download the DEB package from
here then open a terminal, make sure the current working directory is the one where you saved the .deb file, and type in the following command:

sudo dpkg -i peazip_3.8.LINUX.GTK2-2_all.deb 

To run it type in the terminal peazip or press Alt+F2 and type peazip in the run box. Here’s how it looks like:

And the configuration window:

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.