无法在ubuntu 12.10中安装mysql-workbench

Pra*_*san 2 mysql ubuntu mysql-workbench ubuntu-12.10

我正在尝试使用以下命令在我的ubuntu 12.10中安装msyql-workbench

sudo apt-get install mysql-workbench
Run Code Online (Sandbox Code Playgroud)

但它显示以下错误.

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
Run Code Online (Sandbox Code Playgroud)

我试过了

sudo apt-get install python-all
Run Code Online (Sandbox Code Playgroud)

但它显示错误,

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.
Run Code Online (Sandbox Code Playgroud)

以下命令也不起作用

sudo apt-get -f install mysql-workbench
Run Code Online (Sandbox Code Playgroud)

Nar*_*mar 5

sudo add-apt-repository ppa:olivier-berten/misc 

sudo apt-get update 

sudo apt-get install  mysql-workbench
Run Code Online (Sandbox Code Playgroud)

这对我来说很有用