Need to resolve phpmyadmin dependency issue on Amazon linux running nginx

0

I have an EC2 instance. I am unable to install phpMyAdmin successfully due to Amazon vs Red Hat dependency differences(I believe).

    Error: Package: php-tidy-7.2.26-1.el7.remi.x86_64 (remi-php72)
            Requires: php-common(x86-64) = 7.2.26-1.el7.remi
            Installed: php-common-7.2.24-1.amzn2.0.1.x86_64 (@amzn2extra-php7.2)
               php-common(x86-64) = 7.2.24-1.amzn2.0.1
            Available: php-common-5.4.16-43.amzn2.x86_64 (amzn2-core)
               php-common(x86-64) = 5.4.16-43.amzn2
            ...  

The php-common packages seem different, as what is showing as needed (php-common(x86-64) = 7.2.26-1.el7.remi), and what Amazon offers (php-common-7.2.24-1.amzn2.0.1.x86_64) differ.

How might I get this dependency met so that I can finally install phpmyAdmin successfully?

Arin Ekandem

Posted 2019-12-27T13:17:12.797

Reputation: 1

2

Does this answer your question? How to install PHPMyAdmin on Linux EC2 instance?

– music2myear – 2019-12-27T18:26:21.840

No answers