无法在 mysql-apt-config [Ubuntu 14.04] 中选择“确定&

Could not select #39;OK#39; in mysql-apt-config [Ubuntu 14.04](无法在 mysql-apt-config [Ubuntu 14.04] 中选择“确定)
本文介绍了无法在 mysql-apt-config [Ubuntu 14.04] 中选择“确定"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用的是 Ubuntu 14.04.sudo apt-get update 总是给我这个选项来配置 mysql-apt-config.

I am using Ubuntu 14.04. sudo apt-get update always give me this option to configure mysql-apt-config.

我尝试选择版本,按tab"->确定"上突出显示的键,按Enter"但没有任何反应.它再次返回突出显示版本号.

I am have tried to select the version, press 'tab' -> key highlighted on 'OK', press 'Enter' but nothing happens. It goes back again highlighting the version number.

软件更新程序也会在 mysql-apt-config 处崩溃.

Software Updater also crashes at mysql-apt-config.

知道是什么导致了这个问题以及如何摆脱它吗?谢谢.

Any idea on what is causing this problem and how to get rid of it? Thx.

推荐答案

当你做不到时

apt-get purge mysql-apt-config

因为你被困:它不会执行,因为 dpkg 被中断,并且sudo dpkg --configure -a"让你回到破碎的configuring mysql-apt-config"屏幕......

because you're trapped: It won't execute because dpkg is interrupted, and "sudo dpkg --configure -a" backs you to the broken "configuring mysql-apt-config" screen...

/var/lib/dpkg/info/mysql-apt-config.postinst

在开头添加exit,然后去掉包:

add exit at the beginning , then get rid of the package :

sudo dpkg --configure mysql-apt-config

sudo apt-get remove mysql-apt-config

这篇关于无法在 mysql-apt-config [Ubuntu 14.04] 中选择“确定"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Difficulties installing mysql gem on Ubuntu(在 Ubuntu 上安装 mysql gem 的困难)
Default password of mysql in ubuntu server 16.04(ubuntu server 16.04 mysql的默认密码)
MySQL is extremely slow on EC2(MySQL 在 EC2 上非常慢)
preconfigure an empty password for mysql via debconf-set-selections(通过 debconf-set-selections 为 mysql 预配置一个空密码)
How can I pass a password from a bash script to aptitude for installing mysql?(如何将密码从 bash 脚本传递到 aptitude 以安装 mysql?)
How to edit the path in odbcinst -j(如何在odbcinst-j中编辑路径)