This is a tutorial to you install your Linux Full Set BackEnd. I'm using an Unbuntu 20.4.
- JDK / java 11;
- IntelliJ IDEA;
- Update your system using this comands:
you will need to do it all the time you want to install something...
$ sudo apt update upgrade
- To install JDK:
$ sudo apt install openjdk-11-jdk
- After some time, it will ask you if you want to continue, so you have to press
y
to autorizate; - And afther it, use the comand
java --version
andjavac --version
;
- Update your systen using this comands:
$ sudo apt update upgrade
Now to install the IntelliJ community use this comand:
$ sudo snap install intellij-idea-community --classic
Did you see the word snap
?
Snap
, or Snappy
is a technology used to install desktop apps in Linux.