View Single Post
Old 04-03-2007, 11:06 PM   #3 (permalink)
freebird
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Post Re: How to install programs saved as tar.gz?

http://insecure.org/nmap/install/inst-source.html
^^ just go through that site.
in normal way if u extract the contents of the file using:
Code:
tar   zxvf    /home/calebr/acidrip-0.14.tar.gz
inside there should be some README,INSTALL etc files that explains the method.
normally ./configure && make && make install.
AND never remove the extracted source-as it may contains the "make uninstall" or similar scripts to remove the program if ever yu wants!

If you are using a distro,use its tool to get the software installed from its repository
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline