//Guide Path Urls
01) How to remove MySQL Workbench 5.2 in Windows?
- https://dev.mysql.com/doc/workbench/en/wb-windows-uninstalling.html
02) How to remove MySQL Workbench 5.2 in ubuntu unity?
- https://dev.mysql.com/doc/workbench/en/wb-linux-uninstalling.html
03) How to remove MySQL Workbench 5.2 in Mac?
- https://dev.mysql.com/doc/workbench/en/wb-mac-uninstalling.html
//HELPINGS try these only if above doesn't
sudo dpkg -r mysql-workbench-community
sudo dpkg --purge mysql-workbench-community
apt-cache search mysql-workbench
sudo apt-get remove mysql-workbench-gpl
sudo dpkg -r workbench.deb
sudo apt-get remove mysql-workbench-community //You have to specify the edition that you want to uninstall..
sudo apt-get remove mysql-*
sudo snap remove mysql-workbench-community