Installing
-
3. Installing DBeaver
So now, Extract DBeaver directly into the Target with one Command:
sudo tar xvzf ~/Downloads/dbeaver*.tar.gz -C /opt/
(If downloaded with Firefox it may be instead into the /tmp/mozilla* folder)
Then Set the SuperUser as Owner with:sudo chown -R root:root /opt/dbeaver
Finally, Make a Symlink to Easy Launching from Shell:
sudo ln -s /opt/dbeaver/dbeaver /usr/local/bin/dbeaver
-
4. Installing Java
How to Install Java on Bodhi GNU/Linux
Contents