1. Let’s uninstall the software installed with yum: yum remove software name;
2. If you are installing software with rpm package, use the command as shown in the figure to uninstall;
rpm -e software name;
3. If it is a software installed with the tar package, use the make uninstall software name to uninstall, and it is OK to delete it directly;
2. If you are installing software with rpm package, use the command as shown in the figure to uninstall;
rpm -e software name;
3. If it is a software installed with the tar package, use the make uninstall software name to uninstall, and it is OK to delete it directly;