0

No package phpmyadmin available

Hi, i can' t install phpmyadmin on my system, it seem' s no package available.

[root@ns1 ~]# yum install phpmyadmin -y
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: mirror.vbctv.in
 * extras: mirror.vbctv.in
 * updates: mirror.vbctv.in
base                                                                                                                                                                                 | 3.7 kB     00:00     
extras                                                                                                                                                                               | 3.4 kB     00:00     
updates                                                                                                                                                                              | 3.4 kB     00:00     
updates/primary_db                                                                                                                                                                   | 6.4 MB     00:00     
No package phpmyadmin available.
Error: Nothing to do

How do i install the package?

Linux phpMyAdmin Add a comment
charlesmartin
asked Feb 07 2018

Answer

0

Please install the EPEL repository before you try to install phpmyadmin, use the below command if the epel repo is not installed

yum install epel-release -y
Add a comment
parthiban
asked Feb 09 2018
edited Oct 05 2018
Post your Answer