我使用的是 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] 中选择“确定"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
如何有效地使用窗口函数根据 N 个先前值来决定How to use windowing functions efficiently to decide next N number of rows based on N number of previous values(如何有效地使用窗口函数根据
在“GROUP BY"中重用选择表达式的结果;条款reuse the result of a select expression in the quot;GROUP BYquot; clause?(在“GROUP BY中重用选择表达式的结果;条款?)
Pyspark DataFrameWriter jdbc 函数的 ignore 选项是忽略整Does ignore option of Pyspark DataFrameWriter jdbc function ignore entire transaction or just offending rows?(Pyspark DataFrameWriter jdbc 函数的 ig
使用 INSERT INTO table ON DUPLICATE KEY 时出错,使用 Error while using INSERT INTO table ON DUPLICATE KEY, using a for loop array(使用 INSERT INTO table ON DUPLICATE KEY 时出错,使用 for 循环数组
pyspark mysql jdbc load 调用 o23.load 时发生错误 没有合pyspark mysql jdbc load An error occurred while calling o23.load No suitable driver(pyspark mysql jdbc load 调用 o23.load 时发生错误 没有合适的
如何将 Apache Spark 与 MySQL 集成以将数据库表作为How to integrate Apache Spark with MySQL for reading database tables as a spark dataframe?(如何将 Apache Spark 与 MySQL 集成以将数据库表作为