I started installing phpmyadmin
via SSH on an Ubuntu server and got to a question I couldn't answer and had to close. How do I resume the installation or stop it and start over?
The command sudo apt-get install phpmyadmin
gives the error:
could not get lock [path] - open
unable to lock the administration directory
The command ps aux | grep apt
gives 4 processes including apt-get install phpmyadmin
.
BTW, the question I had was whether I should use dbconfig-common when I have existing databases. The explanation was confusing.