How To Install IntelliJ IDEA on Linux System

IntelliJ IDEA is an integrated development environment (IDE) written in Java for developing computer software. It is developed by JetBrains (formerly known as IntelliJ), and is available as an Apache2 Licensed community edition and in a proprietary commercial edition. Both can be used for commercial development.
IntelliJ IDEA supports major build automation tools such as Maven, Ant and Gradle, version controls systems such as Git and SVN. It has a built-in terminal, database tools, code completion, inline debugger. Also, it supports detecting duplicates, connecting Docker containers and application servers such as Tomcat, JBoss, etc.
IntelliJ IDEA core package supports Java, Groovy, Kotlin, and XML/XSL programming languages. The support for other languages such as Python, Perl, Golang, Erlang, etc. can be enabled by installing JetBrains plugins. There are few languages and technologies only supported in Ultimate Edition.
IntelliJ IDEA Computer software विकसित करने के लिए Java में लिखा गया एक integrated development environment (IDE) है। इसे JetBrains (पहले IntelliJ के रूप में जाना जाता है) द्वारा विकसित किया गया है, और यह Apache2 Licensed community edition और एक proprietary commercial edition में उपलब्ध है। दोनों का उपयोग व्यावसायिक विकास के लिए किया जा सकता है।

IntelliJ IDEA Maven, Ant और Gradle जैसे प्रमुख बिल्ड ऑटोमेशन टूल्स का समर्थन करता है, संस्करण नियंत्रण प्रणाली जैसे Git और SVN। इसमें एक अंतर्निहित टर्मिनल, डेटाबेस टूल, कोड पूरा करना, इनलाइन डिबगर है। इसके अलावा, यह detecting duplicates, connecting Docker containers और application servers जैसे-कि-Tomcat, JBoss, आदि का समर्थन करता है।

IntelliJ IDEA कोर पैकेज Java, Groovy, Kotlin, और XML/XSL programming language का समर्थन करता है। अन्य भाषाओं जैसे Python, Perl, Golang, Erlang, आदि के लिए समर्थन को JetBrains plugins इंस्टाल करके सक्षम किया जा सकता है। केवल Ultimate Edition में समर्थित कुछ languages और technologies हैं।

This article guides you on how to install IntelliJ IDEA on Linux Ubuntu 16.04, Linux Ubuntu 18.04, Linux Ubuntu 19.10 and Linux Mint 18.
यह लेख आपको IntelliJ IDEA को Linux Ubuntu 16.04, Linux Ubuntu 18.04, Linux Ubuntu 19.10 और Linux Mint 18 पर इंस्टाल करने के बारे में बताता है|
System Requirements
·         2 GB RAM minimum, 4 GB RAM recommended
·         2.5 GB disk space. SSD recommended
·         1024×768 minimum screen resolution

Install IntelliJ IDEA

We can install IntelliJ IDEA on Linux system using snap (the easiest way) or download and install the IntelliJ IDEA manually.
हम Linux system में IntelliJ IDEA को snap (सबसे आसान तरीका) का उपयोग करके इंस्टाल कर सकते हैं या मैन्युअल रूप से IntelliJ IDEA को डाउनलोड और इंस्टॉल कर सकते हैं।

Method 1: Using snap package manager

Install the snap package manager using the following command in case your system doesn’t have it.
यदि आपके सिस्टम में यह नहीं है तो निम्नलिखित कमांड का उपयोग करके स्नैप पैकेज मैनेजर इंस्टाल करें।

$ sudo apt update <press the Enter key>

Enter your sudo password in your terminal and press the Enter key.
Terminal में अपना sudo password डालिए और Enter key दबाइये|
$ sudo apt install -y snapd <press the Enter key>

Run the following command to install the IntelliJ IDEA snap package.

IntelliJ IDEA snap package को इंस्टाल करने के लिए निम्न कमांड चलाएँ।

sudo snap install intellij-idea-community --classic

NOTE: To install the IntelliJ IDEA Ultimate edition, replace intellij-idea-community with intellij-idea-ultimate.
IntelliJ IDEA Ultimate edition को इंस्टाल करने के लिए, intellij-idea-community को intellij-idea-ultimate के साथ बदलें।

The IntelliJ IDEA installation would take some time, depending upon the internet connection speed.
Upon successful installation, you will see the following message.

इंटरनेट कनेक्शन की गति के आधार पर, IntelliJ IDEA इंस्टॉलेशन में कुछ समय लगेगा।
सफल इंस्टालेशन पर, आप निम्न संदेश देखेंगे।

intellij-idea-community 2020.1 from jetbrains* installed

Now, go to your dash menu/application menu and search for IntelliJ IDEA.
अब अपने dash menu/application menu पर जाइए और IntelliJ IDEA सर्च कीजिए|
Select the confirmation checkbox to accept the privacy and then click on the Continue button.
Privacy स्वीकार करने के लिए confirmation checkbox का चयन करें और फिर Continue बटन पर क्लिक करें।

Decide whether to share anonymous statistics to JetBrains to improve its products.
यह तय करें कि अपने products को बेहतर बनाने के लिए JetBrains को अनाम आंकड़े (anonymous statistics) साझा करें या नहीं।

On the next screen, you can customize the IntelliJ IDEA installation. Choose the theme for the IntelliJ IDEA interface.
अगली स्क्रीन पर, आप IntelliJ IDEA इंस्टालेशन को कस्टमाइज़ कर सकते हैं। IntelliJ IDEA इंटरफ़ेस के लिए थीम चुनें।

