I want to install bz2 lib from ssh to my CentOS server. I get it from here and use
tar -xvf
command to extract it,but it does't have configure file to compile and install it. I need this lib to install apt-get on CentOS and it needs this lib. How can I install it from ssh? (sorry if my question is so simple,I start linux so late I think)
