Reputation: 129
I want to install phpmyadmin on my centos 8 vps. I even installed epel-release and tried this but it keeps saying:
Last metadata expiration check: 0:10:30 ago on Thu 04 Mar 2021 05:42:27 PM IST.
No match for argument: phpMyAdmin
Error: Unable to find a match: phpMyAdmin
How can I fix it?
Upvotes: 0
Views: 581
Reputation: 12412
I'm pretty confident that phpMyAdmin is not included in the EPEL package repository.
I'm also a huge fan of Remi's work to maintain the Remi package repository. There you can find a very recent phpMyAdmin along with all the dependencies that are very easy to install.
Upvotes: 1