Categories: Commands | CentOS | Fedora
rpm is used to install and remove packages in the RedHat Package Manager (RPM) format.
Contents |
Usage: rpm <option> <package>
Use rpm -qa | grep -i <search_string> to find package names where <search_string> is the partial package name.
Enter rpm help to view all command-line options, or enter man rpm to view the manual.