2 RPM (redhatPackageManager) package management introduction: 3 RPM command: 1 rpm software package naming convention: Note: An RPM is for a specific platform to call the package linuxabc-120-30el6i686rpm2RPM basic commands install soft
II. Introduction to RPM (redhat Package Manager) Package management:
III. RPM commands:
1. RPM software package naming rules: Note: An rpm is for a specific platform of the package linuxabc-1.2.0-30.el6.i686.rpm 2. RPM basic command to install software: rpm-I software. rpm // (-I indicates install) Note: You must have the administrator privilege to install the software. Uninstall software: rpm-e software upgrade form installation: rpm-U software-new.rpm rpm support installation software via http, ftp protocol: rpm-ivh http://dizhi.com
3. rmp parameter introduction:-v display details-h display progress bar-I indicates install
IV. RPM query command:
Rpm-qa list all installed rpm software rpm-qf filename query which rpm package rpm-qi packagename the target file belongs to query information of the specified installed rpm software rpm-ql packagename query specified installed rpm-qip software. run the rpm command to query the information of an uninstalled rpm file. run the rpm command to query files that are not included in the rpm software.
V. RPM verification: