= p7zip = p7zip is a port of 7za.exe for POSIX systems like Unix (Linux, Solaris, OpenBSD, FreeBSD, Cygwin, AIX, ...), MacOS X and also for BeOS and Amiga. [[http://p7zip.sourceforge.net/]] == Slackbuild on Slackware 14 == * cd /tmp * wget http://slackbuilds.org/slackbuilds/14.0/system/p7zip.tar.gz * tar xvzf p7zip.tar.gz * cd p7zip * wget http://downloads.sourceforge.net/p7zip/p7zip_9.20.1_src_all.tar.bz2 * su * ./p7zip.SlackBuild * installpkg /tmp/p7zip-9.20.1-i486-1_SBo.tgz [[attachment:p7zip-9.20.1-i486-1_SBo.tgz]] == Install in Debian or Ubuntu == {{{#!highlight bash sudo apt install p7zip-full 7za l file.7z # list contents 7za x file.7z # extract contents }}}