Hi
I am trying to install phpMyAdmin to manage a database I have. The database etc. is fully working command-line wise.
Code:
$ sudo apt-get install phpmyadmin
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
phpmyadmin : Depends: php5-mcrypt but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
is the output I get
Code:
$ sudo apt-get install php5-mcrypt
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
php5-mcrypt : Depends: phpapi-20121212 but it is not installable
E: Unable to correct problems, you have held broken packages.
I tried that next.
The server runs Ubuntu 12.04. I am fairly new when it comes to Linux, I have a bit of experience, not much.
How would I get to install phpMyAdmin?