$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Oracle SQl Developer Installation in Fedora 39 – Step-by-step

October 2, 2023 | By the+gnu+linux+evangelist.

Installing

  1. 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

  2. 4. Extracting Oracle SQL Developer

    Then Extract into /tmp
    Possibly Double-Click/Right-Click and Open with Archive Manager:

    How to Install Oracle Sql Developer Fedora 39 - Extraction
    Or from Command Line:

    unzip -d /tmp/ $HOME/Downloads/sqldeveloper*.zip
  3. 5. Installing Oracle SQL Developer

    Next Relocate Oracle SQL Developer.

    sudo mv /tmp/sqldeveloper /opt/

    Give Execution permissions:

    sudo chmod +x /opt/sqldeveloper/sqldeveloper.sh

    Again Set the SuperUser as Owner:

    sudo chown -R root:root /opt/sqldeveloper/sqldeveloper.sh

    Make a Symlink for Easy Launching:

    sudo ln -s /opt/sqldeveloper/sqldeveloper.sh /usr/local/bin/sqldeveloper

Contents


Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,