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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

install

Status
Not open for further replies.

rvw

IS-IT--Management
Feb 15, 2001
55
US
I am new at Linux, I have RedHat 7.0 installed on PC and working. I have downloaded a freeware program and do not know how to load on the PC. I have one that is for the console and one for X11. I would like to know how or a web site were I can learn the commands.
 
What program did you download?

If its an RPM package, generally you would install it with this command...

rpm -ivh pacakge.rpm

If you are compiling from source, its always different and you have to read any included READMEs, but often you can just do a...

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


ChrisP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top