try
yum grouplist
To get a list of all groups
Then maybe
yum grouplist | grep -i dev
To narrow it down.
Then to install the group
yum groupinstall "Development Tools"
try
yum grouplist
To get a list of all groups
Then maybe
yum grouplist | grep -i dev
To narrow it down.
Then to install the group
yum groupinstall "Development Tools"
0 Comments