Skip to content

WesleyDePaula/Linux_Full_Set_BackEnd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

Linux_Full_Set_BackEnd

This is a tutorial to you install your Linux Full Set BackEnd. I'm using an Unbuntu 20.4.

What will you install in this tutorial?

  • JDK / java 11;
  • IntelliJ IDEA;

JDK / java 11:

  1. Update your system using this comands: you will need to do it all the time you want to install something...
$ sudo apt update upgrade
  1. To install JDK:
$ sudo apt install openjdk-11-jdk
  1. After some time, it will ask you if you want to continue, so you have to press y to autorizate;
  2. And afther it, use the comand java --version and javac --version;

IntelliJ IDEA:

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

About

This is a tutorial to you install your Linux Full Set BackEnd. I'm using an Unbuntu 20.4.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published