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
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?
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
Summary: Hi, I am very novice to this worlds of Linux. I would like to intall software on Linux platform but could not do that simple think. Can someone help me and tel me how to do that. Thanks very much for ...
Summary: can someone explain to me how to install software under linux?I mean what is the difference RPM and using and commands??? and from a cd-rom do I need to copy the software unto a temporary file ...
Summary: Can I just say that wine does not work under redhat 9.1. I've tried it hence if you check freshrpms.net you will not find wine binaries available. Yes I tried using rh8 binaries and heck I tried Mandr...