Yum batch installation, super convenient command, you can install Mysql in batches, JavaDevelopment1. view the list of possible batch installation: yumgrouplist? For example, [root @ bogon] # yumgrouplistLoadedplugins: fastestmirrorsettingupgroupprocessloading+speedsfromcachedhostfil
Yum batch installation, super convenient command, you can install Mysql in batches, Java Development 1. view the list of possible batch installation: yum grouplist? For example, [root @ bogon/] # yum grouplist Loaded plugins: fastestmirror Setting up Group Process Loading mirror speeds from cached hostfil
Yum batch installation, super convenient commands, You Can batch install Mysql, Java Development
1. view the list of possible batch installation: yum grouplist
?
For example;
[Root @ bogon/] # yum grouplist
Loaded plugins: fastestmirror
Setting up Group Process
Loading mirror speeds from cached hostfile
? * Addons: pai.neu.edu.cn
? * Base: centos.ustc.edu.cn
? * Extras: centos.ustc.edu.cn
? * Updates: centos.ustc.edu.cn
Installed Groups:
? ? Administration Tools
? ? Development Tools
? ? Dialup Networking Support
? ? Editors
? ? GNOME Desktop Environment
? ? Graphical Internet
? ? Mail Server
? ? MySQL Database? This is the installation of mysql,
? ? Network Servers
? ? Office/productinetworks
? ? Printing Support
? ? Server Configuration Tools
? ? System Tools
? ? Web Server
? ? X Window System
? ? Yum Utilities
Available Groups:
? ? Authoring and Publishing
? ? Base
? ? Beagle
? ? Cluster Storage
? ? Clustering
? ? DNS Name Server
? ? Development Libraries
? ? Eclipse
? ? Engineering and Scientific
? ? FTP Server
? ? FreeNX and NX
? ? GNOME Software Development
? ? Games and Entertainment
? ? Graphics
? ? Horde
? ? HyperV
? ? Java Development
? ? KDE (K Desktop Environment)
? ? KDE Software Development
? ? Legacy Network Server
? ? Legacy Software Development
? ? Legacy Software Support
? ? Mono
? ? News Server
? ? OpenFabrics Enterprise Distribution
? ? PostgreSQL Database
? ? Sound and Video
? ? Text-based Internet
? ? Tomboy
? ? Windows File Server
? ? X Software Development
? ? XFCE-4.4
? ? Xen
?
2. Installation
For example, to install a mysql database
Yum groupinstall "MySQL Database "'
?