Uninstalling software in linux can't find the name of the installation package

Uninstalling software in linux can't find the name of the installation package

 

Uninstalling software in linux can't find the name of the installation package, so I don't know how to uninstall it

The package name can be found with the following command:

rpm -qa |grep keyword to uninstall software

 

This gets the specific package name, and then uninstall:

rpm -e  package name to uninstall

 

Uninstall is complete!

Guess you like

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