RedHat Subscription
Instructions:
- Login to your VM as your non-root user.
- Run the below command, swapping out the placeholders for you RedHat account credentials.
sudo subscription-manager register --username XXX --password XXX --auto-attach
- Once registered, update the system with the below command.
sudo yum update -y
-
sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm -y
-
sudo yum install vim wget git tree nc -y