cancel
Showing results for 
Search instead for 
Did you mean: 
felixschmidt
Mission Specialist
Mission Specialist
  • 285 Views

RHEL10 Developer Subscription

Hi i installed rhel10 on my pc using the developer subscription. I already linked my account but i cannot download any redhat products via yum or dnf because there are no repositories linked. Can someone help me ?

2 Replies
felixschmidt
Mission Specialist
Mission Specialist
  • 284 Views

sudo subscription-manager status
+-------------------------------------------+
System Status Details
+-------------------------------------------+
Overall Status: Registered

cat /etc/os-release
NAME="Red Hat Enterprise Linux"
VERSION="10.0 (Coughlan)"
ID="rhel"
ID_LIKE="centos fedora"
VERSION_ID="10.0"
PLATFORM_ID="platform:el10"
PRETTY_NAME="Red Hat Enterprise Linux 10.0 (Coughlan)"
ANSI_COLOR="0;31"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:redhat:enterprise_linux:10::baseos"
HOME_URL="https://www.redhat.com/"
VENDOR_NAME="Red Hat"
VENDOR_URL="https://www.redhat.com/"
DOCUMENTATION_URL="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/10"
BUG_REPORT_URL="https://issues.redhat.com/"
sudo dnf repolist
Updating Subscription Management repositories.
No repositories available

Chetan_Tiwary_
Community Manager
Community Manager
  • 258 Views

@felixschmidt Try this if this works for you :

sudo subscription-manager remove --all
sudo subscription-manager unregister
sudo subscription-manager clean


Now, Re-register and attach:

sudo subscription-manager register
sudo subscription-manager refresh
sudo subscription-manager attach --auto


Now, List repost and attach:

sudo subscription-manager repos --list-enabled
sudo subscription-manager repos --list 

Also, please check the below :

#Use the Red Hat Customer Portal login ID to register the systems, not the email address.

#Ensure the system date and time is correct.

for more help, please check the FAQ here : https://developers.redhat.com/articles/faqs-no-cost-red-hat-enterprise-linux#getting_your_no_cost_su... 

0 Kudos
Join the discussion
You must log in to join this conversation.