0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

How to Install dbeaver in Ubuntu 18.04 LTS?

Last updated at Posted at 2018-06-26

1. Download

# cd ~/Downloads
# wget https://dbeaver.io/files/dbeaver-ce-latest-linux.gtk.x86_64.tar.gz

2. Unzip

# cd ~/Downloads
# tar zxvf dbeaver-ce-latest-linux.gtk.x86_64.tar.gz

3. Launch and Test SQL Connection

# ./dbeaver/dbeaver

DBeaver 5.1.1 _006.png

Select MSSQL Server (You can use other SQL server.)
Create new connection _007.png

Enter Account and Password
Create new connection _008.png

Test
Success _009.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?