Enable or Disable the default plugins depending on your requirement.
अपनी आवश्यकता के आधार पर डिफ़ॉल्ट प्लगइन सक्षम या अक्षम करें।

Consider installing IntelliJ IDEA featured plugins, if it is useful for you. Otherwise, you can skip if you do not want to install them.
Click on Start Using IntelliJ IDEA.
अगर यह आपके लिए उपयोगी है, तो IntelliJ IDEA फ़ीचर किए गए प्लगइन्स को इंस्टाल करने पर विचार करें। अन्यथा, यदि आप उन्हें इंस्टाल नहीं करना चाहते हैं, तो आप उन्हें छोड़ सकते हैं।
IntelliJ IDEA का उपयोग कर Start पर क्लिक करें।

Skip to Create New Project.
New Project बनाना छोड़ें।

Method 2: Using official package

Download the latest version of IntelliJ IDEA (v2020.1) from the official website.
IntelliJ IDEA(v2020.1) के नवीन संस्करण को उसकी official website से download करें|
OR
If you want to download any old version of IntelliJ IDEA, please click on the following link:
यदि आप IntelliJ IDEA का कोई पुराना संस्करण डाउनलोड करना चाहते हैं, तो कृपया निम्नलिखित लिंक पर क्लिक कीजिए:
OR
In the command line, run the below command to download IntelliJ IDEA v2020.1.

कमांड लाइन में, IntelliJ IDEA v2020.1 डाउनलोड करने के लिए नीचे दी गयी कमांड चलाएं।

wget https://download-cf.jetbrains.com/idea/ideaIC-2020.1.tar.gz

Extract the downloaded package using the tar command.
tar कमांड का उपयोग करके डाउनलोड किए गए पैकेज को एक्सट्रेक्ट करें।

tar -zxvf ideaIC-*.tar.gz

sudo mkdir /opt/idea/

sudo chmod 777 /opt/idea/

mv idea-*/* /opt/idea/

Then, run the idea.sh.
फिर, idea.sh को चलाएं।

cd /opt/idea/bin/

sh idea.sh

Select the confirmation checkbox to accept the privacy and then click on the Continue button.
Privacy स्वीकार करने के लिए confirmation checkbox का चयन करें और फिर Continue बटन पर क्लिक करें।

Also, choose whether you want to send usage statistics to JetBrains.

इसके अलावा, चुनें कि क्या आप उपयोग के आँकड़े (usage statistics) JetBrains को भेजना चाहते हैं।

On the next screen, you can customize the IntelliJ IDEA installation. Choose the theme for the IntelliJ IDEA interface.
अगली स्क्रीन पर, आप IntelliJ IDEA इंस्टालेशन को कस्टमाइज़ कर सकते हैं। IntelliJ IDEA इंटरफ़ेस के लिए थीम चुनें।

Create a desktop entry to start the application from the system application menu.
Optional: Select For all users in case your system has multiple users. This option requires root or superuser privileges.

सिस्टम एप्लिकेशन मेनू से एप्लिकेशन शुरू करने के लिए एक डेस्कटॉप एंट्री बनाएं।
वैकल्पिक: यदि आपके सिस्टम में कई उपयोगकर्ता हैं, तो सभी उपयोगकर्ताओं के लिए चयन करें। इस विकल्प के लिए रूट या सुपरयुसर विशेषाधिकारों की आवश्यकता होती है।

Also, create a Launcher script, so that you can start IntelliJ IDEA with the command IntelliJ IDEA from a terminal.
इसके अलावा, एक लॉन्चर स्क्रिप्ट बनाएं, ताकि आप टर्मिनल से IntelliJ IDEA  कमांड के साथ IntelliJ IDEA शुरू कर सकें।

Enable or Disable the default plugins depending on your requirement.
अपनी आवश्यकता के आधार पर डिफ़ॉल्ट प्लगइन सक्षम या अक्षम करें।

Consider installing IntelliJ IDEA featured plugins, if it is useful for you. Otherwise, you can skip if you do not want to install them.
Click on Start Using IntelliJ IDEA.
अगर यह आपके लिए उपयोगी है, तो IntelliJ IDEA फ़ीचर किए गए प्लगइन्स को इंस्टाल करने पर विचार करें। अन्यथा, यदि आप उन्हें इंस्टाल नहीं करना चाहते हैं, तो आप उन्हें छोड़ सकते हैं।

IntelliJ IDEA का उपयोग कर Start पर क्लिक करें।

Enter your sudo password, if IntelliJ IDEA wizard asks to complete the installation.

यदि IntelliJ IDEA विज़ार्ड इंस्टालेशन को पूरा करने के लिए कहता है, तो अपना sudo password दर्ज करें।

Once you finish customizing IntelliJ IDEA, the wizard will open up a project window, where you can create a new project or import a project.

IntelliJ IDEA को कस्टमाइज़ करने के बाद, विज़ार्ड एक प्रोजेक्ट विंडो खोलेगा, जहाँ आप एक नया प्रोजेक्ट बना सकते हैं या एक प्रोजेक्ट आयात (import) कर सकते हैं।



Previous: How To Install WebStorm IDE On Linux And Windows System
Previous:How To Install Emmet Plugin In Text Editors (Hindi)
Previous: How To Install Linux Mint 18 Alongside Windows OS In Dual-Boot Mode (Hindi)
Information Technology Page