Centos5
在 CentOS 5 上安裝 p7zip
我需要一些幫助…,我正在使用 Windows PC,通過 SSH 連接到我的伺服器。我想安裝 p7zip(7zip 的 linux 命令行版本):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