


In this example, we will create the repository file for MySQL 5.7: $ nano /etc//mysql57-community.repo repo file within /etc/ using a text editor. The last method of configuring a yum repository manually, where we create a. $ sudo yum-config-manager -enable remi-php72 $ sudo yum-config-manager -disable remi-php54 In the case of needing a specific repository, as in the case of PHP 7.2, you first need to install the repo and then disable and enable repositories using yum-config-manager as follows: $ sudo yum -y install The following command installs the EPEL repository for CentOS 8: # yum install Once you determine which repository you need, there are several different ways to install and enable it. There are also circumstances where you might need to add a lesser-known repository, such as for versions of PHP, or even host your own repository. Or, you might need a specific version of MySQL, which is hosted at. It is always recommended you use a known repository, such as Extra Packages for Enterprise Linux (EPEL), which is hosted at. How well do you know Linux? Take a quiz and get a badge.Linux system administration skills assessment.A guide to installing applications on Linux.Download RHEL 9 at no charge through the Red Hat Developer program.
