thers different types of COMPRESSING .... tar.gz , tar.bz2 , bz2 .tar .gz ... etc etc... you need to uncompress them then install them... via cd to directory... ./configure , make, make install , make clean or the instructions inside the readme... simple once you get the hang of it!! you canalso use applications to un zip them or do it manually like tar xzvf [filename]
|