Install the rpm package and uninstall the installed rpm package

Install the rpm package
rpm -ivh +xxx.rpm to
uninstall the installed rpm package

Two key points:

1. If it is prompted that the xxx.rpm package has been installed, first use rpm -e –nodeps xxx to uninstall

2. If there are multiple versions, use rpm -e --allmatches to uninstall

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325725901&siteId=291194637
Recommended