LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-19-2004, 11:33 PM   #1
highbulp
LQ Newbie
 
Registered: Jul 2004
Posts: 2

Rep: Reputation: 0
General instructions for installing programs


Alright, how exactly do I go about INSTALLING anything in linux? (I'm running Fedora C2 specifically). I can download an rpm file or a .tar.gz file, but what do I do with these files after I've downloaded them? Can someone write out really clear command-line commands or something? Or at least point me to an FAQ that does so? I've googled around and can't find one. Thanks from a major newbie.
 
Old 07-20-2004, 12:03 AM   #2
mrgrieves
Member
 
Registered: Apr 2004
Location: north of 52, south of 54
Distribution: slackware 10.0
Posts: 108

Rep: Reputation: 15
With tar.gz packages, go:

tar -zxvf package.tar.gz
cd package
./configure
make
make install

alternatively:

tar -zxvf package.tar.gz
cd package
./configure && make && make install

I never use rpm's..so I'm not exaclty sure. I do know, however, that its different for different distro's, and a quick search will find it faster than it takes me to type this:

http://google.com/linux
 
Old 07-20-2004, 12:31 AM   #3
bumeshrai
LQ Newbie
 
Registered: Jul 2004
Posts: 13

Rep: Reputation: 0
RPM is simpler, the command is:

rpm -i package.rpm for installing
and
rpm -e package.rpm for uninstalling
 
  


Reply



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
Installing Sunbird- Instructions? fortezza Linux - Software 3 12-12-2006 10:58 PM
Instructions for installing Nvidia driver on FC3 sdat1333 Fedora 126 04-20-2005 07:27 PM
General Compiling Instructions sovietpower Linux - Software 3 12-24-2003 10:18 AM
documentation instructions installing gcc jakiel Linux - Software 1 05-28-2003 08:53 AM
Got a general question 'bout programs available for linux zikfreak Linux - General 4 11-02-2001 02:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:13 PM.

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