I like more 7zip than Ark, so I installed 7zip from Adept, but there is no K menu entry for it. I don't know the command to start it. Can someone help me?
Announcement
Collapse
No announcement yet.
7zip (solved)
Collapse
This topic is closed.
X
X
-
Re: 7zip
Google searches show that 7-Zip (not 7zip) is a Windows archive program, not a Linux package. If in fact you downloaded/installed (did it actually install?) 7-Zip, it isn't going to work.
p7zip is a quick port of 7z.exe and 7za.exe (command line version of 7zip) also found by a Google search. Sourceforge has a link to this package at:
http://sourceforge.net/projects/p7zip/
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: 7zip
Which is exactly what I pointed out in my second paragraph.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: 7zip
My initial response was based on the possibility that ptmb *might* have downloaded/installed the Windows program. Of course, if I have been just a tad more observant, I would have noted that he did say he used Adept to get the package. My bad.
p7zip (as a debian 'unstable' package) can also be downloaded from:
http://packages.debian.org/unstable/utils/p7zipWindows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: 7zip
Package name is p7zip -> starting as p7zip
More man p7zip:
NAME
7-Zip - A file archiver with highest compression ratio
SYNOPSIS
p7zip [-d] [-h|--help] [file]
-h print this help
-d decompress file
And :p7zip-full provides 7z and 7za which handles more compression formats.
and front-end xarchive (man xarchive):
NAME
XArchive - a gtk2.0 front-end for various command line archivers.
Currently there are bash shell wrappers for:
tar using tar, bzip2, gzip, and compress
rar using rar, or unrar(unrar only cannot modify rar’s)
zip using unzip, zipinfo(from unzip), and zip
ace using unace (extraction only)
7zip using 7za from p7zip
arj using arj
rpm using rpm and cpio (extract only, use appropriate packing tools
to modify)
deb using dpkg-deb from dpkg (extract only, use appropriate tools to
modify)Before you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
Comment
-
Re: 7zip
I use 7-Zip all the time in conjunction with Krusader. There is a Krusader script which allows you to pack or unpack .7z archives. When in terminal I use these two commands:
- pack (optimized, high compression rate):
Code:7za a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on archive_name.7z /source_directory_to_pack
Code:7za e example.7z
In a world without windows and fences who needs Gates?
- Top
- Bottom
Comment
Comment