1. If you have installed Centos/rhel minimum server installation, you may have a lot of trouble installing packages without
2. There is a way to install all the packages that require a basic server, using the Yum groupinstall command
3. Upgrade your server from a minimal installation
# yum Groupinstall ' Base '
4. Upgrade your system Web server
# yum Groupinstall "Web Server"
5. Upgrade your system to MySQL database server
# yum Groupinstall "MySQL Database Server"
6. List all available installations and groups
# yum Grouplist
7. Display a set of descriptions and list of packages
# yum GroupInfo ' Base '
8. Delete all packages in a group
# yum Groupremove ' Base '
The above is small series for everyone to bring through the Yum upgrade Centos/rhel to minimize the installation of the whole content of the method, I hope that we support cloud Habitat Community ~