Report this

What is the reason for this report?

sudo yum install phpmyadmin on centos 7

Posted on May 19, 2020

the command sudo sudo yum install phpmyadmin is not working on centos7. It is not finding phpmyadmin. I can´t install phpmyadmin.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there @othonnin,

You would need to first add the epel repository by running this command:

  1. sudo yum install epel-release

I would recommend following the steps from this step by step tutorial on how to install PHPMyAdmin on CentOS 7:

https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-with-apache-on-a-centos-7-server

Hope that this helps! Regards, Bobby

Hi @bobbyiliev

Yes, I did that. But “sudo yum install phpmyadmin” is not working even after “sudo yum install epel-release”

@bobbyiliev,

I have upgraded to CENTOS 8 to check if that was the problem but it is still not working.

CentOS Linux release 8.1.1911 (Core)

When I try again the command sudo yum install epel-release:

DigitalOcean Agent 146 kB/s | 3.3 kB 00:00
O pacote epel-release-8-8.el8.noarch já está instalado. Dependências resolvidas. Nada para fazer. Concluído!

Translation: DigitalOcean Agent 146 kB / s | 3.3 kB 00:00 The epel-release-8-8.el8.noarch package is already installed. Dependencies resolved. Nothing to do. Concluded!

The command sudo yum install phpmyadmin keeps returning this even after “yum repolist enabled” and “grep -r exclude /etc/yum.*” :

Nenhuma correspondência para argumento: phpmyadmin Erro: Não foi possível encontrar uma correspondência: phpmyadmin Translation: No match for argument: phpmyadmin Error: Could not find a match: phpmyadmin

Best,

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.