http://www.7-zip.org/
如果你仅仅是解压文件,只需安装下面的包即可
$ sudo apt-get install p7zip
如果你要创建7zip文件就需要安装p7zip-full
$ sudo apt-get install p7zip-full
$ 7z a test.7z /etc/*
$ 7z l test.7z
$ 7z e test.7z
创建自解压文件
7z a -sfx a.7z *.txt
解压
./a.7z