Centos – “yum-config-manager –disable ” How to get repoid for centos 7

centoslinuxyum

I mistaken installed centos7 minimal. But I want to install GUI for Centos 7.From this link, I try the following commands:

yum groupinstall "GNOME Desktop" "Graphical Administration Tools"

But It is asking repoid, like:

yum-config-manager --disable <repoid>.

I don't know the repoid. How to get repoid for Centos 7?

Best Answer

  • yum repolist all - to see the repos you have (enabled / disabled)
  • yum repolist - list all enabled Yum repositories in your system
  • yum repolist -v - Enabled Repositories with Details

For reference:

Related Question