Installing p7zip on CentOS 5

centos5compressioninstallation

I need some help here…, I'm working on a windows PC, SSHed into my server. I want to install p7zip (linux command line version of 7zip): http://sourceforge.net/projects/p7zip/files/p7zip/9.20.1/

Which package do I grab there? I have no need to make this myself on my server, I'd be happy to just get it on there and get it running… Can somebody help me out here?

Thanks

Best Answer

p7zip is available in epel repo:

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

Install epel repo:

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

and use yum to install p7zip:

# yum -y install p7zip