Fix the the problem " There is no repository enabled in /etc/yum.repos.d "
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjemY-iZ_alIsW1nmdzHWP9xwfcaPo6ggnYPmZJzZMb8ajgSug2jtsdUohYnIZUZzcRRdcvCZH871h45LzWwaRSPL-I6gKNqUUxM015fBwebYFsnnJj1hWMxoF9ix0oTW-yhcQk0d9GrMmWtTusumMlAEGu2hV44BPilxvtWPUNaDWcQ93SyfpynHV1Ug/w640-h132/1.png)
Fix the problem in RedHat Linux: There is no repository enabled in /etc/yum.repos.d *** If you have no repository list in the redhat.repo file under /etc/yum.repos.d directory, then you have to follow below instruction step by step. Un-register the system : subscription-manager remove --all subscription-manager unregister subscription-manager clean Re-register the system : subscription-manager register subscription-manager refresh Search for the Pool ID : subscription-manager list --available Attach the subscription : subscription-manager attach --pool=<Pool-ID>