Implementation of commands similar to apt get install build essential in yum

After installing the system in Ubuntu, you can directly use the apt get install build essential command to install the commonly used development and compilation kits. In a system such as CentOS that uses Yum package management, there is a similar implementation method. The solution is to use the following command:

yum groupinstall “Development Tools”

Similar Posts: