在 CentOS 5 上安装 p7zip

Sha*_*ock 0 compression installation centos5

我需要一些帮助...,我正在 Windows PC 上工作,通过 SSH 连接到我的服务器。我想安装p7zip(7zip的linux命令行版本): http //sourceforge.net/projects/p7zip/files/p7zip/9.20.1/

我在那里拿哪个包裹?我不需要自己在我的服务器上做这个,我很乐意把它放在那里并让它运行......有人可以帮我吗?

谢谢

qua*_*nta 5

p7zipepel回购中可用:

Name       : p7zip
Arch       : x86_64
Version    : 9.20.1
Release    : 2.el5
Size       : 745 k
Repo       : epel
Summary    : Very high compression ratio file archiver
URL        : http://p7zip.sourceforge.net/
License    : LGPLv2 and (LGPLv2+ or CPL)
Description: p7zip is a port of 7za.exe for Unix. 7-Zip is a file archiver with a very high
           : compression ratio. The original version can be found at http://www.7-zip.org/.
Run Code Online (Sandbox Code Playgroud)

安装epel 仓库

# rpm -ivh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
Run Code Online (Sandbox Code Playgroud)

并用于yum安装p7zip

# yum -y install p7zip
Run Code Online (Sandbox Code Playgroud)