Go Back   Cyber Tech Help Support Forums > Operating Systems > Linux

Notices

Linux Problem solving for all open source distributions of Linux, such as Debian/Ubuntu, Fedora, RedHat, Suse, Mandriva and other proprietary unixes such as Solaris, SGI Irix. Newbie friendly too!

Reply
 
Topic Tools
  #1  
Old December 10th, 2008, 07:35 PM
tez49 tez49 is offline
Senior Member
 
Join Date: Feb 2005
Posts: 139
How to install from tar.gz

Downloaded an application and there are 2 tar.gz files and 1 called 'debian-binary'.
I have extracted the 2 tar.gz files but now have no idea what to do with them. Each extracted file has many sub-folders. Any advice on how to install pleeease?
Reply With Quote
  #2  
Old December 12th, 2008, 04:59 PM
kage's Avatar
kage kage is offline
CTH Subscriber
 
Join Date: Apr 2004
O/S: Linux
Posts: 1,644
What program is it? What OS are you using (assumed linux, but what distro?)? What files and folders are visible after you extracted the archive?
Reply With Quote
  #3  
Old December 17th, 2008, 01:55 AM
bkdc's Avatar
bkdc bkdc is offline
Senior Member
 
Join Date: Mar 2003
O/S: Windows XP Home
Location: Tampa Fl.
Posts: 123
Make a directory then copy the tar file to the directory, then

$ tar -zxvf filename.tar.gz
Reply With Quote
  #4  
Old December 17th, 2008, 03:35 PM
kage's Avatar
kage kage is offline
CTH Subscriber
 
Join Date: Apr 2004
O/S: Linux
Posts: 1,644
bkdc: That only extracts the archive. Once it is extracted, depending on what kind of file it is, there are several ways to actually install it.

If it is a program's source code, you can manually build it by cd'ing to the extracted directory and running:

Quote:
./configure
make install clean
If it is a *.deb binary package, then you would use (on a debian/ubuntu system):

Quote:
dpkg -i *.deb
If it is a debian binary package and you are not using a debian-based system, the .deb file will need to be converted to a native binary format (such as *.tgz or *.rpm). Your distro should provides documentation on how to do this.
Reply With Quote
  #5  
Old December 19th, 2008, 02:37 PM
bkdc's Avatar
bkdc bkdc is offline
Senior Member
 
Join Date: Mar 2003
O/S: Windows XP Home
Location: Tampa Fl.
Posts: 123
Find the README file or INSTALL file and read its instructions for installation. There will usually be a setup script (often called install.sh) that you must execute as root.
Reply With Quote
  #6  
Old December 23rd, 2008, 07:15 PM
Name:'s Avatar
Name: Name: is offline
Senior Member
 
Join Date: Jan 2008
O/S: Windows 7 64-bit
Location: Royersford, PA, USA
Age: 31
Posts: 124
In the case of LAME, you enter:

./configure
make
make install

and then you're good to go!
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Topics
Topic Topic Starter Forum Replies Last Post
Before OEM WIN7 install, format HDDs now, or during O.S. Install? rivrbyte Windows 7 6 July 20th, 2011 08:06 PM
Cant install programs on a fresh install of XP musiciands Windows XP 1 May 24th, 2005 12:58 AM
Xp install freezes on device install during installation!!?? kloves_420 Windows XP 1 June 16th, 2004 06:41 AM
XP install dramas - CD copy errors; can you install from 2nd HDD? b1_ Windows XP 5 March 21st, 2004 08:00 PM
Can't install interchangeable CDrom at laptop during clean install psychodad Windows 98 6 June 8th, 2003 08:29 AM


All times are GMT +1. The time now is 04:40 AM.