Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not select 'OK' in mysql-apt-config [Ubuntu 14.04]. Purging not working

I am using Ubuntu 14.04 (Mint)

sudo dpkg --configure -a' takes me to the package configuration of the mysql-apt-config. However, when I select the server version that I wish to receive (mysql-5.6) the terminal does not respond when I click enter in . I tried purging with 'sudo apt-get purge mysql-apt-config' as addressed in a previous question: Could not select 'OK' in mysql-apt-config [Ubuntu 14.04]. However this returns me to: E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.

Not sure how to move on from this.

Thanks!

like image 405
Sebastián Palmas Avatar asked Jan 04 '15 16:01

Sebastián Palmas


1 Answers

I don't know whether you already found the answer or not, but since this is the first link I got from google about the same problem I found today (after upgrading to 14.04.2), and there is no one that answering this question, so here is how I solve the problem, just in case somebody else is questioning it.

I remove the mysql-apt-config using the dpkg, not using the apt. Here is how it's done

sudo dpkg --purge mysql-apt-config

Hope that's helped someone else :D

like image 109
Alvonsius Albert Nainupu Avatar answered Sep 24 '22 01:09

Alvonsius Albert Nainupu