Home >Operation and Maintenance >CentOS >How to uninstall installed software in centos system

How to uninstall installed software in centos system

王林
王林Original
2020-03-21 16:38:187750browse

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:

How to uninstall installed software in centos system

( 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:

How to uninstall installed software in centos system

If the software is installed using a tar package, execute the command "make uninstall software name" to uninstall it.

How to uninstall installed software in centos system

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn