Yum (all called YellowdogUpdater, Modified) is
Yum (all called Yellow dog Updater, Modified) is a Shell front-end package handler in Fedora, Redhat, CentOS. based on the RPM package, you can download and install the RPM package from the specified server AUTO. you can use AUTO to handle dependencies and install all dependent software packages at a time, you do not need to download and install it repeatedly.
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
When a software is uninstalled
Yum-y remove httpd
Uninstall similar software
Yum-y remove httpd *
When multiple non-similar software are uninstalled
Yum-y remove httpd php-gd mysql
========================================================
There is also a great usage.
If I want to executeIostatThis command is used to view the status of the CPU and storage device, but the command is not found.
Execute yum installIostatThe software cannot be found.
Yum searchIostatYou can find the iostat-related installation package,
If you want to install a program, remember only the department name. you can also use this method to install the program.
Yum search png | grep png
You can find the name of libpng we want to install.