Wednesday, June 27, 2018

How do you install Intellij IDEA on Ubuntu?

Problem statement: How do you install intellij IDE on Ubuntu?

$> sudo apt-add-repository ppa:mmk2410/intellij-idea 
$> sudo apt-get update
  • The community edition can then installed with
$> sudo apt-get install intellij-idea-community
  • and the ultimate edition with
$> sudo apt-get install intellij-idea-ultimate

No comments:

Post a Comment

Blueprint for self-improvement

To learn faster: Make the process fun To understand yourself : Write To understand the world better : Read To build deeper connection : Lis...