In this article, we are going to teach you How to Install EPEL Repository on AlmaLinux. If you have no idea about the EPEL repository, I must say that EPEL stands for the extra package for enterprise Linux, which is used in CentOS, Red Hat, also Linux distributions like AlmaLinux and Oracle. To start EPEL, you can also use the DNF command to install the package.
Prerequisites:
– Having SSH access to the server
– A Linux VPS server running AlmaLinux
– Access as the root user or non-root sudo user
To start your task, you can run the command below to ensure that your system is up-to-date. This will rebuild the cache system of the repository and you will not have any problems during the installation process:
sudo dnf update
Now, enable the EPEL repository:
sudo dnf install epel-release
To re-confirm the installed version of EPEL, just run the following command:
rpm -q epel-release
Here, you can apply the given command to check the list of repositories on AlmaLinux and confirm the availability of EPEL:
sudo dnf repolist epel
You may encounter the following common error when enabling EPEL:
No match for argument: epel-release Error: Unable to find a match
If the EPEL repository is not enabled or configured correctly, you can enable it by installing the epel-release package using the following command:
sudo dnf install epel-release
One of the main reasons for this error is missing the dependency of the passenger from the server.
The solution is to install the passenger on the server to resolve the error. So follow the command below:
sudo dnf install passenger
This article taught you how to install the EPEL repository on AlmaLinux. The method to enable the EPEL repository is very simple and common for all Linux distributions, including AlmaLinux. If you need to use the AlmaLinux graphical environment, we suggest you read the article A Clever Guide to Install GNOME on AlmaLinux.
How useful was this post?
Click on a star to rate it!
Average rating 5 / 5. Vote count: 1
No votes so far! Be the first to rate this post.
By reading the step-by-step guide of this article, you can easily Install Virtualizor on AlmaLinux 8...
The database is one of the primary and most essential elements any software needs to work. A website...
What is your opinion about this Blog?