how do you install things?

Skilled contributor
21Nov2008,13:20   #1
cpulocksmith's Avatar
so i downloaded limewire for linux. i got a tar.gz. so i extracted it. so know what do i do with it?
Go4Expert Member
21Nov2008,14:36   #2
dont know's Avatar
use these commands

./configure
make
make install

and its installed on ur system.
Skilled contributor
22Nov2008,01:53   #3
cpulocksmith's Avatar
so i go into the terminal and go
cd ./limewire //to get into the dir
./config //dont know if thats right
./comfig make
./comfig make install

?????????????
Skilled contributor
22Nov2008,04:35   #4
cpulocksmith's Avatar
ok well, i can get into the dir ok, im not that daft... but when i enter #./configure
it responds "no such file or directory. and when i enter # make
it repsonds "no file specified. so what the hell am i doing wrong?
Skilled contributor
22Nov2008,04:35   #5
cpulocksmith's Avatar
ok well, i can get into the dir ok, im not that daft... but when i enter #./configure
it responds "no such file or directory. and when i enter # make
it repsonds "no file specified. so what the hell am i doing wrong?
Go4Expert Member
22Nov2008,10:51   #6
dont know's Avatar
check inside the folder if that contains executable 'configure' file.
then let me know
Invasive contributor
22Nov2008,13:16   #7
neo_vi's Avatar
http://www.cyberciti.biz/faq/install-tarballs/
Hope it ll help u
Mentor
22Nov2008,13:50   #8
xpi0t0s's Avatar
You don't need to cd to dot slash anything; dot slash is where cd looks for directories; the ./ doesn't add anything whether the directory is there or not. cd ./foo is exxactly identical to cd foo, except for two characters of pointless typing, and if you want shedloads of pointless typing then you want to do Cobol on VMS (e.g. the Cobol equivalent of main(){} runs to over 500 characters).