One:
1.linux Common Package types
Direct-Executable RPM DEB
Source code mode of gzip bzip2
2.RPM Package Management
Installation and removal
RPM-IVH *.rpm Installing the RPM package
RPM-E uninstall software, the specific version number can not write
Rmp-u remove the old version and install the new version
Package information Query
Rpm-q query whether to install
Rpm-qa all software in the query system
Rpm-qi query to develop installation package details
RPM-QL Displays the installation path and file list for the specified software
RPM-QC querying the specified software store configuration file
RPM-QF querying which software is used for the specified file
If you want to query the details of a package that is not already installed, you can use Rpm-qa to query
3. Security verification
RMP-V Bash
5 MD5
S File Size
L Link Source for file
The last modified time of the T file
D Device Change
U user has changed
G Group Changes
M includes modes such as permissions and types
? Non-readable files
Two:
1. Installing with Yum
[Base]
Name=
Baseurl=
Enabled=1
Gpgcheck=0
Gpgkey= checking the signed key file
2.yum command
Yum-y Install
Yum Update checks for all software updates
Yum List
This article from "Big Plum" blog, declined reprint!
Software Management of Linux Review Foundation