Search code examples
ubuntuinstallationspring-tool-suite

How can I install the Spring Tool Suite in Ubuntu?


How do I install STS on Ubuntu? I already downloaded the compressed STS tar.gz file from spring.io.


Solution

  • Extract tar.gz file wherever you want

    (for 64 Bit)

    sudo tar -xvf spring-tool-suite-3.7.0.RELEASE-e4.5-linux-gtk-x86_64.tar.gz
    

    (or for 32 Bit)

    sudo tar -xvf spring-tool-suite-3.7.0.RELEASE-e4.5-linux-gtk.tar.gz
    

    and you can start to use (/sts-bundle/sts-3.7.0.RELEASE/STS).