RPM briefly describes the abbreviation of REDHAT PACKAGE Manager, which is a package installation and manager developed by Redhat, similar to Uninstaller on the Windows platform. Using rpm, users can install and manage applications and system tools on Linux themselves. RPM allows users to install packages directly in a binary, and can be queried by the user has installed the relevant library files; when the program is deleted with RPM, it will smartly ask the user to delete the relevant program. If you use rpm to upgrade the software, RPM will keep the original profile so that users do not need to reconfigure new software. RPM retains a database that contains all the packages of all packages. With this database, users can check in packages. Although RPM is designed for Linux, it has been removed from other UNIX systems such as Sunos, Solaris, AIX, IRIX. RPM follows the GPL copyright protocol, and users can freely use and propagate RPM under conditions that meet the GPL protocol. There are 10 basic modes using RPM RPM: they are installation, query, verification, deletion, etc. Installation mode: rpm -i [installation option] query mode: rpm -q [query option] verification mode: rpm -v or -verify [authentication option] delete mode: RPM -E Using RPM General option General options can be used for all Mode. -v Display Information --H The progress of the "#" display completed - Keep-Temps reserves temporary files, and temporary files are usually located on / tmp / rpm- *, this option is used for Debug. --quiet is quiet, only gives a prompt information when an error occurs - Help Display Help --Version Displays the current RPM version installation and upgrade option to install the general format for installation: rpm -i [installation option ] Using RPM to upgrade the general format: rpm -u [installation option]