Can't install phpMyAdmin on CentOS - no matches found

[root@vmi329080 ~]# sudo yum install phpmyadmin

I get the following error message:

Last metadata expiration check: 0:57:18 ago on Sun 05 Jan 2020 01:05:52 PM CET.
No match for argument: phpmyadmin
Error: Unable to find a match

I’m unable to install phpmyadmin.

The error message indicates that the package “phpmyadmin” is not available in the repository that Yum is currently configured to use. You can try enabling the EPEL repository and then try installing phpmyadmin again using the following commands:

sudo yum install epel-release
sudo yum install phpmyadmin

If the above solution doesn’t work, you can try installing phpMyAdmin manually by downloading the latest version from their website and following the instructions in the installation guide.