{"id":17810,"date":"2026-07-11T10:43:11","date_gmt":"2026-07-11T10:43:11","guid":{"rendered":"https:\/\/greenwebpage.com\/community\/?p=17810"},"modified":"2026-07-11T10:47:53","modified_gmt":"2026-07-11T10:47:53","slug":"how-to-enable-epel-repository-on-almalinux-10","status":"publish","type":"post","link":"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/","title":{"rendered":"How to Enable EPEL Repository on AlmaLinux 10"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">\n  AlmaLinux 10 ships lean by design, stable, security-hardened, and limited to a conservative set of packages. That&#8217;s great for production reliability, but it means common tools like htop, fail2ban, ffmpeg, or certbot simply aren&#8217;t available through the default repositories. That&#8217;s what EPEL is for.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\n  This guide covers exactly how to install and enable EPEL on AlmaLinux 10, verify it&#8217;s working, enable the CodeReady Builder (CRB) repository it often depends on, and troubleshoot the most common issues, including an important architecture detail specific to AlmaLinux 10 that most tutorials don&#8217;t mention.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Table of Content<\/strong>\n<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#What-Is-EPEL-and-Why-You-Need-It\">What Is EPEL and Why You Need It<\/a><\/li>\n\n\n\n<li><a href=\"#A-Note-on-AlmaLinux-10-and-x86_64_v2-Support\">A Note on AlmaLinux 10 and x86_64_v2 Support<\/a><\/li>\n\n\n\n<li><a href=\"#How-to-Enable-EPEL-Repository-on-AlmaLinux-10\">How to Enable EPEL Repository on AlmaLinux 10<\/a><\/li>\n\n\n\n<li><a href=\"#Enabling-or-Disabling-EPEL-for-Specific-Installs\">Enabling or Disabling EPEL for Specific Installs<\/a><\/li>\n\n\n\n<li><a href=\"#Troubleshooting-Common-EPEL-Issues\">Troubleshooting Common EPEL Issues<\/a><\/li>\n\n\n\n<li><a href=\"#Final-Thoughts\">Final Thoughts<\/a><\/li>\n\n\n\n<li><a href=\"#FAQs\">FAQs<\/a><br>  <\/li>\n<\/ul>\n\n\n\n<h2 id=\"What-Is-EPEL-and-Why-You-Need-It\" class=\"wp-block-heading\"><a id=\"post-17810-_8fajxwge0xvt\"><\/a><strong>What Is EPEL and Why You Need It<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/docs.fedoraproject.org\/en-US\/epel\/\">EPEL (Extra Packages for Enterprise Linux)<\/a> is a community-maintained repository, backed by the Fedora Project, that provides thousands of additional packages built and tested to work cleanly with RHEL-based distributions like AlmaLinux. Rather than compiling software from source or relying on random third-party repos, EPEL gives you a trusted, well-maintained source for tools the base OS doesn&#8217;t ship with.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\n  Common examples of packages only available through EPEL include <a href=\"https:\/\/greenwebpage.com\/community\/how-to-monitor-logs-in-almalinux-10-journalctl-var-log\/\">monitoring tools<\/a>, compression utilities, developer libraries, and security tools like fail2ban and certbot.\n<\/p>\n\n\n\n<h2 id=\"A-Note-on-AlmaLinux-10-and-x86_64_v2-Support\" class=\"wp-block-heading\"><a id=\"post-17810-_6vqzae5vyz56\"><\/a><strong>A Note on AlmaLinux 10 and x86_64_v2 Support<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\n  If you&#8217;re running AlmaLinux 10 on older x86_64_v2 hardware, there&#8217;s a detail worth knowing: RHEL 10 upstream moved to requiring x86_64_v3, which meant standard EPEL packages initially didn&#8217;t support older CPUs. AlmaLinux OS resolved this by rebuilding EPEL packages from Fedora&#8217;s source RPMs specifically for x86_64_v2 systems, distributed with an .alma_altarch suffix for easy identification. \n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\n  In practice, this means EPEL now works the same way on AlmaLinux 10 regardless of whether you&#8217;re on modern or older x86_64 hardware; you don&#8217;t need to do anything differently, but it&#8217;s useful context if you see that suffix in package names.\n<\/p>\n\n\n\n<h2 id=\"How-to-Enable-EPEL-Repository-on-AlmaLinux-10\" class=\"wp-block-heading\"><a id=\"post-17810-_4w5lk8kkk4d3\"><\/a><strong>How to Enable EPEL Repository on AlmaLinux 10<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\n  To enable the EPEL repository on AlmaLinux 10, first update your system with sudo dnf update -y, then install the repository package with sudo dnf install epel-release -y. Since some EPEL packages depend on libraries in the CodeReady Builder repository, also run sudo dnf config-manager &#8211;set-enabled crb. Finally, refresh the package cache with sudo dnf clean all &amp;&amp; sudo dnf makecache and confirm EPEL is active by running sudo dnf repolist enabled | grep -i epel. The entire process takes under a minute and requires no manual downloads, since AlmaLinux 10 provides the epel-release package directly through its default repositories.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-17810-_wjvcel8j2lcd\"><\/a><strong>Step 1: Update Your System First<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\n  Before adding any new repository, make sure your existing packages and metadata are current:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo dnf update \n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1110\" height=\"331\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-1.png\" alt=\"sudo dnf update\" class=\"wp-image-17811\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-1.png 1110w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-1-300x89.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-1-1024x305.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-1-768x229.png 768w\" sizes=\"(max-width: 1110px) 100vw, 1110px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\n  This avoids dependency conflicts later and ensures your GPG keys and repo metadata are fresh.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-17810-_75bxh9tuizev\"><\/a><strong>Step 2: Install the EPEL Release Package<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\n  On AlmaLinux 10, the epel-release package is available directly and installs everything needed, repository configuration files, GPG keys, and metadata, in one command:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo dnf install epel-release -y\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1027\" height=\"283\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-2.png\" alt=\"  sudo dnf install epel-release -y\n\" class=\"wp-image-17812\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-2.png 1027w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-2-300x83.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-2-1024x282.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-2-768x212.png 768w\" sizes=\"(max-width: 1027px) 100vw, 1027px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\n  That&#8217;s it. Unlike some older RHEL-based distros, you don&#8217;t need to manually download an RPM from a URL; AlmaLinux 10 provides epel-release through its own repositories by default.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-17810-_bjafoufid63n\"><\/a><strong>Step 3: Enable the CodeReady Builder (CRB) Repository<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Some EPEL packages depend on libraries found in the CodeReady Builder (CRB) repository, which is disabled by default. Enable it with:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo dnf config-manager &#8211;set-enabled crb\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1028\" height=\"102\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-3.png\" alt=\"  sudo dnf config-manager --set-enabled crb\n\" class=\"wp-image-17813\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-3.png 1028w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-3-300x30.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-3-1024x102.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-3-768x76.png 768w\" sizes=\"(max-width: 1028px) 100vw, 1028px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Skipping this step is one of the most common causes of &#8220;nothing provides X&#8221; dependency errors when installing EPEL packages later.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-17810-_1nj9nbz9otos\"><\/a><strong>Step 4: Refresh the DNF Cache<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\n  After enabling new repositories, clear and rebuild the package cache so dnf picks up the new metadata:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo dnf clean all\n<\/p><p>\n  sudo dnf makecache\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1029\" height=\"258\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-4.png\" alt=\"  sudo dnf clean all\n\" class=\"wp-image-17814\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-4.png 1029w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-4-300x75.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-4-1024x257.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-4-768x193.png 768w\" sizes=\"(max-width: 1029px) 100vw, 1029px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-17810-_z6y21eff6gol\"><\/a><strong>Step 5: Verify EPEL Is Enabled<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\n  Confirm the repository is active and listed:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo dnf repolist enabled | grep -i epel\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1031\" height=\"128\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-5.png\" alt=\"  sudo dnf repolist enabled | grep -i epel\n\" class=\"wp-image-17815\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-5.png 1031w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-5-300x37.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-5-1024x127.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-5-768x95.png 768w\" sizes=\"(max-width: 1031px) 100vw, 1031px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\n  You can also check repository details directly:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo dnf repoinfo epel\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1018\" height=\"523\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-6.png\" alt=\"  sudo dnf repoinfo epel\n\" class=\"wp-image-17816\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-6.png 1018w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-6-300x154.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-6-768x395.png 768w\" sizes=\"(max-width: 1018px) 100vw, 1018px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-17810-_51fde1jo0x8v\"><\/a><strong>Step 6: Test It by Installing an EPEL Package<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\n  Confirm everything works end-to-end by installing a common EPEL-only tool:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo dnf install htop -y\n<\/p><p>\n  htop &#8211;version\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1021\" height=\"381\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-7.png\" alt=\"sudo dnf install htop -y\" class=\"wp-image-17817\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-7.png 1021w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-7-300x112.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-7-768x287.png 768w\" sizes=\"(max-width: 1021px) 100vw, 1021px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\n  If the install succeeds and the version prints correctly, EPEL is fully functional on your system.\n<\/p>\n\n\n\n<h2 id=\"Enabling-or-Disabling-EPEL-for-Specific-Installs\" class=\"wp-block-heading\"><a id=\"post-17810-_dtj4v0xl7guc\"><\/a><strong>Enabling or Disabling EPEL for Specific Installs<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\n  You don&#8217;t always want EPEL active for every transaction; some admins prefer to enable it only when needed, to reduce the chance of pulling in unexpected package versions.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\n  To temporarily enable EPEL for a single install without leaving it enabled system-wide:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo dnf install &#8211;enablerepo=epel &lt;package-name&gt;\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"318\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-8.png\" alt=\"  sudo dnf install --enablerepo=epel &lt;package-name&gt;\n\" class=\"wp-image-17818\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-8.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-8-300x93.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-8-768x239.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\n  To temporarily disable EPEL for a single transaction:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo dnf install &#8211;disablerepo=epel &lt;package-name&gt;\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1023\" height=\"283\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-9.png\" alt=\"  sudo dnf install --disablerepo=epel &lt;package-name&gt;\n\" class=\"wp-image-17819\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-9.png 1023w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-9-300x83.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-9-768x212.png 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\n  To permanently toggle EPEL on or off:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo dnf config-manager &#8211;set-disabled epel\n<\/p><p>\n  sudo dnf config-manager &#8211;set-enabled epel\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1029\" height=\"159\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-10.png\" alt=\"  sudo dnf config-manager --set-disabled epel\n\" class=\"wp-image-17820\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-10.png 1029w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-10-300x46.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-10-1024x158.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-10-768x119.png 768w\" sizes=\"(max-width: 1029px) 100vw, 1029px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 id=\"Troubleshooting-Common-EPEL-Issues\" class=\"wp-block-heading\"><a id=\"post-17810-_f8vq8hf79bf8\"><\/a><strong>Troubleshooting Common EPEL Issues<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-17810-_n1g6jr5xruqk\"><\/a><strong>&#8220;No match for argument: epel-release&#8221;<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\n  This usually means your base repositories aren&#8217;t reachable or are misconfigured. Verify your repo list and network connection:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo dnf repolist\n<\/p><p>\n  ping -c 4 8.8.8.8\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1031\" height=\"617\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-11.png\" alt=\"sudo dnf repolist\" class=\"wp-image-17821\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-11.png 1031w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-11-300x180.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-11-1024x613.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-11-768x460.png 768w\" sizes=\"(max-width: 1031px) 100vw, 1031px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-17810-_yancxjxhr04a\"><\/a><strong>GPG Key Errors During Install<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\n  If you see a warning about an unsigned or unverified package, make sure the EPEL GPG key was imported correctly during installation:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo rpm -qa gpg-pubkey* &#8211;qf &#8216;%{name}-%{version}-%{release} &#8211;&gt; %{summary}\\n&#8217; | grep -i epel\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1028\" height=\"197\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-12.png\" alt=\"  sudo rpm -qa gpg-pubkey* --qf '%{name}-%{version}-%{release} --&gt; %{summary}\\n' | grep -i epel\n\" class=\"wp-image-17822\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-12.png 1028w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-12-300x57.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-12-1024x196.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-12-768x147.png 768w\" sizes=\"(max-width: 1028px) 100vw, 1028px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\n  If it&#8217;s missing, reinstall the release package:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo dnf reinstall epel-release -y\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1025\" height=\"385\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-13.png\" alt=\"  sudo dnf reinstall epel-release -y\n\" class=\"wp-image-17823\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-13.png 1025w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-13-300x113.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-13-768x288.png 768w\" sizes=\"(max-width: 1025px) 100vw, 1025px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-17810-_8s4tmc1gv06x\"><\/a><strong>Dependency Errors When Installing EPEL Packages<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\n  This is almost always the CRB repository being disabled. Double-check it&#8217;s active:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo dnf repolist enabled | grep -i crb\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1027\" height=\"158\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-14.png\" alt=\"\" class=\"wp-image-17824\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-14.png 1027w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-14-300x46.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-14-1024x158.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/word-image-17810-14-768x118.png 768w\" sizes=\"(max-width: 1027px) 100vw, 1027px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 id=\"Final-Thoughts\" class=\"wp-block-heading\"><a id=\"post-17810-_ckiykryamn7m\"><\/a><strong>Final Thoughts<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\n  Enabling EPEL on AlmaLinux 10 takes less than a minute, but it dramatically expands the software available on an otherwise minimal, security-focused base install. The key steps to remember are installing epel-release, enabling CRB alongside it, and <a href=\"https:\/\/greenwebpage.com\/community\/how-to-use-dnf-package-manager-in-almalinux-10\/\">refreshing your dnf cache <\/a>before testing an install. If you manage a fleet of <a href=\"https:\/\/greenwebpage.com\/community\/how-to-install-apache-maven-on-ubuntu-26-04\/\">AlmaLinux 10 servers<\/a>, consider standardizing this setup into your provisioning scripts or configuration management tooling (Ansible, Puppet, etc.) so every new server gets EPEL configured consistently from day one.\n<\/p>\n\n\n\n<h2 id=\"FAQs\" class=\"wp-block-heading\"><a id=\"post-17810-_cxicqn1152oo\"><\/a><strong>FAQs<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>1. Is EPEL safe to install on AlmaLinux 10?<\/strong>\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\n  Yes. EPEL is maintained by the Fedora Project specifically to be compatible with RHEL-based distributions, and all packages are GPG-signed. It&#8217;s widely used in production environments, though it&#8217;s still good practice to review what you&#8217;re installing rather than blindly enabling every optional repo.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>2. Do I need to enable CRB every time I install an EPEL package?<\/strong>\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\n  No, you only need to enable CRB once per system. It&#8217;s a one-time dnf config-manager &#8211;set-enabled crb command, after which it stays enabled for all future installs unless you manually disable it.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>3. Why do I get &#8220;nothing provides X&#8221; errors after installing EPEL?<\/strong>\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\n  This almost always means the CRB repository is still disabled. EPEL packages frequently depend on development libraries housed in CRB, so if you skip that step, dependency resolution fails even though EPEL itself installed correctly.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>4. Can I remove or disable EPEL later without breaking my system?<\/strong>\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\n  Yes, as long as you&#8217;re not actively using packages that came from it. Run sudo dnf config-manager &#8211;set-disabled epel to disable it, or sudo dnf remove epel-release to remove it entirely. Any packages already installed from EPEL will remain unless you remove them separately.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>5. Does EPEL work the same way on older x86_64_v2 hardware in AlmaLinux 10?<\/strong>\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\n  Yes, but with a caveat worth knowing: RHEL 10 upstream only supports x86_64_v3, so AlmaLinux rebuilt EPEL packages specifically for x86_64_v2 systems (marked with an .alma_altarch suffix). The install steps are identical either way; you don&#8217;t need to do anything different.\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>AlmaLinux 10 ships lean by design, stable, security-hardened, and limited to a conservative set of packages. That&#8217;s great for production reliability, but it means common tools like htop, fail2ban, ffmpeg, or certbot simply aren&#8217;t available through the default repositories. That&#8217;s what EPEL is for. This guide covers exactly how to install and enable EPEL on [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":17832,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[1024,1072,1073],"class_list":["post-17810","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-almalinux-10","tag-epel","tag-software-repository"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Enable EPEL Repository on AlmaLinux 10 - Greenwebpage Community<\/title>\n<meta name=\"description\" content=\"This guide covers exactly how to install and enable EPEL on AlmaLinux 10, verify it&#039;s working, enable the CodeReady Builder (CRB) repository it often depends on, and troubleshoot the most common issues, including an important architecture detail specific to AlmaLinux 10 that most tutorials don&#039;t mention.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Enable EPEL Repository on AlmaLinux 10 - Greenwebpage Community\" \/>\n<meta property=\"og:description\" content=\"This guide covers exactly how to install and enable EPEL on AlmaLinux 10, verify it&#039;s working, enable the CodeReady Builder (CRB) repository it often depends on, and troubleshoot the most common issues, including an important architecture detail specific to AlmaLinux 10 that most tutorials don&#039;t mention.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/\" \/>\n<meta property=\"og:site_name\" content=\"Greenwebpage Community\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-11T10:43:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-11T10:47:53+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/How-to-Enable-EPEL-Repository-on-AlmaLinux-10.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1020\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Karim Buzdar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Karim Buzdar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/\"},\"author\":{\"name\":\"Karim Buzdar\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\"},\"headline\":\"How to Enable EPEL Repository on AlmaLinux 10\",\"datePublished\":\"2026-07-11T10:43:11+00:00\",\"dateModified\":\"2026-07-11T10:47:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/\"},\"wordCount\":1247,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/How-to-Enable-EPEL-Repository-on-AlmaLinux-10.jpg\",\"keywords\":[\"AlmaLinux 10\",\"EPEL\",\"Software Repository\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/\",\"name\":\"How to Enable EPEL Repository on AlmaLinux 10 - Greenwebpage Community\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/How-to-Enable-EPEL-Repository-on-AlmaLinux-10.jpg\",\"datePublished\":\"2026-07-11T10:43:11+00:00\",\"dateModified\":\"2026-07-11T10:47:53+00:00\",\"description\":\"This guide covers exactly how to install and enable EPEL on AlmaLinux 10, verify it's working, enable the CodeReady Builder (CRB) repository it often depends on, and troubleshoot the most common issues, including an important architecture detail specific to AlmaLinux 10 that most tutorials don't mention.\",\"breadcrumb\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/#primaryimage\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/How-to-Enable-EPEL-Repository-on-AlmaLinux-10.jpg\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/How-to-Enable-EPEL-Repository-on-AlmaLinux-10.jpg\",\"width\":1020,\"height\":600,\"caption\":\"How to Enable EPEL Repository on AlmaLinux 10\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/greenwebpage.com\/community\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Enable EPEL Repository on AlmaLinux 10\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"name\":\"Greenwebpage Community\",\"description\":\"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.\",\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/greenwebpage.com\/community\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\",\"name\":\"Greenwebpage Community\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"width\":512,\"height\":512,\"caption\":\"Greenwebpage Community\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\",\"name\":\"Karim Buzdar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"caption\":\"Karim Buzdar\"},\"sameAs\":[\"https:\/\/greenwebpage.com\"],\"url\":\"https:\/\/greenwebpage.com\/community\/author\/karim\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Enable EPEL Repository on AlmaLinux 10 - Greenwebpage Community","description":"This guide covers exactly how to install and enable EPEL on AlmaLinux 10, verify it's working, enable the CodeReady Builder (CRB) repository it often depends on, and troubleshoot the most common issues, including an important architecture detail specific to AlmaLinux 10 that most tutorials don't mention.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/","og_locale":"en_US","og_type":"article","og_title":"How to Enable EPEL Repository on AlmaLinux 10 - Greenwebpage Community","og_description":"This guide covers exactly how to install and enable EPEL on AlmaLinux 10, verify it's working, enable the CodeReady Builder (CRB) repository it often depends on, and troubleshoot the most common issues, including an important architecture detail specific to AlmaLinux 10 that most tutorials don't mention.","og_url":"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/","og_site_name":"Greenwebpage Community","article_published_time":"2026-07-11T10:43:11+00:00","article_modified_time":"2026-07-11T10:47:53+00:00","og_image":[{"width":1020,"height":600,"url":"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/How-to-Enable-EPEL-Repository-on-AlmaLinux-10.jpg","type":"image\/jpeg"}],"author":"Karim Buzdar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Karim Buzdar","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/#article","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/"},"author":{"name":"Karim Buzdar","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8"},"headline":"How to Enable EPEL Repository on AlmaLinux 10","datePublished":"2026-07-11T10:43:11+00:00","dateModified":"2026-07-11T10:47:53+00:00","mainEntityOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/"},"wordCount":1247,"commentCount":0,"publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/How-to-Enable-EPEL-Repository-on-AlmaLinux-10.jpg","keywords":["AlmaLinux 10","EPEL","Software Repository"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/","url":"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/","name":"How to Enable EPEL Repository on AlmaLinux 10 - Greenwebpage Community","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/#primaryimage"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/How-to-Enable-EPEL-Repository-on-AlmaLinux-10.jpg","datePublished":"2026-07-11T10:43:11+00:00","dateModified":"2026-07-11T10:47:53+00:00","description":"This guide covers exactly how to install and enable EPEL on AlmaLinux 10, verify it's working, enable the CodeReady Builder (CRB) repository it often depends on, and troubleshoot the most common issues, including an important architecture detail specific to AlmaLinux 10 that most tutorials don't mention.","breadcrumb":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/#primaryimage","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/How-to-Enable-EPEL-Repository-on-AlmaLinux-10.jpg","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2026\/07\/How-to-Enable-EPEL-Repository-on-AlmaLinux-10.jpg","width":1020,"height":600,"caption":"How to Enable EPEL Repository on AlmaLinux 10"},{"@type":"BreadcrumbList","@id":"https:\/\/greenwebpage.com\/community\/how-to-enable-epel-repository-on-almalinux-10\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greenwebpage.com\/community\/"},{"@type":"ListItem","position":2,"name":"How to Enable EPEL Repository on AlmaLinux 10"}]},{"@type":"WebSite","@id":"https:\/\/greenwebpage.com\/community\/#website","url":"https:\/\/greenwebpage.com\/community\/","name":"Greenwebpage Community","description":"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.","publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greenwebpage.com\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/greenwebpage.com\/community\/#organization","name":"Greenwebpage Community","url":"https:\/\/greenwebpage.com\/community\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","width":512,"height":512,"caption":"Greenwebpage Community"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8","name":"Karim Buzdar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","caption":"Karim Buzdar"},"sameAs":["https:\/\/greenwebpage.com"],"url":"https:\/\/greenwebpage.com\/community\/author\/karim\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/17810","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/comments?post=17810"}],"version-history":[{"count":8,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/17810\/revisions"}],"predecessor-version":[{"id":17834,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/17810\/revisions\/17834"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media\/17832"}],"wp:attachment":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media?parent=17810"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/categories?post=17810"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/tags?post=17810"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}