how can i use all of my listed products in my subscription ?

Latest response

i have so many products only 2 of it had installed!!
who can tell me how to install and use each one of any products supported by any subscription?
for example how to install and use of (oracle Java for (RHEL server))?

Responses

Hi ! :)

Execute sudo subscription-manager repos --list to see all subscriptions that are available to be used with the system.
Execute sudo subscription-manager repos --list-enabled to see all subscriptions that are enabled and already in use.
Execute sudo subscription-manager repos --list-disabled to see all subscriptions that are disabled and can be added.

Example for adding the suitable repo and making use of Oracle Java packages - first add the repository to the software sources :
Execute sudo subscription-manager repos --enable rhel-7-server-eus-thirdparty-oracle-java-source-rpms.
Execute sudo yum update ... afterwards you are able to install Oracle Java on the Red Hat Enterprise Linux 7 operating system.

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.