
Dbeaver community install#
Once the DBeaver is installed, you can check the DBeaver version with the following command: apt policy dbeaver-ce Install and Configure MariaDB Update the repository and install DBeaver CE with the following command: apt-get update -y So, you will need to add the DBeaver repository to your instance.įirst, download and add the GPG key for DBeaver with the following command: wget -O - | apt-key add -Īdd the DBeaver repository with the following command: echo "deb /" | tee /etc/apt//dbeaver.list Once the Java is installed, you can check the version of java with the following command: java -version Install DBeaverīy default, DBeaver CE is not available in the Ubuntu 18.04. Once the repository is added, update the repository and install Java11 with the following command: apt-get update -yĪpt-get install oracle-java11-installer -y


You can add it by running the following command: add-apt-repository ppa:linuxuprising/java So, you will need to add the Java repository to your system. By default, the latest version of the Java is not available in the so you will need to install Java to your instance. apt-get update -y Install JavaĭBeaver is written in the Java language, so you will need to install Java to your instance. Once you are logged into your Ubuntu 18.04 instance, run the following command to update your base system with the latest available packages. A root password is set up to your instance.Ĭreate a new ECS instance and connect to your instance as the root user.A fresh Alibaba Cloud instance with Ubuntu 18.04 desktop installed.
Dbeaver community how to#
In this tutorial, we will learn how to install and configure Dbeaver on an Alibaba Cloud Elastic Compute Service (ECS) Ubuntu 18.04 server. You can build SQL queries, edit and transfer data, view trees of objects, monitor database connection sessions and much more using DBeaver. It is a multi-platform database tool that supports any database which has JDBC driver, which will make your life easier if you work with different types of databases. IntroductionĭBeaver is a free, open source and well-known database management tool that can be used for developers, SQL programmers, database administrators and analysts.

By Hitesh Jethva, Alibaba Cloud Community Blog author.
