Failed to select "OK" in mysql-apt-config [Ubuntu 14.04]. Cleaning does not work

I am using Ubuntu 14.04 (Mint)

sudo dpkg --configure -a 'returns me to the mysql-apt-config package configuration. However, when I select the version of the server I want to receive (mysql-5.6), the terminal does not respond when I press the enter button. I tried to clear "sudo apt-get purge mysql-apt-config" as described in the previous question: Failed to select "OK" in mysql-apt-config [Ubuntu 14.04] . However, this returns me to: E: dpkg was aborted, you must manually run 'sudo dpkg --configure -a' to fix the problem.

Not sure how to move on.

Thanks!

+6
source share
1 answer

I don’t know if you already found the answer or not, but since this is the first link I received from google on the same problem I found today (after updating to 04/14/2), and there is no one who is answering this question , so that’s how I solve the problem, just in case someone interrogates her.

I remove mysql-apt-config with dpkg without using apt. Here's how to do it.

sudo dpkg --purge mysql-apt-config

Hope that helped someone else: D

+6
source

Source: https://habr.com/ru/post/980497/


All Articles