When I enter this command:
sudo dpkg-configure phpmyadmin
I get a prompt:
Due to which I can't proceed
My OS is Ubuntu 16.04 (or 16.10)
How can I fix it?
When I enter this command:
sudo dpkg-configure phpmyadmin
I get a prompt:
Due to which I can't proceed
My OS is Ubuntu 16.04 (or 16.10)
How can I fix it?
Please read carefully all this answer before attempting to reproduce the steps.
You can suspend or cancel the install process, after which you can enter a TTY Terminal by hitting the CtrlAltF1 key combo which will send you to a black screen with white text, in which you can login via your username
and password
, then you'll be presented with a normal terminal where you can run your commands.
There you can run -again- the command in order to install phpmyadmin
, what will result in a full control process in which you can use all your keyboard keys to finish the process.
By the way, the normal process to install phpmyadmin
is by using this command: sudo apt-get install phpmyadmin
, I can't say how did you manage to get that screen after running sudo dpkg-configure phpmyadmin
but if that's the process you're running with success, then go for that.
In the other hand, if you already have installed phpmyadmin
and need to reconfigure, please run sudo dpkg-reconfigure phpmyadmin
which will result in such process.
This should work for you, next, if you wish to go back to your graphic environment simply hit CtrlAltF7, screen may flicker and you'll have your Software installed.
Let us know if this does the work for you and Good luck!