-
How to use RPM in Fedora Linux
Posted on November 25th, 2008 No commentsRPM is used to build, install, query, verify, update, and erase individual software packages.
It was originally designed to work with Red Hat / Fedora Linux. Currently it also works on other rpm-based distributions: Suse, Mandriva Linux, Conectiva and etc.
To install software packages, use the following command:
rpm -i foobar.rpm
To uninstall a software package:
rpm -e foobar.rpm

