我正试图使用以下命令在我的ubuntu 12.10中安装msyql工作台
sudo apt-get install mysql-workbench
但它显示了以下错误。
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mysql-workbench : Depends: python-all but it is not going to be installed
Recommends: mysql-utilities but it is not installable
我试过了
sudo apt-get install python-all
但它显示了错误,
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python-all : Depends: python (= 2.7.3-0ubuntu2.2) but 2.7.3-0ubuntu7 is to be installed
E: Unable to correct problems, you have held broken packages.
以下命令也不起作用
sudo apt-get -f install mysql-workbench
最佳答案
转到this link,所有下载链接都可用,然后用ctrl+f搜索ubu1204 u将得到不同的发行版,选择位32/64,然后使用软件中心运行文件,它就工作了。