How to install PeaZip on Ubuntu?
You can download an Ubuntu package for PeaZip from their website:
- http://www.peazip.org/peazip-linux.html
You'll probably want one of the GTK2 versions unless you're using KDE.
For some reason some of the older GTK debs are configured for the KDE desktop. They include a desktop icon, but install it to the KDE directories. I fixed this by just linking the desktop file in the correct directory.
Just run sudo ln -s /opt/kde3/share/applications/kde/PeaZip.desktop /usr/share/applications/
.
Alternatively, you could just copy the shortcut with sudo cp /opt/kde3/share/applications/kde/PeaZip.desktop /usr/share/applications/
Newer versions found on their download page seem to have fixed this problem.