{"id":5445,"date":"2024-10-06T16:23:25","date_gmt":"2024-10-06T10:53:25","guid":{"rendered":"https:\/\/www.veeble.org\/kb\/?p=5445"},"modified":"2025-04-04T12:38:39","modified_gmt":"2025-04-04T07:08:39","slug":"rockylinux-repository-list-working-urls","status":"publish","type":"post","link":"https:\/\/www.veeble.com\/kb\/rockylinux-repository-list-working-urls\/","title":{"rendered":"RockyLinux Repository List (Working URLs)"},"content":{"rendered":"\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/10\/RockyLinux-Repository-List-Cover-Image-scaled.jpeg\" target=\"_blank\" rel=\"noopener\"><img fetchpriority=\"high\" decoding=\"async\" width=\"2560\" height=\"524\" data-id=\"5523\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/10\/RockyLinux-Repository-List-Cover-Image-scaled.jpeg\" alt=\"RockyLinux Repository List (Working URLs)\" class=\"wp-image-5523\" srcset=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/10\/RockyLinux-Repository-List-Cover-Image-scaled.jpeg 2560w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/10\/RockyLinux-Repository-List-Cover-Image-300x61.jpeg 300w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/10\/RockyLinux-Repository-List-Cover-Image-1024x210.jpeg 1024w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/10\/RockyLinux-Repository-List-Cover-Image-768x157.jpeg 768w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/10\/RockyLinux-Repository-List-Cover-Image-1536x314.jpeg 1536w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/10\/RockyLinux-Repository-List-Cover-Image-2048x419.jpeg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/><\/a><\/figure>\n<\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The community-driven RHEL fork RockyLinux uses the <a href=\"https:\/\/en.wikipedia.org\/wiki\/DNF_(software)\" target=\"_blank\" rel=\"noopener\">DNF<\/a> package manager, and the repositories are essential for updating and installing software. This knowledge base lists the official and third-party RockyLinux repository URLs list needed to work efficiently.<\/p>\n\n\n\n<p><\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"configuring-repositories\">Configuring Repositories<\/h3>\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/09\/yum.repos_.d-1.png\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" width=\"1187\" height=\"131\" data-id=\"5449\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/09\/yum.repos_.d-1.png\" alt=\"RockyLinux Repo Files\" class=\"wp-image-5449\" srcset=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/yum.repos_.d-1.png 1187w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/yum.repos_.d-1-300x33.png 300w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/yum.repos_.d-1-1024x113.png 1024w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/yum.repos_.d-1-768x85.png 768w\" sizes=\"(max-width: 1187px) 100vw, 1187px\" \/><\/a><\/figure>\n<\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To configure these repositories, edit or create <code>.repo<\/code> files under <code>\/etc\/yum.repos.d\/<\/code>.<\/li>\n\n\n\n<li>Ensure the <a href=\"https:\/\/www.veeble.org\/kb\/fix-almalinux-gpg-key-error\/\" target=\"_blank\" rel=\"noopener\">GPG keys<\/a> are added to your system to maintain package integrity.<\/li>\n\n\n\n<li>Enable or disable repositories as needed using the <code>dnf config-manager --enable\/--disable &lt;reponame&gt;<\/code> command.<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"1-baseos-repository\">1. BaseOS Repository<\/h4>\n\n\n<p>Essential system packages that form the base of RockyLinux is found in BaseOS repository.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;baseos]                                                                            name=Rocky Linux $releasever - BaseOS                                               mirrorlist=https:\/\/mirrors.rockylinux.org\/mirrorlist?arch=$basearch&amp;repo=BaseOS-$releasever                                                                                  <br>gpgcheck=1                                                                          enabled=1                                                                           countme=1                                                                           gpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-rockyofficial  <\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"2-appstream-repository\">2. AppStream Repository<\/h4>\n\n\n<p>AppStream repository provides application streams and various additional packages.                                                                                                                                                           <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;appstream]                                                                                                                                                                 name=Rocky Linux $releasever - AppStream                                                                                                                                    mirrorlist=https:\/\/mirrors.rockylinux.org\/mirrorlist?arch=$basearch&amp;repo=AppStream-$releasever                                                                                                                                                                         gpgcheck=1                                                                                                                                                                  enabled=1                                                                                                                                                                   countme=1                                                                                                                                                                   gpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-rockyofficial<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"3-extras-repository\">3. Extras Repository<\/h4>\n\n\n<p>BaseOS or AppStream does not provide supplementary packages. For that, use the Extras Repository in RockyLinux.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;extras]                                                                                                                                                                    name=Rocky Linux $releasever - Extras                                                                                                                                       mirrorlist=https:\/\/mirrors.rockylinux.org\/mirrorlist?arch=$basearch&amp;repo=extras-$releasever                                                                                                                                                                              gpgcheck=1                                                                                                                                                                  enabled=1                                                                                                                                                                   countme=1                                                                                                                                                                   gpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-rockyofficial<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"4-powertools-repository\">4. PowerTools Repository<\/h4>\n\n\n<p>Developer tools and libraries are typically not installed by default. To use it, use the PowerTools Repository in RockyLinux.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;powertools]                                                                                                                                                                name=Rocky Linux $releasever - PowerTools                                                                                                                                   mirrorlist=https:\/\/mirrors.rockylinux.org\/mirrorlist?arch=$basearch&amp;repo=PowerTools-$releasever                                                                                                                                                                      gpgcheck=1                                                                                                                                                                  enabled=0                                                                                                                                                                   countme=1                                                                                                                                                                   gpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-rockyofficial<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"5-high-availability-repository\">5. High Availability Repository<\/h4>\n\n\n<p>Packages for high-availability services.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;ha]<br>name=Rocky Linux $releasever - HighAvailability<br>mirrorlist=https:\/\/mirrors.rockylinux.org\/mirrorlist?arch=$basearch&amp;repo=HighAvailability-$releasever<br>#baseurl=http:\/\/dl.rockylinux.org\/$contentdir\/$releasever\/HighAvailability\/$basearch\/os\/<br>gpgcheck=1<br>enabled=0<br>countme=1<br>gpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-rockyofficial<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"6-resilient-storage-repository\">6. Resilient Storage Repository<\/h4>\n\n\n<p>Offers packages for scalable and highly available storage solutions.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;resilient-storage]<br>name=Rocky Linux $releasever - ResilientStorage<br>mirrorlist=https:\/\/mirrors.rockylinux.org\/mirrorlist?arch=$basearch&amp;repo=ResilientStorage-$releasever<br>#baseurl=http:\/\/dl.rockylinux.org\/$contentdir\/$releasever\/ResilientStorage\/$basearch\/os\/<br>gpgcheck=1<br>enabled=0<br>countme=1<br>gpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-rockyofficial<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"7-devel-repository\">7. Devel Repository<\/h4>\n\n\n<p>Less stable development packages.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;devel]<br>name=Rocky Linux $releasever - Devel<br>mirrorlist=https:\/\/mirrors.rockylinux.org\/mirrorlist?arch=$basearch&amp;repo=Devel-$releasever<br>#baseurl=http:\/\/dl.rockylinux.org\/$contentdir\/$releasever\/Devel\/$basearch\/os\/<br>gpgcheck=1<br>enabled=0<br>countme=1<br>gpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-rockyofficial<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"8-sources-repository\">8. Sources Repository<\/h4>\n\n\n<p>The source repository contains the source code for packages, allowing users to build software from the source, review code, or contribute to development.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;baseos-source]\nname=Rocky Linux $releasever - BaseOS - Source\nmirrorlist=https:\/\/mirrors.rockylinux.org\/mirrorlist?arch=source&amp;repo=BaseOS-$releasever-source\n#baseurl=http:\/\/dl.rockylinux.org\/$contentdir\/$releasever\/BaseOS\/source\/tree\/\ngpgcheck=1\nenabled=0\ngpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-rockyofficial\n\n&#91;appstream-source]\nname=Rocky Linux $releasever - AppStream - Source\nmirrorlist=https:\/\/mirrors.rockylinux.org\/mirrorlist?arch=source&amp;repo=AppStream-$releasever-source\n#baseurl=http:\/\/dl.rockylinux.org\/$contentdir\/$releasever\/AppStream\/source\/tree\/\ngpgcheck=1\nenabled=0\ngpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-rockyofficial\n\n&#91;extras-source]\nname=Rocky Linux $releasever - Extras - Source\nmirrorlist=https:\/\/mirrors.rockylinux.org\/mirrorlist?arch=source&amp;repo=extras-$releasever-source\n#baseurl=http:\/\/dl.rockylinux.org\/$contentdir\/$releasever\/extras\/source\/tree\/\ngpgcheck=1\nenabled=0\ngpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-rockyofficial\n\n&#91;plus-source]\nname=Rocky Linux $releasever - Plus - Source\nmirrorlist=https:\/\/mirrors.rockylinux.org\/mirrorlist?arch=source&amp;repo=plus-$releasever-source\n#baseurl=http:\/\/dl.rockylinux.org\/$contentdir\/$releasever\/plus\/source\/tree\/\ngpgcheck=1\nenabled=0\ngpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-rockyofficial\n\n&#91;ha-source]\nname=Rocky Linux $releasever - High Availability - Source\nmirrorlist=https:\/\/mirrors.rockylinux.org\/mirrorlist?arch=source&amp;repo=HighAvailability-$releasever-source\n#baseurl=http:\/\/dl.rockylinux.org\/$contentdir\/$releasever\/HighAvailability\/source\/tree\/\ngpgcheck=1\nenabled=0\ngpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-rockyofficial\n\n&#91;powertools-source]\nname=Rocky Linux $releasever - PowerTools - Source\nmirrorlist=https:\/\/mirrors.rockylinux.org\/mirrorlist?arch=source&amp;repo=PowerTools-$releasever-source\n#baseurl=http:\/\/dl.rockylinux.org\/$contentdir\/$releasever\/PowerTools\/source\/tree\/\ngpgcheck=1\nenabled=0\ngpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-rockyofficial\n\n&#91;resilient-storage-source]\nname=Rocky Linux $releasever - Resilient Storage - Source\nmirrorlist=https:\/\/mirrors.rockylinux.org\/mirrorlist?arch=source&amp;repo=ResilientStorage-$releasever-source\n#baseurl=http:\/\/dl.rockylinux.org\/$contentdir\/$releasever\/ResilientStorage\/source\/tree\/\ngpgcheck=1\nenabled=0\ngpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-rockyofficial\n\n&#91;powertools-source]\nname=Rocky Linux $releasever - PowerTools - Source\nmirrorlist=https:\/\/mirrors.rockylinux.org\/mirrorlist?arch=source&amp;repo=PowerTools-$releasever-source\n#baseurl=http:\/\/dl.rockylinux.org\/$contentdir\/$releasever\/PowerTools\/source\/tree\/\ngpgcheck=1\nenabled=0\ngpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-rockyofficial\n\n&#91;resilient-storage-source]\nname=Rocky Linux $releasever - Resilient Storage - Source\nmirrorlist=https:\/\/mirrors.rockylinux.org\/mirrorlist?arch=source&amp;repo=ResilientStorage-$releasever-source\n#baseurl=http:\/\/dl.rockylinux.org\/$contentdir\/$releasever\/ResilientStorage\/source\/tree\/\ngpgcheck=1\nenabled=0\ngpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-rockyofficial<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"additional-repositories\">Additional Repositories<\/h4>\n\n\n<p>For the RockyLinux repository URLs list not covered here, like <code>Rocky-NFV<\/code>, <code>Rocky-RT<\/code>, <code>Rocky-Plus<\/code>, <code>Rocky-Media<\/code>, and <code>Rocky-Sources<\/code>, you would generally enable them based on specific needs as they contain more niche or less frequently used packages.<\/p>\n\n\n\n<p><\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"tips-for-managing-repositories\">Tips for Managing Repositories<\/h3>\n\n\n<ul class=\"wp-block-list\">\n<li>Always ensure the GPG keys are imported correctly to avoid security warnings.<\/li>\n\n\n\n<li>Use the <code>dnf config-manager<\/code> tool to enable or disable repositories as needed.<\/li>\n\n\n\n<li>Regularly check for updates to keep your system secure.<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-uagb-separator uagb-block-6f907a03\"><div class=\"wp-block-uagb-separator__inner\" style=\"--my-background-image:\"><\/div><\/div>\n\n\n\n<p>This list includes official RockyLinux repositories and some useful third-party repositories for added functionality. Similarly, you can&nbsp;also easily configure the&nbsp;Repo URL list for&nbsp;<a href=\"https:\/\/www.veeble.org\/kb\/almalinux-yum-repository-list-working-urls\/\" target=\"_blank\" rel=\"noopener\">AlmaLinux<\/a>, <a href=\"https:\/\/www.veeble.org\/kb\/centos-repo-list-working-urls\/\" target=\"_blank\" rel=\"noopener\">CentOS<\/a>,&nbsp;<a href=\"https:\/\/www.veeble.org\/kb\/centos-stream-repo-list-working-urls\/\" target=\"_blank\" rel=\"noopener\">CentOS Stream<\/a>,&nbsp;and&nbsp;<a href=\"https:\/\/www.veeble.org\/kb\/sources-list-file-urls-ubuntu\/\" target=\"_blank\" rel=\"noopener\">Ubuntu<\/a>. To find the working URLs, visit this link:&nbsp;<br>CentOS:&nbsp;<a href=\"https:\/\/www.veeble.org\/kb\/centos-repo-list-working-urls\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.veeble.org\/kb\/centos-repo-list-working-urls\/<\/a><br>CentOS Stream:&nbsp;<a href=\"https:\/\/www.veeble.org\/kb\/centos-stream-repo-list-working-urls\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.veeble.org\/kb\/centos-stream-repo-list-working-urls\/<\/a><br>Ubuntu:&nbsp;<a href=\"https:\/\/www.veeble.org\/kb\/sources-list-file-urls-ubuntu\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.veeble.org\/kb\/sources-list-file-urls-ubuntu\/<\/a><br>AlmaLinux: <a href=\"https:\/\/www.veeble.org\/kb\/almalinux-yum-repository-list-working-urls\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.veeble.org\/kb\/almalinux-yum-repository-list-working-urls\/<\/a><\/p>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-uagb-call-to-action uagb-block-4e09d957 wp-block-button\"><div class=\"uagb-cta__wrap\"><h3 class=\"uagb-cta__title\">Unleash the Power of AWS, Without the Hassle<\/h3><p class=\"uagb-cta__desc\">WS offers incredible potential, but managing it can be complex. Veeble&#8217;s managed hosting simplifies everything, from setup to security, so you can benefit from AWS without the headaches.<\/p><\/div><div class=\"uagb-cta__buttons\"><a href=\"https:\/\/www.veeble.com\/in\/managed-aws-hosting\/\" class=\"uagb-cta__button-link-wrapper wp-block-button__link\" target=\"_blank\" rel=\"noopener noreferrer\">Explore Managed AWS<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"><\/path><\/svg><\/a><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Here is the working Repository URLs list for RockyLinux 8 and RockyLinux 9, including the official and third-party repositories you need.<\/p>\n","protected":false},"author":7,"featured_media":8476,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[5],"tags":[],"class_list":["post-5445","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux"],"uagb_featured_image_src":{"full":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/10\/RockyLinux-Repository-List-Working-URLs.jpg",1366,768,false],"thumbnail":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/10\/RockyLinux-Repository-List-Working-URLs-150x150.jpg",150,150,true],"medium":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/10\/RockyLinux-Repository-List-Working-URLs-300x169.jpg",300,169,true],"medium_large":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/10\/RockyLinux-Repository-List-Working-URLs-768x432.jpg",768,432,true],"large":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/10\/RockyLinux-Repository-List-Working-URLs-1024x576.jpg",1024,576,true],"1536x1536":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/10\/RockyLinux-Repository-List-Working-URLs.jpg",1366,768,false],"2048x2048":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/10\/RockyLinux-Repository-List-Working-URLs.jpg",1366,768,false]},"uagb_author_info":{"display_name":"Adrian Antony","author_link":"https:\/\/www.veeble.com\/kb\/author\/adrian\/"},"uagb_comment_info":0,"uagb_excerpt":"Here is the working Repository URLs list for RockyLinux 8 and RockyLinux 9, including the official and third-party repositories you need.","_links":{"self":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/5445","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/comments?post=5445"}],"version-history":[{"count":15,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/5445\/revisions"}],"predecessor-version":[{"id":7292,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/5445\/revisions\/7292"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/media\/8476"}],"wp:attachment":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/media?parent=5445"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/categories?post=5445"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/tags?post=5445"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}