If you have followed my previous tutorial, you should already have the MySQL Workbench program installed on your CentOS 8 machine. If you don’t really need this program anymore, you can remove it.
How do I completely uninstall MySQL workbench from my CentOS 8 machine?
Uninstall MySQL Workbench
To completely uninstall MySQL Workbench from CentOS 8 machine, simply run the following command.
$ dnf remove mysql-workbench-community-8.0.20-1.el8.x86_64 $ dnf remove mysql-workbench-community-8* $ dnf remove mysql-workbench-community* $ dnf autoremove $ dnf autoclean
Now, you have removed MySQL Workbench 8.0.20 from your CentOS 8 machine.
Note: You need full root privileges to run the following commands on a CentOS 8 machine.