# 先安装epel-release
yum -y install epel-release
# 在执行安装7z的功能
yum -y install p7zip p7zip-plugins
p7zip加密打包文件(密码:test)
7z a -ptest test.7z test.py
p7zip解密文件(密码:test)
7z x -y -ptest test.7z
p7zip使用帮助手册
7z --help
# 先安装epel-release
yum -y install epel-release
# 在执行安装7z的功能
yum -y install p7zip p7zip-plugins
p7zip加密打包文件(密码:test)
7z a -ptest test.7z test.py
p7zip解密文件(密码:test)
7z x -y -ptest test.7z
p7zip使用帮助手册
7z --help