next up previous
Next: Debian Up: Packages Previous: Packages

Redhat & Suse

Use the `Redhat Package Manager', which uses packages called something like foo.arch.rpm - where arch would be `i386' for a i386 based PC (or better).

Installing and updating packages are very simple:

rpm -Fvh foo.i386.rpm
Upgrade foo if it is already installed.
rpm -ivh foo.i386.rpm
Install foo.
rpm -e foo.i386.rpm
Unnstall foo.
rpm -qa
List all installed RPMs.

There are many, many, more options .. which you don't often need. In case this is too complex for you there are many GUI based tools that can install and upgrade RPMS, glint, gnorpm, and so on.



Stephen White
2001-01-16