If you want to use bzip2 with your server then its very easy to install and use it. all you have to do is to install bzip2 on your VPS or dedicated server. You can follow the following instructions for getting bzip2 installed on your server.
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 bzip