# How to Install MySQL Workbench on Ubuntu

**URL:** https://www.compsmag.com/blogs/how-to-install-mysql-workbench-on-ubuntu/
**Author:** Ayushi Chauhan
**Published:** 2022-12-12
**Updated:** 2022-12-12
**Categories:** Blogs
**Tags:** Blogs Daily, guiderobert, Guides and Tutorials, guiding12, How To Guide, How To Guides, Originals How to, Software tips and tutorials, Tips, Tricks
**Reading Time:** 2 min

---

Database administrators and developers can manage, develop, design, create, and maintain MySQL database systems using the GUI programme known as the MySQL Workbench. The same group that created the MySQL relational database management system also created this tool. We’ll talk about installing MySQL Workbench on the Ubuntu 22.04/20.04 desktop operating system in this brief tutorial.

A variety of additional tools that can be used when dealing with MySQL databases are also included in this application. Database administrators, architects, and developers are the main users of MySQL Workbench for visualising the database design. We have mentioned steps below to**Install MySQL Workbench on Ubuntu **

## Steps to Install MySQL Workbench on Ubuntu

**Download the repository** configuration file from the URL below. It will take you directly to the download page where you can see the Ubuntu/Debian repository configuration file.

Browse the following URL  and just press download.Check the file in the**download directory** and install it using the command below. This will add the MySQL repository URLs to the list of apt sources so we can install the software.

> “sudo apt install ./mysql-apt-config_0.8.15-1_all.deb”

Update the apt cache by typing below **command**.

> “sudo apt update’

Now install**MySQL workbench** from the **repository** using following command.

> “sudo apt install mysql-workbench-community”

Launch **workbench** using application launcher.

## Final Words

We hope like our article on How to Install MySQL Workbench on Ubuntu. A comprehensive visual tool for database management is MySQL Workbench. Its graphical user interface makes it simpler for database architects and administrators to model data, create and execute SQL queries, and administer databases.

---

*End of Article*