Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save codedeep79/a18acae3272b1ff4c8890a1da9384b0e to your computer and use it in GitHub Desktop.

Select an option

Save codedeep79/a18acae3272b1ff4c8890a1da9384b0e to your computer and use it in GitHub Desktop.
Install Mysql Workbench on Debian 11 Bullseye Linux

Add Debian SID repository

echo "deb http://deb.debian.org/debian sid main contrib non-free" | sudo tee /etc/apt/sources.list.d/sid.list

Run system update

sudo apt update

Install MySQL workbench on Debian 11

sudo apt install mysql-workbench -y

To Uninstall, run

sudo apt remove mysql-workbench -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment