Linux Package Management
Package Classification: Source Package and Binary package
Binary packages are compiled, easy and quick to install, but unable to view the source code, not as flexible as the source package.
Source package needs to compile, and time is longer, more complex, error prone, but the source package can be installed according to their own needs, efficiency is higher than the binary package.
RPM Package naming rules: Software name version release times suitable for Linux platforms suitable for hardware platform extensions
RPM Package Dependencies:
Module dependencies:. So. Digital Www.rmpfind.net
RPM Package Installation: RPM-IVH package full name install--installation verbose--Show details hash display progress
--nodeps does not detect dependencies
RPM Package Upgrade: RPM-UVH Package full name upgrade
RPM Package Uninstall: RPM-E Package Name
RPM Package Query: RPM-Q Package name-a all query for all installed RPM packages
Rpm-i Package Name query for information about installed packages
Rpm-p Package Full Name query for information about packages that are not installed
RPM-QL Package Name Query package file installation location
RPM-QF System file name query file name belongs to which package
RPM-QR Package Name Query package dependency-P
RPM Package Check: Rpm-v Pack Test Results: S file size is changed m file size and permissions change whether the 5 file MD5 change t file time L file path u file owner
Linux Vim (eight)