How to query software package information in Linux
青灯夜游
Release: 2023-02-28 18:45:31
Original
6590 people have browsed it
How to query software package information in Linux: 1. Use the RPM command to query the relevant information of the RPM software package, such as querying whether the software package has been installed, the file list of the software package, etc. The syntax "rpm [option] packageName"; 2. Use the yum command with the syntax "yum [option] packageName" to output the installation status of the specified software package. You can also search for all software packages related to the keyword from the yum source server and query the details of the executed software package. information.
#The operating environment of this tutorial: linux7.3 system, Dell G3 computer.
Software package, as the name suggests, is the product of packaging applications, configuration files and data. How to query software package information in Linux? The following article will talk about query methods.
Linux RPM query software package information
In Linux, we can use the RPM command to query the relevant information of the RPM software package, including querying whether the software package has been installed, Query all installed software packages in the system, view detailed information of software packages, query the file list of software packages, and query which RPM package a certain system file belongs to.
The above is the detailed content of How to query software package information in Linux. For more information, please follow other related articles on the PHP Chinese website!
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn