YouTube Icon

Code Playground.

How to Install IntelliJ IDEA on Ubuntu 18.04

CFG

How to Install IntelliJ IDEA on Ubuntu 18.04

IntelliJ IDEA is a full-included IDE for JVM and Android Development. It has inherent troubleshooting backing, Docker and Docker Compose uphold, implanted Git control, incorporates significant form mechanization devices, for example, Maven and Gradle , punctuation featuring, code fruition, ssh terminal, code refactoring, and rich route abilities. 

IntelliJ IDEA is extensible by means of modules and offers uphold for Java structures, for example, Swing and JavaFX. It can likewise be utilized for advancement in other programming dialects, for example, Python , Kotlin, Groovy, Scala, Erlang, Dart and that's just the beginning. 

IntelliJ IDEA is accessible in two releases, Community and Ultimate. For more data about the contrasts between the two releases visit the versions correlation lattice . 

This instructional exercise discloses how to introduce IntelliJ IDEA on Ubuntu 18.04. Similar guidelines apply for Ubuntu 16.04 and any Ubuntu-based dispersion, including Kubuntu, Linux Mint, and Elementary OS. 

Prerequisites

Least 2 GB RAM, 4 GB RAM suggested 

1.5 GB hard circle space + at any rate 1 GB for reserves 

1024x768 least screen goal 

You'll should be signed in as a client with sudo admittance to have the option to introduce bundles on your Ubuntu framework. 

Installing IntelliJ IDEA

The most effortless path is to introduce IntelliJ IDEA on Ubuntu 18.04 is by utilizing the smart bundling framework. 

To download and introduce the IntelliJ IDEA snap bundle, open your terminal utilizing the Ctrl+Alt+T console easy route and type: 

sudo snap install intellij-idea-community --classic

To introduce the Ultimate release supplant intellij-thought network with intellij-thought extreme. 

The download may take some time contingent upon your association speed. On effective establishment, you will see the accompanying yield: 

intellij-idea-community 2018.3.4 from 'jetbrains' installed

That is it. IntelliJ IDEA has been introduced on your Ubuntu work area. 

Starting IntelliJ IDEA

Since IntelliJ IDEA is introduced on your Ubuntu framework you can begin it by tapping on the IntelliJ IDEA symbol (Activities - > IntelliJ IDE): 

At the point when you start IntelliJ IDEA unexpectedly, a window like the accompanying will show up requesting that you import IntelliJ IDE settings from a past establishment: 

Next, you will be incited to acknowledge the security strategy. Look to the end select the affirmation checkbox and click on the Continue button. You will be additionally found out if you need to send mysterious information measurement to JetBrains. 

On the following screen you can tweak your IntelliJ IDEA establishment and introduce expansion modules: 

When you finish the customization you can make another Project. 

Conclusion

You have figured out how to introduce IntelliJ IDEA on your Ubuntu 18.04 work area. You would now be able to investigate your new IDE and begin taking a shot at your Python ventures. 

To discover more data about how to begin with IntelliJ IDEA visit the IntelliJ IDEA documentation page. 

In the event that you have any inquiries, kindly leave a remark beneath.




CFG