Computing.Net > Forums > Linux > installing SoftWare on Linux

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

installing SoftWare on Linux

Reply to Message Icon

Name: Mario Thompson
Date: December 30, 2002 at 13:42:47 Pacific
OS: Linux
CPU/Ram: good
Comment:

How do I install software on Linux? Is
there some "install" command?



Sponsored Link
Ads by Google

Response Number 1
Name: gmoney
Date: December 30, 2002 at 18:22:52 Pacific
Reply:

It depends on what you're installing. If it's an 'rpm' or another type of package: You need to use rpm - Redhat Package Manager or apt-get. Type 'man rpm' or 'man apt-get' in a terminal. Different distributions create different graphical front ends for package systems. 2) If you have 'src' - source code you'll need to compile it with a compiler like gcc. 3) Or if it's a simple program that's already compiled you may just need to uncompress it using 'tar' or 'gunzip'.


0

Response Number 2
Name: Hmmm
Date: December 31, 2002 at 00:10:04 Pacific
Reply:

kpackage is the KDE package manager and i beleive it runs in most window managers. Just type kpackage and press enter in a console.


0

Response Number 3
Name: portchop
Date: December 31, 2002 at 10:16:11 Pacific
Reply:

from a terminal window

files with "rpm" extention

try

rpm -ivh filename.rpm

to install or

rpm -Uvh filename.rpm

to upgrade (like program-1.4.rpm when you allready have program-1.2.rpm installed)

you can type:

man rpm

it's gonna load the "rpm" help file (up and down arrows = scroll, "q" quits) to see all the options.

If you are running mandrake you are better using the "mandrake software manager". It's gonna solve some of the hundreds of "failed dependenties" you're gonna fight with in the linux universe by installing some of the packages needed other packages.


0

Response Number 4
Name: kloss
Date: December 31, 2002 at 15:40:09 Pacific
Reply:

sure:

./configure && make && make install


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: installing SoftWare on Linux

Installing software on Linux www.computing.net/answers/linux/installing-software-on-linux/4071.html

installing software with linux www.computing.net/answers/linux/installing-software-with-linux/3015.html

installing software on linux redhat www.computing.net/answers/linux/installing-software-on-linux-redhat/20839.html