I have just download the .deb and installed it. It works. Now i want to uninstall it.
I have tried:
I reboot my pc after installing it.
Any idea?
Javier.
Follow link this : http://dev.mysql.com/doc/workbench/en/wb-linux-uninstalling.html
Uninstalling DEB packages
To uninstall a Debian package, use this command:
sudo dpkg -r mysql-workbench-community
This command does not remove the configuration files. If you wish to also remove the configuration files, use this command:
sudo dpkg --purge mysql-workbench-community
The name of the MySQL Workbench package in Debian comes with the WB edition appended so it should be mysql-workbench-gpl
for the GPL version and mysql-workbench-se
for the SE version. You can search for the one you have installed with:
apt-cache search mysql-workbench
Once you have the proper package name you can remove it in the usual way:
sudo apt-get remove mysql-workbench-gpl
Hope this helps.
It is very simple: If you have the .deb file in place run:
sudo dpkg -r workbench.deb
otherwise simply delete the installation directory of the workbench, this should be sufficient.
You have to specify the edition that you want to uninstall..
sudo apt-get remove mysql-workbench-community
I removed using this command:
sudo snap remove mysql-workbench-community
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With