Pack With Ark
Link to Topic: Rar not working
http://kubuntuforums.net/forums/inde...opic=3089986.0
Dolphin don't have Konquerors "Compress As" menu. Simple way to add it to the Dolphin:
Make "ark_pack.desktop" text file. Put there:
Code:
[Desktop Entry] ServiceTypes=all/allfiles,inode/directory Actions=Rar;Zip;7z Encoding=UTF-8 X-KDE-Submenu=Pack With Ark [Desktop Action Rar] Name=Rar Icon=kimproxyoffline Exec=ark --add-to %U %U.rar [Desktop Action Zip] Name=Zip Icon=knewstuff Exec=ark --add-to %U %U.zip [Desktop Action 7z] Name=7z Icon=kimproxyonline Exec=ark --add-to %U %U.7z
You need Ark, rar, zip and p7zip-full.
Package: ark
Description: graphical archiving tool for KDE
Ark is a graphical program for managing various archive formats within the
KDE environment. Archives can be viewed, extracted, created and modified
from within Ark.
.
The program can handle various formats such as tar, gzip, bzip2, zip, rar and
lha (if appropriate command-line programs are installed).
.
Ark can work closely with Konqueror in the KDE environment to handle archives,
if you install the Konqueror Integration plugin available in the konq-plugins
package.
Ark is a graphical program for managing various archive formats within the
KDE environment. Archives can be viewed, extracted, created and modified
from within Ark.
.
The program can handle various formats such as tar, gzip, bzip2, zip, rar and
lha (if appropriate command-line programs are installed).
.
Ark can work closely with Konqueror in the KDE environment to handle archives,
if you install the Konqueror Integration plugin available in the konq-plugins
package.
Description: Archiver for .rar files
This is the RAR archiver from Eugene Roshal. It supports multiple volume
archives and damage protection. It can also create SFX-archives. There are
versions which run on DOS, Windows (3.1x,95,NT), FreeBSD, BSDI.
.
This program is shareware and you must register it after 40 days of use.
.
Homepage: http://www.rarlabs.com/
This is the RAR archiver from Eugene Roshal. It supports multiple volume
archives and damage protection. It can also create SFX-archives. There are
versions which run on DOS, Windows (3.1x,95,NT), FreeBSD, BSDI.
.
This program is shareware and you must register it after 40 days of use.
.
Homepage: http://www.rarlabs.com/
Description: Archiver for .zip files
This is InfoZIP's zip program. It produces files that are fully
compatible with the popular PKZIP program; however, the command line
options are not identical. In other words, the end result is the same,
but the methods differ. :-)
.
This version supports encryption.
This is InfoZIP's zip program. It produces files that are fully
compatible with the popular PKZIP program; however, the command line
options are not identical. In other words, the end result is the same,
but the methods differ. :-)
.
This version supports encryption.
Description: 7z and 7za file archivers with high compression ratio
p7zip is the Unix port of 7-Zip, a file archiver that archives with
very high compression ratios.
.
p7zip-full provides:
- /usr/bin/7za
a standalone version of the 7-zip tool that handles 7z archives
(implementation of the LZMA compression algorithm) and some other
formats.
- /usr/bin/7z
not only does it handle 7z but also ZIP, Zip64, CAB, RAR, ARJ,
GZIP, BZIP2, TAR, CPIO, RPM, ISO and DEB archives. 7z compression
is 30-50% better than ZIP compression.
.
p7zip provides 7zr, a light version of 7za.
.
Homepage: http://p7zip.sourceforge.net/
p7zip is the Unix port of 7-Zip, a file archiver that archives with
very high compression ratios.
.
p7zip-full provides:
- /usr/bin/7za
a standalone version of the 7-zip tool that handles 7z archives
(implementation of the LZMA compression algorithm) and some other
formats.
- /usr/bin/7z
not only does it handle 7z but also ZIP, Zip64, CAB, RAR, ARJ,
GZIP, BZIP2, TAR, CPIO, RPM, ISO and DEB archives. 7z compression
is 30-50% better than ZIP compression.
.
p7zip provides 7zr, a light version of 7za.
.
Homepage: http://p7zip.sourceforge.net/
Note
This is quick & dirty. It works but...
- There is no name query: foo.foo -> foo.foo.rar
- Multiple files will be named as foo1, foo2, foo3 -> foo3.rar
Leave a comment: