Not able to install phpMyAdmin on CentOS7
NickName:Joachims Ask DateTime:2018-08-17T17:12:21

Not able to install phpMyAdmin on CentOS7

I am trying to install phpMyAdmin for CentOS 7 with the following command:

sudo yum install phpmyadmin

I then get the following message:

Error: php72u-common conflicts with php-common-5.4.16-45.el7.x86_64
You could try using --skip-broken to work around the problem

If I try with --skip-broken it will not install phpMyAdmin

This is my installed php:

yum list installed *php*
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftp.uninett.no
 * epel: mirror.nsc.liu.se
 * extras: ftp.uninett.no
 * ius: lon.mirror.rackspace.com
 * remi-safe: mirrors.ukfast.co.uk
 * updates: ftp.uninett.no
Installed Packages
mod_php72u.x86_64                                                                                7.2.8-1.ius.centos7                                                                             @ius
php72u-cli.x86_64                                                                                7.2.8-1.ius.centos7                                                                             @ius
php72u-common.x86_64                                                                             7.2.8-1.ius.centos7                                                                             @ius
php72u-devel.x86_64                                                                              7.2.8-1.ius.centos7                                                                             @ius
php72u-gd.x86_64                                                                                 7.2.8-1.ius.centos7                                                                             @ius
php72u-mysqlnd.x86_64                                                                            7.2.8-1.ius.centos7                                                                             @ius
php72u-opcache.x86_64                                                                            7.2.8-1.ius.centos7                                                                             @ius
php72u-pdo.x86_64                                                                                7.2.8-1.ius.centos7                                                                             @ius
php72u-xml.x86_64                                                                                7.2.8-1.ius.centos7                                                                             @ius

I have tried uninstalling php and installing php 7.2 again many times, but with the same error. I can't find where the php-common-5.4.16-45.el7.x86_64 file is or why it's installed?

Anyone know what I should try?

Copyright Notice:Content Author:「Joachims」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/51892051/not-able-to-install-phpmyadmin-on-centos7

More about “Not able to install phpMyAdmin on CentOS7” related questions

Remove phpmyadmin from Centos7

I did a general yum install command on my Centos7 server, and got phpmyadmin 4.4 - I want version 4.6 How do I cleanly remove phpmyadmin version 4.4 before installing the new version? I am running...

Show Detail

Not able to install phpMyAdmin on CentOS7

I am trying to install phpMyAdmin for CentOS 7 with the following command: sudo yum install phpmyadmin I then get the following message: Error: php72u-common conflicts with php-common-5.4.16-45....

Show Detail

phpMyAdmin for PHP 7.1 on centos7

We're trying to install phpMyAdmin on a centos7 box that only has PHP 7.1. Installing manually is not an option for us. We're using the remi repo, but getting the following conflicts referencing ...

Show Detail

Centos7 with directadmin - phpmyadmin blank page

I have some trouble with my PHPMyAdmin on dedicated server. Directadmin was installed with system CentOS7 by soyoustart.com Here is line with phpmyadmin error line from apatche error logs: [Tue J...

Show Detail

can't login to phpmyadmin on centos7

i installed apache and phpmyadmin on centos7 and apache and phpmyadmin are running correctly , but when i want to login to phpmyadmin its say's: Cannot log in to the MySQL server the confirugat...

Show Detail

Install mono on Centos7

I use this steps to install mono on Centos7 and it worked for me for days. mkdir /mono wget http://download.mono-project.com/repo/xamarin.gpg -P /mono rpm --import /mono/xamarin.gpg yum-config-ma...

Show Detail

Dockerization PHP-APACHE MYSQL on centos7

i have tried creating a docker container on centos7 but i could access phpmyadmin page but not index.php page could you see the docker yml and docker file and tell what happened like im running th...

Show Detail

phpMyAdmin 502 bad gateway [CentOS7, nginx]

I'm studying centos7 and nginx. I can display index.html with cerbot SSL. And I installed phpmyAdmin then I open https://mywebsite.com/phpMyAdmin/ I got 502 Bad Gateway errir Could someone teach me...

Show Detail

How to install phpMyAdmin to Ubuntu

I run command: sudo apt-get install phpmyadmin to install phpMyAdmin. Then I enter address: localhost/phpmyadmin/ but I cannot see anything so I followed this thread: https://github.com/phpmyad...

Show Detail

Install Centos7 Kernel Offset

I'm trying to install Centos7 on my MSI laptop, with disk is SSD via USB boot. During the installing time, is not responding to me any message. See image below. enter image description here

Show Detail