Quantcast
Channel: how to install dbeaver on elementary os | LinuxG.net
Viewing all articles
Browse latest Browse all 11

How To Install DBeaver 3.0.1 On Ubuntu, Debian And Derivative Systems

$
0
0

Hello Linux Geeksters. As you may know, DBeaver is an open source database management tool, with support for the most popular databases, including MySQL, Oracle, PostgreSQL, Microsoft SQL Server and SQLite. For more information, see this page.

The latest version available is DBeaver 3.0.1, which has been released a while ago, coming with the below changes:

  • Firebird and PostgreSQL extensions were added (views and procedures definition view now supported)
  • MongoDB secured connections support was added
  • Indexes information read was fixed
  • SQL editor was fixed
  • Oracle metadata read was fixed
  • Data transfer wizard configuration was fixed

how to install DBeaver 3.0.1 on Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Ubuntu 12.04 Precise Pangolin, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Deepin 2014, Peppermint Five, LXLE 14.04, Linux Lite 2.0, Debian Jessie, Debian Wheezy

In this article I will show you how to install DBeaver 3.0.1 on Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Ubuntu 12.04 Precise Pangolin, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Deepin 2014, Peppermint Five, LXLE 14.04, Linux Lite 2.0, Debian Jessie, Debian Wheezy and derivative systems.

Because it is not available via any repository or PPA, we have to download the deb package from the project’s site and install it via command-line. I prefer gdebi over dpkg, due to the fact that it also handles dependencies.

Follow the below instructions for your system’s architecture exactly, in order to get a successful installation.

How to install DBeaver 3.0.1 on Ubuntu, Debian and derivative systems:

Instructions for 32 bit systems:

$ sudo apt-get install gdebi
$ wget http://dbeaver.jkiss.org/files/dbeaver_3.0.1_i386.deb
$ sudo gdebi dbeaver_3.0.1_i386.deb

Instructions for 64 bit systems:

$ sudo apt-get install gdebi
$ wget http://dbeaver.jkiss.org/files/dbeaver_3.0.1_amd64.deb
$ sudo gdebi dbeaver_3.0.1_amd64.deb

Optional, to remove DBeaver from either Ubuntu, Debian or a derivative system, do:

$ sudo apt-get remove dbeaver

The post How To Install DBeaver 3.0.1 On Ubuntu, Debian And Derivative Systems first appeared on LinuxG.net.


Viewing all articles
Browse latest Browse all 11

Trending Articles