Yum groupinstall !
Yum groupinstall may save your hours! Today I was creating some kind of setup, So during performing those installation steps, I have found one interesting and time saving option that is used with yum command and can make our tasks really easy. The option is groupinstall and the whole command is "yum groupinstall <"package name">". Though I was little aware of this But have never gone through this. So today I have just done some R&D on this and here is the result. The option "groupinstall" is used to install all the package related to particular type of software. Suppose I want to install all Mysql Database Packages, then instead of installing packages one by one you can make the use of command given below. [root@server2 ~]#yum groupinstall "MySQL Database" Now question may arise from where I have got string <"MySQL Database">, So answer is before running above command use following command for listing available group...