Click to See Complete Forum and Search --> : rpm installs ???


24jedi
11-07-2000, 10:23 AM
Ok, So I have downloaded various software to install in linux(RH6.2). Most all are the *.rpm. I would like to install and upgrade different components

1. When selecting which to download I have noticed several files for a given component and given machine type(i386). ie. the new rpm loader

rpm -3.0.5...
rpm -devel-3.0.5...
rpm -build-3.0.5....
rpm -python-3.0.5...
popt -1.5-9.6x...

Where is it written for me to read, how to decide which to install. what is the difference between them. In what order are they installed (does it matter).

2. Upon reading a RH Linux book, I understood the rpm to "practically install" the software. What is meant by doing rpm -Fvh [filename]. Don't I just install the components using the gnoRPM?

I am new to linux and could use some help http://www.linuxnewbie.org/ubb/confused.gif

bluesky
11-07-2000, 11:18 AM
Using gnorpm is the easiest and safest way to install rpm files. The important thing you will need to remember is do you want to install a new software or upgrade an old software and select the right button. It isn't as easy or safe to upgrade a sofware using command line option.

RPM is one of the most convenient way to install softwares in linux, system wide.

24jedi
11-07-2000, 03:22 PM
Thanks, I believe I have the hang of it http://www.linuxnewbie.org/ubb/cool.gif