Introduction
This article provides the steps to enable a repository on RHEL-based systems.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Run the following command.
- RHEL 6/7 systems
yum-config-manager --enable $repo_id
- RHEL 8/9 systems
dnf config-manager --set-enabled $repo_id
- RHEL 6/7 systems
Comments
0 comments
Article is closed for comments.