7-Zip for Linux, does such a thing exist?
I mean actually 7-Zip or a port, not another compression tool or command.
Answer
If you use Debian or Ubuntu it is in the standard repositories (http://packages.ubuntu.com/trusty/p7zip), so you can install it with as little as:
aptitude install p7zip
Or for the full version that includes archive creation and other format support (http://packages.ubuntu.com/trusty/p7zip-full):
aptitude install p7zip-full
There are no doubt packages for it in the official repositories for most other distributions too, probably with the same package names.
No comments:
Post a Comment