Home >Operation and Maintenance >CentOS >How to uninstall installed software in centos system
If the software is installed with yum, execute the command "yum remove software name" to uninstall, as shown in the figure:
( Recommended tutorial: centos usage tutorial)
If the software is installed using the rpm package, execute the command "rpm -e software name" to uninstall, as shown in the figure:
If the software is installed using a tar package, execute the command "make uninstall software name" to uninstall it.
Related video tutorial recommendations: linux video tutorial
The above is the detailed content of How to uninstall installed software in centos system. For more information, please follow other related articles on the PHP Chinese website!