在CentOS 5上安装p7zip

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

我在哪抓包? 我没有必要在我的服务器上自己做这个,我很乐意把它放在那里,并让它运行…有人可以帮我吗?

谢谢

p7zip可在epel回购:

 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/. 

安装epel回购:

 # rpm -ivh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm 

并使用yum来安装p7zip

 # yum -y install p7zip 

我会从这样的地方拾起包裹:

  http://pkgs.repoforge.org/p7zip/p7zip-9.20.1-1.el5.rf.x86_64.rpm 

接着

  rpm --install p7zip-9.20.1-1.el5.rf.x86_64.rpm 

它(当然是根)。 我select了64位版本,但也有32位版本。

PS:不要害怕使用谷歌find你正在寻找的包。