MySQL Forums
Forum List  »  Install & Repo

Re: MySQL Workbench installation issues on CentOS 9
Posted by: Peter Brawley
Date: May 21, 2022 10:51AM

Does this work?

sudo apt remove mysql-workbench
sudo apt clean
sudo apt autoremove
sudo apt update && apt upgrade
sudo apt install mysql-workbench
sudo apt --fix-broken install

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL Workbench installation issues on CentOS 9
May 21, 2022 10:51AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.