Computing.Net > Forums > Linux > add and remove programs in redhat 8

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.

add and remove programs in redhat 8

Reply to Message Icon

Name: Brent Nichols
Date: December 6, 2002 at 06:56:05 Pacific
OS: redhat 8.0
CPU/Ram: k62/333/64mb
Comment:

Hi
being a newbie to linux, and familar with windows, I installed redhat 8.0 . It is set to bootup to the GUI mode and seems very nice so far. I have a question purtaining to how to add and remove programs in this OS. I amnot at all familar with the procedure and do I have to login in a non GUI mode to install any program.

I have downloaded a tar.gz file and can get it opened but I do not know where and what to do with it, and after I get it extracted how to install it.

Any help would be appreciated, or any suggestions for a newbie....

Thanks, just trying to learnIt!!!!!!!!!

BN



Sponsored Link
Ads by Google

Response Number 1
Name: 3Dave
Date: December 6, 2002 at 08:37:44 Pacific
Reply:

Considering you are using Redhat, I would suggest that you try to download .rpm files instead of .taz.gz (BTW RPM=Redhat Package Manager)


The advantages of RPMs is that they are easy to install/remove and maintain. You can install them by either using a package manager (not sure of the default name for the one in red hat), double-clicking on the icon in a graphical desktop or by the command line:
# rpm -ivh package.name.rpm
All of the above have to be done as root. One good place to find RPM files is http://rpmfind.net

The advantage of compiling your own programs is that they will be better matched to your system and may run better. The default method is at the command line:
# tar -zxvf package.name.tar.gz
# cd package.name
# ./configure
# make
# su [to login as root]
# make install
# Ctrl&D [to log out as root]

One word of advice, always read and INSTALL or README files that may have been extracted.


0

Response Number 2
Name: Dlonra
Date: December 6, 2002 at 18:07:27 Pacific
Reply:

another advantage of rpm (command = rpm)
is that it creates a "database" of what is
installed so you can interogate it.

rpm supports updating and deinstallation.
when you compile from source, it is typically a stinker to remove all the files from make install (altho some have a make uninstall)

try man rpm


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Modem problem Help blocking yahoo messe...



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: add and remove programs in redhat 8

Win Modem in Redhat 8 Help Please www.computing.net/answers/linux/win-modem-in-redhat-8-help-please/16918.html

KDE is NOT missing in RedHat 8.0 www.computing.net/answers/linux/kde-is-not-missing-in-redhat-80/14894.html

kdm login screen in redhat 8 www.computing.net/answers/linux/kdm-login-screen-in-redhat-8/14822.html