Search code examples
mysqlubuntumysql-workbenchubuntu-12.10

Not able to install mysql-workbench in ubuntu 12.10


I am trying to install msyql-workbench in my ubuntu 12.10 using the following command

sudo apt-get install mysql-workbench

but it shows the following error.

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

I have tried

sudo apt-get install python-all

but it shows the error,

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.

The following command also not working

sudo apt-get -f install mysql-workbench

Solution

  • go to this link, where all download inks are available , then search with ctrl+f for ubu1204 u will get different distributions , choose bit 32/64, then run the file using software centre, It works.

    mysql ubuntu distributions