Article Title: Managing RPM software packages in Linux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Rpm-q: Check whether the software package is installed.
Rpm-qa: Query and display detailed information about installed software packages in the system
Rpm-qi: queries details of a specified software package.
Rpm-ql: queries the list of files included in a specified software package.
Rpm-qf: Specifies the software package to which the file belongs.
Rpm-qpi: rpm installation package file details
Rpm-qpl: list of files included in the rpm Software Package
Rpm-I: Install the specified software package to the current linux system.
Rpm-ivh: displays detailed installation information when installing the specified software package.
Rpm-force: force install software package
Rpm-e: uninstall the specified Software Package
Rpm-U: Upgrade the specified Software Package (if the specified software package does not exist in the system, the execution process is equivalent to the installation)
Rpm-a: Query all installed software packages
Rpm-f: Query software packages containing files
Rpm-p: query the packages whose package file is package file.
Rpm-s: displays software packages containing files
Rpm-v: Verify the Software Package