linux支持7z解压缩

problem

解压7z后缀的文件在linux环境下

resolve

download

rpm

干活

apt-get install -y p7zip
yum install -y p7zip

#source
tar jxvf p7zip_9.20.1_src_all.tar.bz2
cd p7zip_9.20.1
make
make install

#binary
tar xjvf p7zip_9.20.1_x86_linux_bin.tar.bz2
cd p7zip_9.20.1
sh install.sh

#7z  7az
7z a yajiu.7z yajiu.jpg yajiu.png   //压缩
7z x yajiu.7z    //解压
posted @ 2022-08-09 10:18  mvpbang  阅读(923)  评论(0编辑  收藏  举报