No package phpmyadmin available

Discussion in 'Installation/Configuration' started by Wyatt13, Feb 5, 2019.

  1. Wyatt13

    Wyatt13 New Member

    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?
     
  2. manoaratefy

    manoaratefy New Member

    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

     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

Share This Page