Skip to content

Instantly share code, notes, and snippets.

@pydawan
Forked from wbotelhos/gist:3165894
Created October 29, 2020 18:48
Show Gist options
  • Save pydawan/a660d552f7c73302228e3668cdb8521b to your computer and use it in GitHub Desktop.
Save pydawan/a660d552f7c73302228e3668cdb8521b to your computer and use it in GitHub Desktop.
Install SQL Developer on Ubuntu
# Download: http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
sudo apt-get install alien
sudo alien -k --scripts sqldeveloper*.rpm
sudo dpkg -i sqldeveloper*.deb
mkdir -p ~/.sqldeveloper
# Paste the JDK path inside (/usr/lib/jvm/java-1.6.0-openjdk-i386)
vim ~/.sqldeveloper/jdk
# Applications > Programming > SQL Developer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment