Tag Archives: Oracle SQL Developer

Install SQL Developer on Ubuntu 16.04 or Elementary OS Loki

Install jdk

http://www.oracle.com/technetwork/java/javase/downloads/index.html

Download the necessary jdk for your flavor of linux 32 or 64 bit.  You can use alien to convert the rpm to a deb installer or just download the .tar.gz file and follow the steps below.

sudo tar -zxf jdk-8u111-linux-x64.tar.gz -C /opt/java

Continue reading