Centosyum uninstall mysql

Source: Internet
Author: User
How to install and uninstall software in Centos yum install yum-yinstallhttpd when multiple similar software is installed in yum-yinstallhttpd * when multiple non-similar software is installed in Centos- yinstallhttpdphpphp-gdmysql how to use yum-yremovehttpd to uninstall multiple yum installation and uninstall software in Centos
Installation method
When installing a software
Yum-y install httpd
When installing similar software
Yum-y install httpd *
When multiple non-similar software are installed
Yum-y install httpd php-gd mysql
Yum-y remove httpd
When multiple similar software are uninstalled
Yum-y remove httpd *
When multiple non-similar software are uninstalled
Yum-y remove httpd php-gd mysql

In addition, there is a great usage. if I want to execute the iostat command to view the status of the CPU and storage device, but the execution does not find this command, then execute the yum install iostat command, the result shows that the software cannot be found. The following method can be used to find the iostat-related installation package for yum search iostat. to install a program, remember only part of the name, you can also use this method to install yum search png | grep png to find the name of libpng we want to install.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.