How to Install Beekeeper Studio on Ubuntu 22.04 or 20.04

Beekeeper Studio, a versatile SQL client, offers a seamless solution for those aiming to install it on Ubuntu 22.04 Jammy Jellyfish or its older stable release Ubuntu 20.04 Focal Fossa. Designed to cater to a broad spectrum of databases, including MySQL, Postgres, SQLite, and SQL Server, Beekeeper Studio stands out with its contemporary interface, ensuring both developers and data analysts can efficiently navigate and manipulate databases.

Key Features of Beekeeper Studio:

  • Enhanced SQL Editor: Experience enriched SQL editing with features like syntax highlighting and autocomplete.
  • Database Navigation: An intuitive database navigator ensures effortless traversal through multiple databases.
  • Diverse Database Support: Compatibility extends to various database types, ensuring a comprehensive user experience.
  • Advanced SQL Operations: Delve deeper into SQL by explaining plans and maintaining a query history.
  • Data Visualization: Easily visualize and export query outcomes, enhancing data interpretation.
  • Collaboration Tools: Query sharing and version control integration foster a collaborative environment.
  • Data Transfer Capabilities: Facilitates data import and export, ensuring data mobility.
  • Cross-Platform: Beekeeper Studio’s adaptability is evident with its Windows, Mac, and Linux support.

Advantages of Beekeeper Studio:

  • Efficiency Boost: Enhances productivity and streamlines database interactions.
  • User-Centric Design: A user-friendly interface ensures ease of data management and analysis.
  • Versatile Compatibility: Supports multiple database types and platforms.
  • Advanced SQL Features: Offers a suite of advanced SQL functionalities for in-depth data operations.
  • Collaborative Support: Facilitates data management workflows and collaborative endeavors.

To harness the full potential of Beekeeper Studio on your Ubuntu system, the subsequent guide will elucidate the installation process, detailing steps to integrate this robust SQL client using the official repository and command-line interface (CLI) commands.

Install Beekeeper Studio on Ubuntu 22.04 or 20.04

Step 1: Update Ubuntu Before Beekeeper Studio Installation

It is important to note that before starting the installation process, you must update your system to ensure that all packages are up-to-date to prevent any potential conflicts that may arise during the installation process.

sudo apt update

As an optional step, you can list the updates for those users who wish to review them or are simply curious about what updates are available.

sudo apt --list upgradable

To proceed with upgrading any outdated packages, use the following command.

sudo apt upgrade

Step 2: Import Beekeeper Studio APT Repository on Ubuntu

By default, Beekeeper Studio is not available on Ubuntu’s repository. However, it can be imported using the Beekeeper Studio official APT repository. Before proceeding with the installation, it is essential to install the following packages to facilitate the process.

sudo apt install dirmngr software-properties-common apt-transport-https curl -y

Next, import the GPG key using the following command:

curl -fSsL https://deb.beekeeperstudio.io/beekeeper.key | sudo gpg --dearmor | sudo tee /usr/share/keyrings/beekeeper.gpg > /dev/null

The next step is to import the Beekeeper Studio repository with the following command:

echo 'deb [signed-by=/usr/share/keyrings/beekeeper.gpg] https://deb.beekeeperstudio.io stable main' | sudo tee /etc/apt/sources.list.d/beekeeper-studio-app.list

Finally, execute an APT update to refresh the APT repository cache:

sudo apt update

Step 3: Install Beekeeper Studio on Ubuntu 22.04 or 20.04 via APT Command

With the GPG key and repository now imported and added securely, you can begin the installation of Beekeeper using the following terminal command.

sudo apt install beekeeper-studio

Launch Beekeeper Studio on Ubuntu 22.04 or 20.04

Now that you have installed Beekeeper Studio, you can immediately launch the software on your terminal utilizing the following command:

beekeeper-studio

Alternatively, you can use the following path to launch the application using its icon to access the graphical user interface.

Activities > Show Applications > Beekeeper Studio

