How to uninstall installed software in centos system

王林
Release: 2020-03-21 16:38:18
Original
7595 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!