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

Step-by-step – Spring Tool Suite Installation in Fedora 35

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

Installing

  1. 2. Downloading STS

    Download Latest Spring Tool Suite for Linux

    Here Spring Tool Suite .tar.gz
    Link to Download Latest SpringSource Spring Tool Suite Linux Release

    Grab the Linux 64-bit Release.

  2. 3. Extracting STS

    Then Extract Archive into /tmp.

    How to Install Spring Tool Suite Fedora 35 GNU/Linux Easy Guide - Extracting
    Or from Command Line:

    Copy
    tar xvzf ~/Downloads/spring-tool*.tar.gz -c /tmp/
  3. 4. Installing Java JDK

    How to Install Required Oracle Java JDK on Fedora

    Here Install Oracle JDK for Fedora
    Oracle JDK Setup on Fedora
  4. 5. Relocating

    Next follow Setting Up STS
    (For a Local Installation Skip this Step and Run it from within Home)
    First, Set root as Owner:

    Copy
    sudo chown -R root:root /tmp/sts*.RELEASE

    Finally, Switch contents into the Destination Directory:

    Copy
    sudo mv /tmp/sts*.RELEASE /opt/
  5. 6. Amending User’s Path

    Again Append STS into the Path
    This is strictly needed only to Work with STS from Command Line..

    Copy
    echo 'export PATH=$PATH:/opt/sts-[x.y.z].RELEASE' >> ~/.bashrc

    Change [x.y.z] in the above Command with the actual STS Release you get from:

    Copy
    ls /opt | grep sts

    And finally, Reload the Path with:

    Copy
    bash

Contents


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