Launching Beekeeper Studio on Ubuntu 22.04 or 20.04Pin
Clicking the launch button to start Beekeeper Studio on Ubuntu 22.04 or 20.04.

Tips on Getting Started with Beekeeper Studio on Ubuntu 22.04 or 20.04

Now that you’ve successfully installed Beekeeper Studio on Ubuntu, diving deeper into the platform can enhance your database management experience. Here are essential first-time user tips to get the most out of Beekeeper Studio.

General Tips with Beekeeper Studio on Ubuntu

Configurations

  • Beekeeper Studio is adept at managing multiple connection configurations. This becomes indispensable when you have to toggle between various databases. To set this up, navigate to File and select Add New Connection.

Shortcuts

  • Familiarize yourself with the available shortcuts in Beekeeper Studio. They’re pivotal for expediting your tasks. For instance:
    • Ctrl + T: This opens a new query tab.
    • Ctrl + Shift + F: With this, you can instantly format your SQL code.

SQL Auto-Completion

  • The software offers a feature that suggests SQL code as you type, akin to predictive text. Ensure this is enabled in the settings, as it can notably reduce the time you spend typing out queries.

Customizations with Beekeeper Studio on Ubuntu

Themes

  • Personalizing your Beekeeper Studio’s appearance can make the platform even more enjoyable. Access the theme options by heading to File, then Settings, and finally, select Themes. Whether you’re a fan of lighter hues or prefer darker shades, there’s a theme to match your style.

Fonts

  • If the default font isn’t to your taste or you find yourself squinting, consider adjusting it. Go to File, choose Settings, and then pick the Fonts option. Here, you can tweak the font type and size until it’s right.

Other Tips with Beekeeper Studio on Ubuntu

Import & Export Connections

  • Switching between different Linux systems? Beekeeper Studio makes your life easier by allowing you to import and export your database connections. Simply head to File and choose either Import Connections or Export Connections based on your need.

Logs

  • Encountering hiccups? Beekeeper Studio’s logs can offer valuable insights. To view them, head to the Help menu and select Show Logs.

Database Documentation

  • One of the hidden gems in Beekeeper Studio is its integrated database documentation. This resource is invaluable when trying to understand specific functionalities or nuances of a particular database.

Table Filtering

  • When dealing with databases containing many tables, quickly zeroing in on the one you need is crucial. Use the filter bar situated above the table list. This feature becomes indispensable when managing larger databases.
Beekeeper Studio Successfully Installed on Ubuntu 22.04 or 20.04Pin
Screenshot showing Beekeeper Studio installed and running on Ubuntu 22.04 or 20.04.
Database Software Connections in Beekeeper Studio on Ubuntu 22.04 or 20.04Pin
Screenshot of the various database software options you can connect to using Beekeeper Studio on Ubuntu 22.04 or 20.04.

Additional Beekeeper Studio Commands with Ubuntu 22.04 or 20.04

Update Beekeeper Studio on Ubuntu 22.04 or 20.04

You can use the standard apt update or upgrade commands to receive updates for Beekeeper Studio on your system.

sudo apt update
sudo apt upgrade

These commands will check for any updates for Beekeeper Studio and any other packages on your system and install any updates found.

Remove Beekeeper Studio From Ubuntu 22.04 or 20.04

When you no longer need Beekeeper Studio installed on your Ubuntu system, you can use the following command to remove it.

sudo apt remove beekeeper-studio

Lastly, removing the repository with the following command is recommended if you do not plan to re-install Beekeeper Studio.

sudo rm /etc/apt/sources.list.d/beekeeper.list

Conclusion

Installing Beekeeper Studio on Ubuntu can be simple when following the proper steps. You can easily install Beekeeper Studio on your Ubuntu system by importing the official repository and installing the latest version, along with how to update and remove the software in the future. Overall, Beekeeper Studio can benefit your system, and with these steps, you can easily install and manage the software on your Ubuntu system.

Share to...