Web Hosting Talk







View Full Version : HowTo: Install bzip2


Frion
03-15-2006, 08:15 AM
Hello,

In order to install bzip2 in your VPS or dedicated server Linux You must follow the following instructions.

- Type: cd ..
- Type: wget bzip.org/1.0.3/bzip2-1.0.3.tar.gz
- Type: tar zxvf bzip2-1.0.3.tar.gz
- Type: cd bzip2-1.0.3
- Type: make install

With APT:

- Type: apt-get update
- Type: apt-get install bzip2

Thanks

bubazoo
05-28-2006, 02:30 PM
or

- Type: yum update
- Type: yum install bzip2

for centOS, Fedora, Redhat owners

(apt-get only works on Debian-based operating systems, although it can be ported to other OS's if desired. freshrpms has apt-get rpm's for fedora and redhat that I know of)

stevenecom
05-29-2006, 12:59 PM
or

- Type: yum update
- Type: yum install bzip2

for centOS, Fedora, Redhat owners

(apt-get only works on Debian-based operating systems, although it can be ported to other OS's if desired. freshrpms has apt-get rpm's for fedora and redhat that I know of)


You're right, but you also need to install Yum on your server in the same fashion as installing anything else.