RPM command parameter list

xiaoxiao2021-03-06  132

1. Install a package # rpm -ivh 2. Upgrade a package # rpm -uvh 3. Remove a package # rpm -e 4. Installation parameters - forced the file even if the file that belongs to other packages is forced to install - Nodeps if The installation of the RPM package relies on other packages, even if other packages are not installed, it is also forced to install. 5. Query if a package is installed # rpm -q 6. Get information # rpm -qi 7 listing this package lists # rpm -ql < RPM Package Name> 8. Lists a file on the server belong to which RPM package # rpm -qf 9. You can use a few parameters with # rpm -qil 10. All installed RPM Package is listed. # rpm -qa 11. Which files are included in the RPM package file that is not installed into the system? # rpm -qilp

转载请注明原文地址:https://www.9cbs.com/read-98424.html

New Post(0)