How to install or remove a RPM on Linux

rpm is a powerful Package Manager for Red Hat, Suse and Fedora Linux. It can be used to build, install, query, verify, update, and remove/erase individual software packages. A Package consists of an archive of files, and package information, including name, version, and description To install a RPM rpm -ivh {rpm-file} Example # rpm -ivh webmin-1.560-1.noarch.rpm To upgrade a RPM rpm -Uvh … [Read more...]