I installed 7-Zip from Software Center, but where is the GUI application?
Original question asked by a user:
ich habe 7Zip aus dem Softwarecentrum installiert, finde aber kein Symbol zum öffnen des Programmes. Kann hier jemand helfen?
I installed 7-Zip from Software Center, but where is the GUI application?
Original question asked by a user:
ich habe 7Zip aus dem Softwarecentrum installiert, finde aber kein Symbol zum öffnen des Programmes. Kann hier jemand helfen?
The package
p7zip
you installed from Software Center contains a port of the command line utility included in the 7-Zip installer for Windows. It does not include any applications with a graphical user interface (GUI) like7ZipFM.exe
. Instead, it extends the functionality of the archive and extract tool (file-roller
, page in Software Center) included in the default installation.LZMA, LZMA2, XZ and RAR support
p7zip
may only include support for the LZMA compression algorithm, not for LZMA2. For that you should install thexz-utils
package from Software Center and set the output format to.xz
or better.tar.xz
or.txz
to preserve file attributes.For support of the
.rar
format you should install theunrar-free
package from Software Center and run the program from terminal, as that seems to provide the best support for this particular format.Change the default compression level
See: Set 7z compression level using GUI in Ubuntu
Please understand that questions and answers can only be asked and answered in English, but you may find helpful German support over at ubuntuusers.de.
You can install PeaZip if you want powerfull GUI on the backbone of 7zip.
Please type these commands on terminal :
To install Peazip on Ubuntu:
Download the needed file from here
peazip_x.x.x.LINUX.GTK2-2_i386.deb
(32-bits)peazip_x.x.x.LINUX.GTK2-2_all.deb
(64-bits)For 64-bit machine (if 32 bits machine go to step 3)
That is it, you are done !
Step 2 is needed because the 64-bit package requires ia-32 libs, which is no available in Ubuntu since Ubuntu 13.10. The “fix” is to simply install the 32bit dependency libraries on 64bit Ubuntu, and that’s how multiarch works.
So first open terminal from Unity Dash, App Launcher, or via Ctrl+Alt+T shortcut key. When it opens, paste below command and run to install dependencies: