Installing .tgz programs.. Help Its urgent..

Status
Not open for further replies.

//siddhartha//

Stabbing my shoe
Hi! everyone.. I downloaded many programs and games for LINUX (SuSE 9.1 )from the net. Most are in the form .rpm and .tgz format. I can install .rpm programs.. Bt how do I install .tgz programs.. Plz help..
 

utsavhanda

Broken In
Hi

Hi There,

Well for installing .rpm files u should know rpm command.

For .tgz, they are mainly source code files (sometimes) which had been tar[red] and gzipped in linux or u can say they havebeen compressed.

For installing .tgz files u should follow these steps & should write commands as root ::

1) copy .tgz file to a dir .
2) TYPE = tar -xvzf packagename.tgz
[ This will create dir with source files in it ]
3) TYPE = ./configure
4) TYPE = make
5) TYPE = make install

*** INFO ::Ffor more info on how to install that particular package read INSTALL file in dir there.

Hope this helps u .

Ur's
Utsav Handa --- ( handautsav [at] hotmail.com )
# Learning Linux
 

GNUrag

FooBar Guy
Please continue here..

Could someone do this?? For all Debian-derived users...
Forking new threads about already discussed topics wastes forum resources.
 
Status
Not open for further replies.
Top Bottom