Hello all, I am trying to install ISPConfig 3 on CentOS7 and I just ran the command to install apache, php, etc. however I noticed it said No package phpmyadmin available. How would I go about this error do i need to get from a different repo?
Good morning, phpMyAdmin is not available in CentOS 7 core repositories. You need EPEL: Code: yum install epel-release Then: Code: yum update yum install phpmyadmin
The ISPConfig installation tutorial for CentOS 7 enables EPEL, so you probably left something out from installation instructions: https://www.howtoforge.com/tutorial...l-php-pureftpd-postfix-dovecot-and-ispconfig/