Javatpoint Logo
Javatpoint Logo

How to install InteliJ Idea on CentOS

Introduction

InteliJ Idea is a java Integrated development environment (IDE) for developing computer software. It is developed by JetBrains and released under Apache License in January, 2001.

In this tutorial, we will install InteliJ Idea on CentOS.

Prerequisites

  • CentOS
  • Login as an administrator on the terminal

Installation

Installation includes following steps.

1) Download InteliJ Idea

Download the latest version of InteleliJ Idea by clicking the link https://www.jetbrains.com/idea/download/download-thanks.html?platform=linux&code=IIC.

2) Extract the File

The downloaded file is in compressed format. We need to expand it by using following command.

3) Run the Installer script

Run the installer script that is idea.sh located inside /home/javatpoint/Downloads/idea-IC-173.4127.27/bin. Use the following command for this purpose.

CentOS How to Install InteliJ Idea on CentOS 1

Accept the license agreement to continue the installation process.

CentOS How to Install InteliJ Idea on CentOS 2

Choose the editor theme and click on Next to continue.

CentOS How to Install InteliJ Idea on CentOS 3

This step creates a desktop entry which enables the application to be directly searched in the Application bar.

CentOS How to Install InteliJ Idea on CentOS 4

This step creates a binary executable script which can be globally executed on the terminal.

CentOS How to Install InteliJ Idea on CentOS 5

This step involves the installation of featured plugins which can be installed if needed.

CentOS How to Install InteliJ Idea on CentOS 6
CentOS How to Install InteliJ Idea on CentOS 7

This step Authenticate the Administrator. The user must have an admin password to start using InteliJ Idea. Fill the admin password to continue.

CentOS How to Install InteliJ Idea on CentOS 8

Now, InteliJ Idea is installed on CentOS. We can use it for editing of any of the document. Just type idea test.html on terminal to create an HTML file named as test.html.

CentOS How to Install InteliJ Idea on CentOS 9

Hence, we have successfully installed and get started with InteliJ Idea on CentOS.







Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA