LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-06-2004, 01:30 AM   #1
jon_206
LQ Newbie
 
Registered: Nov 2003
Posts: 17

Rep: Reputation: 0
installs


Does someone have a good resource for installing different types of files? For example the list of commands to install a tar.gz file ect?? Help is appreciated
 
Old 09-06-2004, 01:42 AM   #2
tim1235
Member
 
Registered: Aug 2004
Location: Melbourne, Australia
Distribution: fc5/Gentoo
Posts: 57

Rep: Reputation: 15
I don't have a list but maybe this can get you started:

For .tar.gz files
To unpack and uncompress:
$gunzip -c filename.tar.gz | tar xvf -

cd into the directory
$./configure
$make
$make install

Note: Make sure you do these last steps as root i.e su root
 
Old 09-06-2004, 01:49 AM   #3
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Re: installs

Quote:
Originally posted by jon_206
Does someone have a good resource for installing different types of files? For example the list of commands to install a tar.gz file ect?? Help is appreciated
The general sequence goes like this.
Code:
tar -xzvf some_file-1.2.3.tar.gz
cd some_file-1.2.3
./configure
make
su -c 'make install'
The first command extracts the compressed tar archive, if it has a .bz2 extension then use "j" instead of "z" in the -xzvf. The second changes to the directory that should have been created. The third runs the configure script that is usually included to check that you have the required packages/libraries install for the actual compile. the fourth is the actual compiling. The fifth uses the su program to so your can become super user (root) to install the program you would need to type in the root password when asked. These steps you have to take are usually documented in the README file that is most times included in the directory that is created. A link to help you in your learning.

http://wireless.ictp.trieste.it/scho...oreLinux/rute/
 
Old 09-06-2004, 02:14 AM   #4
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
You may also want to have a look at http://www.linuxquestions.org/questi...threadid=45094 - steps for installing various types of file are listed there.

And welcome to LQ
 
Old 09-06-2004, 07:40 PM   #5
jon_206
LQ Newbie
 
Registered: Nov 2003
Posts: 17

Original Poster
Rep: Reputation: 0
thanks for all the replies guys. I have saved the links but unfortunatly I'm back to windows again. There were just a few things I need to be able to do right away so my linux adventure will have to wait a while.
 
Old 09-06-2004, 07:47 PM   #6
tim1235
Member
 
Registered: Aug 2004
Location: Melbourne, Australia
Distribution: fc5/Gentoo
Posts: 57

Rep: Reputation: 15
You should check out the dual boot questions and answers on this forum then you can have the best of both worlds ( could be debatable! ), especially when you are new to linux.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unattended installs musicman_ace Linux - General 1 06-28-2004 10:55 PM
Multiple installs Katsukhan Linux - Newbie 6 04-27-2004 12:20 PM
nothing installs SBarretDolph Mandriva 0 01-23-2004 02:04 AM
package installs... mathfeel Fedora 4 12-01-2003 05:06 AM
Where do the installs go???????? VoyagerDL Linux - Newbie 7 03-20-2003 01:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:02 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration