問題描述
我使用的是 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
因為你被困:它不會執(zhí)行,因為 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
這篇關(guān)于無法在 mysql-apt-config [Ubuntu 14.04] 中選擇“確定"的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!