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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-20-2001, 07:58 PM
|
#1
|
Member
Registered: Jul 2001
Location: California
Distribution: Red Hat 7.1, Slackware 8.0
Posts: 216
Rep:
|
How do I install programs? (extremely DUMB question!)
Erm, sorry, dumb question, but how do I install programs? Like, how would I take the source, and then, um, use the program? Better yet, how would I install something WITHOUGHT using RPM? Thanks!
*****Colonel Panic*****
|
|
|
08-20-2001, 11:29 PM
|
#2
|
Member
Registered: Jun 2001
Location: Northern Ohio
Distribution: RedHat, Engarde and LFS
Posts: 237
Rep:
|
Once you have decided on what program you want to install, you will have to decompress it.
tar xvzf FILENAME.tar.gz
--or--
bunzip2 FILENAME.tar.bz2 | tar xv
Once you have decompressed the program 'cd' into the directory and look for a read me file. This file almost always has the installation instructions in it.
9 times out of 10 you install something like this....
./configure
make
make install
|
|
|
08-21-2001, 05:06 PM
|
#3
|
LQ Newbie
Registered: Jun 2001
Posts: 29
Rep:
|
Here's some even dumber ones.
Where do you put the file file before you decompress it?
And where does it go after you decompress it?
And once you find it, how do you start it? There's no *.exe as in Dos.
And what does stable and unstable mean. Stable sounds as if it should be better but who can say in a world gone MAD?
|
|
|
08-21-2001, 05:59 PM
|
#4
|
Senior Member
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731
Rep:
|
Where do you put it (the source)? Wherever you want. I do mine in /usr/src/packages/SOURCES and then unpack it.
Where does it go? If you unzip (tar -xvzf foobar.tar.gz) it will (usually) make a folder in the current directory. So if your're in /usr/src/packages/SOURCES and you unpack it it will be in /usr/src/packages/SOURCES/foobar
How do you start it? Read the README and INSTALL files. If you're looking for an .EXE then stick to .rpm installs. Seriously. But building from source can be fun (really!) and you'll learn a lot about your system in a hurry.
Stable and unstable are relative terms. For a game it's not that big of a deal, but for security or filesystem stuff you would only want to use stable stuff on production systems and keep the unstable for your test boxes. That way you get to see what works in the new releases, how to manage it, what breaks, and (hopefully) how to fix it.
|
|
|
All times are GMT -5. The time now is 01:43 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|