{"id":5386,"date":"2024-09-09T20:49:14","date_gmt":"2024-09-09T15:19:14","guid":{"rendered":"https:\/\/www.veeble.org\/kb\/?p=5386"},"modified":"2025-02-18T12:07:21","modified_gmt":"2025-02-18T06:37:21","slug":"almalinux-yum-repository-list-working-urls","status":"publish","type":"post","link":"https:\/\/www.veeble.com\/kb\/almalinux-yum-repository-list-working-urls\/","title":{"rendered":"AlmaLinux YUM Repository List (Working URLs)"},"content":{"rendered":"\n<p>AlmaLinux, a RHEL-based distribution, uses <a href=\"https:\/\/en.wikipedia.org\/wiki\/DNF_(software)\" target=\"_blank\" rel=\"noopener\">DNF<\/a> for package management, and the repositories are essential for updating and installing software. This knowledge base lists the official and third-party repositories needed for your AlmaLinux to work efficiently.<\/p>\n\n\n\n<p><\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"configuring-repositories\">Configuring Repositories<\/h4>\n\n\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\/09\/Almalinux-Repo-Files.png\" target=\"_blank\" rel=\"noopener\"><img fetchpriority=\"high\" decoding=\"async\" width=\"900\" height=\"116\" data-id=\"5387\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/09\/Almalinux-Repo-Files.png\" alt=\"Almalinux Repo Files\" class=\"wp-image-5387\" srcset=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/Almalinux-Repo-Files.png 900w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/Almalinux-Repo-Files-300x39.png 300w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/Almalinux-Repo-Files-768x99.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/><\/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-base-os-and-appstream-repository-almalinuxrepo\">1. Base OS and AppStream Repository [almalinux.repo]<\/h4>\n\n\n<p>The <code>almalinux.repo<\/code> file contains the BaseOS Repository and AppStream Repository. BaseOS Repository contains essential packages that are required for the base system, whereas AppStream Repository contains additional packages for servers and workstations. Extra Repository is another optional repository that provides supplementary packages that aren&#8217;t in BaseOS or AppStream.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">[baseos]<br>name=AlmaLinux $releasever - BaseOS<br>mirrorlist=https:\/\/mirrors.almalinux.org\/mirrorlist\/$releasever\/baseos<br>enabled=1<br>gpgcheck=1<br>countme=1<br>gpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-AlmaLinux<br><br>[appstream]<br>name=AlmaLinux $releasever - AppStream<br>mirrorlist=https:\/\/mirrors.almalinux.org\/mirrorlist\/$releasever\/appstream<br>enabled=1<br>gpgcheck=1<br>countme=1<br>gpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-AlmaLinux<br><br>[extras]<br>name=AlmaLinux $releasever - Extras<br>mirrorlist=https:\/\/mirrors.almalinux.org\/mirrorlist\/$releasever\/extras<br>enabled=1<br>gpgcheck=1<br>countme=1<br>gpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-AlmaLinux<\/pre>\n\n\n\n<p><\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"2-powertools-repository-almalinuxpowertoolsrepo\">2. <strong>PowerTools Repository<\/strong> [almalinux-powertools.repo]<\/h4>\n\n\n<p>PowerTools Repository contains additional developer package tools and libraries that are typically used by developers.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">[powertools]<br>name=AlmaLinux $releasever - PowerTools<br>mirrorlist=https:\/\/mirrors.almalinux.org\/mirrorlist\/$releasever\/powertools<br>enabled=0<br>gpgcheck=1<br>countme=1<br>gpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-AlmaLinux<\/pre>\n\n\n\n<p><\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"3-high-availability-ha-repository-almalinuxharepo\">3. High Availability (HA) Repository [almalinux-ha.repo]<\/h4>\n\n\n<p>This repository contains packages related to high-availability systems.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;ha]\nname=AlmaLinux $releasever - HighAvailability\nmirrorlist=https:\/\/mirrors.almalinux.org\/mirrorlist\/$releasever\/ha\nenabled=0\ngpgcheck=1\ncountme=1\ngpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-AlmaLinux<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"4-plus-repository-almalinuxplusrepo\">4. Plus Repository [almalinux-plus.repo]<\/h4>\n\n\n<p>The <code>almalinux-plus.repo<\/code> file contains supplementary packages not included in the main repositories.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;plus]\nname=AlmaLinux $releasever - Plus\nmirrorlist=https:\/\/mirrors.almalinux.org\/mirrorlist\/$releasever\/plus\nenabled=0\ngpgcheck=1\ncountme=1\ngpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-AlmaLinux<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"5-resilient-storage-repository-almalinuxresilientstoragerepo\">5. Resilient Storage Repository [almalinux-resilientstorage.repo]<\/h4>\n\n\n<p>The <code>almalinux-resilientstorage.repo<\/code> in AlmaLinux provides packages for Resilient Storage, which focuses on clustering and high-availability solutions.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">[resilientstorage]<br>name=AlmaLinux $releasever - ResilientStorage<br>mirrorlist=https:\/\/mirrors.almalinux.org\/mirrorlist\/$releasever\/resilientstorage<br>enabled=0<br>gpgcheck=1<br>countme=1<br>gpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-AlmaLinux<\/pre>\n\n\n\n<p><\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"6-sap-repository-almalinuxsaprepo\">6. SAP Repository [almalinux-sap.repo]<\/h4>\n\n\n<p>The <code>almalinux-sap.repo<\/code> provides necessary software components for businesses running SAP solutions on AlmaLinux, offering a reliable and optimized platform for enterprise operations.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;sap]\nname=AlmaLinux $releasever - SAP\nmirrorlist=https:\/\/mirrors.almalinux.org\/mirrorlist\/$releasever\/sap\nenabled=0\ngpgcheck=1\ncountme=1\ngpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-AlmaLinux<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"7-nfv-repository-almalinuxnfvrepo\">7. NFV Repository [almalinux-nfv.repo]<\/h4>\n\n\n<p>The <code>almalinux-nfv.repo<\/code> provides essential tools and packages for deploying and managing virtualized network functions, enhancing flexibility, and reducing the reliance on hardware-based network appliances.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;nfv]\nname=AlmaLinux $releasever - Real Time for NFV\nmirrorlist=https:\/\/mirrors.almalinux.org\/mirrorlist\/$releasever\/nfv\nenabled=0\ngpgcheck=1\ngpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-AlmaLinux<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"how-to-update-repositories-after-configuring-repos\">How to Update Repositories after Configuring Repos?<\/h4>\n\n\n<p>Once the repositories are configured, you can update the package index using:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo dnf update<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wp-block-uagb-separator uagb-block-699ae43d\"><div class=\"wp-block-uagb-separator__inner\" style=\"--my-background-image:\"><\/div><\/div>\n\n\n\n<p>This list includes official AlmaLinux repositories as well as some useful third-party repositories for added functionality. You can&nbsp;also easily configure the&nbsp;Repo URL list for <a href=\"https:\/\/www.veeble.com\/kb\/debian-repo-urls-for-sources-list-file\/\">Debian<\/a>, <a href=\"https:\/\/www.veeble.org\/kb\/centos-repo-list-working-urls\/\" target=\"_blank\" rel=\"noopener\">CentOS<\/a>, <a href=\"https:\/\/www.veeble.org\/kb\/centos-stream-repo-list-working-urls\/\" target=\"_blank\" rel=\"noopener\">CentOS Stream<\/a>,&nbsp;<a href=\"https:\/\/www.veeble.org\/kb\/rockylinux-repository-list-working-urls\/\" target=\"_blank\" rel=\"noopener\">RockyLinux<\/a>, and <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: <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: <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: <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>RockyLinux: <a href=\"https:\/\/www.veeble.org\/kb\/rockylinux-repository-list-working-urls\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.veeble.org\/kb\/rockylinux-repository-list-working-urls\/<\/a><br>Debian: <a href=\"https:\/\/www.veeble.com\/kb\/debian-repo-urls-for-sources-list-file\/\">https:\/\/www.veeble.com\/kb\/debian-repo-urls-for-sources-list-file\/<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/09\/AlmaLinux.png\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" width=\"1350\" height=\"119\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/09\/AlmaLinux.png\" alt=\"Almalinux Repo List\" class=\"wp-image-5408\" srcset=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/AlmaLinux.png 1350w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/AlmaLinux-300x26.png 300w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/AlmaLinux-1024x90.png 1024w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/AlmaLinux-768x68.png 768w\" sizes=\"(max-width: 1350px) 100vw, 1350px\" \/><\/a><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-uagb-call-to-action uagb-block-a05a11b7 wp-block-button\"><div class=\"uagb-cta__wrap\"><h3 class=\"uagb-cta__title\">Scale Your Business with Veeble VPS Hosting<\/h3><p class=\"uagb-cta__desc\">Scale your business with ease with Veeble VPS hosting. Our plans are scalable, so you can add resources as your business grows.<\/p><\/div><div class=\"uagb-cta__buttons\"><a href=\"https:\/\/www.veeble.com\/in\/vps-hosting\/\" class=\"uagb-cta__button-link-wrapper wp-block-button__link\" target=\"_blank\" rel=\"noopener noreferrer\">Explore VPS Plans<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 Repo URLs list for Almalinux 8 and 9, including AppStream, BaseOS, and other userful YUM repositories for your machine.<\/p>\n","protected":false},"author":7,"featured_media":5412,"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-5386","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\/08\/Almalinux-Repo-Files.jpg",1792,1024,false],"thumbnail":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/Almalinux-Repo-Files-150x150.jpg",150,150,true],"medium":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/Almalinux-Repo-Files-300x171.jpg",300,171,true],"medium_large":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/Almalinux-Repo-Files-768x439.jpg",768,439,true],"large":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/Almalinux-Repo-Files-1024x585.jpg",1024,585,true],"1536x1536":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/Almalinux-Repo-Files-1536x878.jpg",1536,878,true],"2048x2048":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/08\/Almalinux-Repo-Files.jpg",1792,1024,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 Repo URLs list for Almalinux 8 and 9, including AppStream, BaseOS, and other userful YUM repositories for your machine.","_links":{"self":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/5386","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=5386"}],"version-history":[{"count":28,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/5386\/revisions"}],"predecessor-version":[{"id":7240,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/5386\/revisions\/7240"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/media\/5412"}],"wp:attachment":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/media?parent=5386"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/categories?post=5386"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/tags?post=5386"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}