Home > Article > Operation and Maintenance > How to uninstall software using yum
Yum (full name Yellow dog Updater, Modified) is a Shell front-end package manager in Fedora, RedHat and CentOS.
Based on RPM package management, it can automatically download and install RPM packages from the designated server. It can automatically handle dependencies and install all dependent software packages at once, without the need to download and install them again and again. . (Recommended learning: linux tutorial)
Uninstall the software package (take tomcat as an example)
yum remove tomcat
The above is the detailed content of How to uninstall software using yum. For more information, please follow other related articles on the PHP Chinese website!