Posted under » MySQL » Ubuntu on 10 December 2012
Dunno if anyone have the same problem while installing
$ apt-get install mysql-workbench-gplThis threw and error since it had some dependencies issuses. So the terminal prompted me with fixin' it by using
$ apt-get -f installBasically it knew that we are facing an installation problem so -f will fix it.
And, even though it will take some time, it just finished fine and nobody got hurt.