Packages not available on fresh install
Hello,
Creating new post as first attempt seems to have failed. Apologies if first too got posted.
I come from deb background
when I install rhel, I expect package pointers in /etc/yum.repos.d
I don't see any.
Is there a way to fill that up?
when try install a group such as '[root@localhost marty]# yum grouinstall 'Development Tools'
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-
: manager
This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions.
No such command: grouinstall. Please use /usr/bin/yum --help
[root@localhost marty]#
Can someone help me installing 'Development Tools'?
TIA
Responses
Check out this KB : https://access.redhat.com/solutions/1213413
Sometimes little things might be the solution - you made a typo.
Instead of yum "grouinstall" better type : yum groupinstall :)
The command is : yum groupinstall "Development Tools"
To attach the subscriptions execute the following commands :
sudo subscription-manager registersudo subscription-manager refreshsudo subscription-manager attach --auto
To enable additional repositories execute these commands :
sudo subscription-manager repos --enable rhel-7-server-extras-rpmssudo subscription-manager repos --enable rhel-7-server-optional-rpmssudo subscription-manager repos --enable rhel-server-rhscl-7-rpms
Now you should be able to use the (update) system properly.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
