yum groupinstall "Development Tools"

Issues related to applications and software problems
Post Reply
vinitRSSB
Posts: 1
Joined: 2018/01/15 04:22:31

yum groupinstall "Development Tools"

Post by vinitRSSB » 2018/01/15 04:56:49

[root@client ~]# yum groupinstall "Development Tools"
Loaded plugins: fastestmirror, langpacks
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
Loading mirror speeds from cached hostfile
Warning: group Development Tools does not exist.
Maybe run: yum groups mark install (see man yum)
No packages in any requested group available to install or update

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: yum groupinstall "Development Tools"

Post by avij » 2018/01/15 06:27:37

Try these:
yum clean all
yum --disablerepo=\* --enablerepo=base,updates groupinstall "Development Tools"

If you have EPEL's repo installed it may cause problems for the groupinstall command. The above should work in that situation.

Post Reply