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

How to run standalone mock server on local laptop

 Please download the standalone wiremock server from Direct download section at the bottom of the page.  Download and installation Feel fre...