Getting
-
2. Downloading
Download Oracle SQL Developer for Linux.
-
3. Installing Unzip
Installing Unzip Package
Check if already there:which unzip
If not then:
sudo dnf install unzip
If Got “User is Not in Sudoers file” then see: How to Enable sudo
-
4. Extracting
Then Extract into /tmp
Possibly Double-Click/Right-Click and Open with Archive Manager:
Or from Command Line:unzip -d /tmp/ $HOME/Downloads/sqldeveloper*.zip
Contents