Related:
- No install file in .tar.bz2
- Windows 10 iso file download 64-bit - Download - Windows
- Kmspico zip file download - Download - Other
- Dshidmini install - Download - Gaming tools
- Install .tar.gz in ubuntu - Guide
- Install md5sum windows - Guide
1 response
Anonymous User
Oct 21, 2011 at 07:46 AM
Oct 21, 2011 at 07:46 AM
Greetings,
Unzip the the file using
$tar -zxvf program.tar.gz
$tar -zjvf program.tar.bz2
change directory into unzipped folder
ie..
and the get into root
ie..
and enter your password..
Good Luck!
If you don't know where you go, get back where you come.......
Unzip the the file using
$tar -zxvf program.tar.gz
$tar -zjvf program.tar.bz2
change directory into unzipped folder
ie..
cd /download/program/
./configure
make
and the get into root
ie..
sudo su(for suse su is enough)
and enter your password..
make install
Good Luck!
If you don't know where you go, get back where you come.......