Mikkel L. Ellertson wrote:
Don Russell wrote:
mattias jonsson wrote:
I install fedra from a live-cd and i will install phpmyadmin but yum
don't
find it
How to solv it?
Yum update dosen't help
yum install phpmyadmin
yum update won't do it, because it's not already installed.
After you install it, yum update will apply updates as they become
available.
Dumb question - is yum case sensitive on package names? I ask
because the package name is phpMyAdmin.
Mikkel
Yes, my bad. :-(
yum install phpMyAdmin
However, "yum search ..." is more forgiving to us humans that tend to
ignore case so often. :-)
yum search phpmyadmin (note all lower-case)
will reveal the proper package name (phpMyAdmin) to install