Description: Features: --------- * Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR * Unpacking only: ARJ, CAB, CHM, CPIO, DEB, DMG, HFS, ISO, LZH, LZMA, MSI, NSIS, RAR, RPM, UDF, WIM, XAR and Z. * Support for create and extract multivolume archives * Support for create and extract password protected archives * Create multiple archives from multiple files * Extract multiple files to multiple (relative) directories * Progress bar
Requirements: ------------- - python 2.6.* - pyqt 4.7.* - wxgtk - p7zip package - 7zG (The GUI component of the P7Zip compression utility)
How to install: --------------- 1* install wxgtk,p7zip,python and pyqt for your distribution. 2* check if you have 7zG in your path or if you can install it via your distribution. If not, compile it from source (step 3*):
3* 7zG compilation (skip this step if you already have 7zG): * Download p7zip_9.13_src_all.tar.bz2 or newer version from http://sourceforge.net/projects/p7zip/files/ * # tar -xvf p7zip_9.13_src_all.tar.bz2 * # cd p7zip_9.13/ * if you use a 32bit OS, # cp makefile.linux_x86_asm_gcc_4.X makefile.machine * if you use a 64bit OS, # cp makefile.linux_amd64_asm makefile.machine * # make 7zG * # sudo cp bin/7zG /usr/local/bin #(or anywhere in your path)
4* Service menu installation: cd to the folder containing this README # chmod +x *.sh 7zGopts.py # sudo cp -a *.sh 7zGopts.py _7zGoptui /usr/local/bin #(or anywhere in your path) # mkdir -p ~/.kde4/share/kde4/services/ServiceMenus/ # cp 7zG.desktop ~/.kde4/share/kde4/services/ServiceMenus/ # kbuildsycoca4
5* Right-click on a file/folder in dolhin or konqueror and search for "7zG Compression" menu item.
Problems: --------- tar.gz, tar.bz2 and tar.7z compression is not supported in one shot, to create them, you have to first make a tar archive and then compress it to gz,bz2 or 7z.Last changelog:
2010-09-16 - Initial 0.1 version 2010-09-16 - Some doc fixes
But this one is really nice.
But this:
# mkdir -p ~/.kde4/share/kde4/services/ServiceMenus/
# cp 7zG.desktop ~/.kde4/share/kde4/services/ServiceMenus/
..could be done with just:
install -D 7zG.desktop ~/.kde4/share/kde4/services/ServiceMenus/7zG.desktop
Ratings & Comments
1 Comment
But this one is really nice. But this: # mkdir -p ~/.kde4/share/kde4/services/ServiceMenus/ # cp 7zG.desktop ~/.kde4/share/kde4/services/ServiceMenus/ ..could be done with just: install -D 7zG.desktop ~/.kde4/share/kde4/services/ServiceMenus/7zG.desktop