Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to install a tgz package under Ubuntu

Status
Not open for further replies.
Nov 13, 1999
197
MT
Hi all

I've downloaded a .tgz package and I wish to install it but do not know how. I am using Ubuntu Linux (Desktop Edition).
Any help would be much appreciated.

Thanks
 
If you have tar you can use this command:

tar -zxvf filename.tgz
 
If you are using ubuntu chances are you will be able to find the package on one of debian repositories and let apt-get do it for you.

If you really do not find it then extract the file as RhytmAce suggests, you will have a directory created with the same file name.

In the new directory you should find two files that I suggest you read 'README' and 'INSTALL'.
Usually, provided that you do not have to pass arguments to your compiler, you would execute

configure, make, install.

YOu obviously need to have your compilers installed.

QatQat

Life is what happens when you are making other plans.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top