{"id":2352,"date":"2022-04-05T09:13:52","date_gmt":"2022-04-05T06:13:52","guid":{"rendered":"http:\/\/kifarunix.com\/?p=2352"},"modified":"2024-03-09T12:18:42","modified_gmt":"2024-03-09T09:18:42","slug":"how-to-install-dbeaver-on-debian","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/how-to-install-dbeaver-on-debian\/","title":{"rendered":"Install DBeaver on Debian 10\/Debian 11"},"content":{"rendered":"\n
Follow through this tutorial to learn how to install DBeaver on Debian 10\/Debian 11. DBeaver<\/a> is free and open source universal database tool for developers and database administrators.<\/p>\n\n\n\n DBeaver is available as community edition and an enterprise edition. Based on your requirements, feel free choose your preferred edition.<\/p>\n\n\n\n This guide however focuses on the installation of the Dbeaver CE version.<\/p>\n\n\n\n There are two ways in which you can install DBeaver on Debian;<\/p>\n\n\n\n Navigate to DBeaver download’s<\/a> page and grab the DBeaver Linux Debian binary package;<\/p>\n\n\n\n You can also copy the link to the installer and download using curl or wget commands;<\/p>\n\n\n\n Once the download is complete, execute the commands below to install DBeaver;<\/p>\n\n\n\n You can also be able to install DBeaver from Snap store.<\/p>\n\n\n\n Snaps are not installed by default on Debian. They can be installed as follows;<\/p>\n\n\n\n Next, logout of your system and log in again;<\/p>\n\n\n\n Install DBeaver from Snap store;<\/p>\n\n\n\n You can now launch DBeaver from your system activities;<\/p>\n\n\n\n Dbeaver UI;<\/p>\n\n\n\n You can choose to load the sample database, by clicking Yes<\/strong>.<\/p>\n\n\n\n Sample SQLite database is loaded. When you click on it, you will be prompted to download the driver.<\/p>\n\n\n\n The driver will then be downloaded and installed. After which you can now see the database profile setup.<\/p>\n\n\n\n You can now administer your database.<\/p>\n\n\n\n For example, you can your SQL queries against your database tables right from DBeaver. Just right click on the database profile<\/strong> > SQL Editor<\/strong> > Open SQL Script<\/strong>.<\/p>\n\n\n\n This opens up a query editor. Enter the queries you want to run against your database tables;<\/p>\n\n\n\n See for example, to select everything from the Employees<\/strong> tables;<\/p>\n\n\n\n Hover the mouse over the other icons to see what they can do.<\/p>\n\n\n\n You can add more databases into your DBeaver for easy administration. That completes our guide on how to install DBeaver on Debian.<\/p>\n\n\n\n Read more on the DBeaver Wiki Page<\/a>.<\/p>\n\n\n\n Install Couchbase Server on CentOS\/Rocky Linux<\/a><\/p>\n\n\n\n\n
Install DBeaver on Debian 10\/Debian 11<\/h2>\n\n\n\n
\n
Install DBeaver on Debian the Linux Debian Binary Package<\/h3>\n\n\n\n
wget https:\/\/dbeaver.io\/files\/dbeaver-ce_latest_amd64.deb<\/code><\/pre>\n\n\n\n
sudo apt update<\/code><\/pre>\n\n\n\n
sudo apt install .\/dbeaver-ce_latest_amd64.deb<\/code><\/pre>\n\n\n\n
Install DBeaver on Debian from Snap Store<\/h3>\n\n\n\n
apt update<\/code><\/pre>\n\n\n\n
apt install snapd<\/code><\/pre>\n\n\n\n
snap install core<\/code><\/pre>\n\n\n\n
sudo snap install dbeaver-ce<\/code><\/pre>\n\n\n\n
Running DBeaver on Debian 10\/Debian 11<\/h3>\n\n\n\n
<\/figure><\/a><\/div>\n\n\n\n
<\/figure><\/a><\/div>\n\n\n\n
<\/figure><\/a><\/div>\n\n\n\n
<\/figure><\/a><\/div>\n\n\n\n
<\/figure><\/a><\/div>\n\n\n\n
select * from Employees<\/code><\/pre>\n\n\n\n
<\/figure><\/a><\/div>\n\n\n\n
Other Tutorials<\/h3>\n\n\n\n