Spring Tool Suite Ubuntu 18.10 - Installing
-
Next Relocate Spring Tool Suite.
sudo mv /tpm/spring-tool-suite /opt/
If Got “User is Not in Sudoers file” then see: How to Enable sudo
-
And Symlinking Spring Tool Suite Binary.
sudo su -c "ln -s /opt/spring-tool-suite/sts[yourRelease]/STS /usr/local/bin/STS"
Just Replace [yourRelease] with the Actual release…
Contents