yum install installation path

Usually /usr/local Usually a software is to copy multiple files to different places, including executable files, documents,
 configuration file. Packages installed through yum can be rpm -ql package name
Let's check which files are copied to which places by this package.

 

 

 

Common skills of RPM commands Some
people say that they have been raped by RPM packages, and the controllability is not high. In order to prevent such people from being raped again, and to share the experience of RPM package management with you, I hereby share the following content.
How to check what is in the rpm package rpm -qlp
How to
check the installation script of the rpm package
rpm -qp --scripts
How to check the dependencies of the rpm package
rpm -qp --requires package rpm -ivh how to update softwarerpm -Uvh how to uninstall software Relationship rpm -ivh --nodeps --force How to check the update record of rpm package rpm -qp --changelog How to recompile rpm package rpm -ba spec configuration file How to modify the compilation parameters of rpm source package spec file.

















Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326710003&siteId=291194637