0% found this document useful (0 votes)
525 views1 page

How To Install Intellij Idea On Ubuntu Linux: 2.1 Download

IntelliJ IDEA is a popular Java IDE that can be installed on Ubuntu Linux. The tutorial explains how to download the community edition from the JetBrains website, verify the checksum of the downloaded file, extract the downloaded file, and execute the installation script to complete the installation process. Key steps include downloading the IDE, checking the checksum against the published checksum to ensure file integrity, extracting the downloaded file using tar, and running the idea.sh script within the extracted bin directory.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
525 views1 page

How To Install Intellij Idea On Ubuntu Linux: 2.1 Download

IntelliJ IDEA is a popular Java IDE that can be installed on Ubuntu Linux. The tutorial explains how to download the community edition from the JetBrains website, verify the checksum of the downloaded file, extract the downloaded file, and execute the installation script to complete the installation process. Key steps include downloading the IDE, checking the checksum against the published checksum to ensure file integrity, extracting the downloaded file using tar, and running the idea.sh script within the extracted bin directory.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Chapter 2

How to Install IntelliJ IDEA on Ubuntu


Linux
Some years ago, Eclipse was probably the king of the IDEs of Java development. But, in the last times,
IntelliJ IDEA, from
JetBrains (developers of WebStorm, PhpStorm or TeamCity, among many other IDEs and software
engineering tools), has
become very popular, being considered by many developers the best Java IDE nowadays. This tutorial
will show how to install
it on Linux.
For this tutorial, Linux Mint 18 (an Ubuntu based Linux distribution) and IntelliJ IDEA 2016.2.5 have
been used.

2.1 Download
We can download IntelliJ IDEA from the official JetBrains site. As you can see, JetBrains offers two
editions: Community
Edition, free and open source (GitHub repository); and Ultimate Edition, proprietary and non-free (check
prices).
In this tutorial, we will use the Community Edition. You can follow the direct download link.
After the download, we should verify the file checksum, to check that the download has been made
correctly and that the file is
not corrupted. In this case, for the 2016.2.5 version, the SHA-256 checksum is the following:
1bccc6689c5a140cc8e3b6496a07c7c7c2d2b403034aaff98ace0c9badd63734
(Got from IntelliJ IDEA).
For checking the checksum of the file we just have downloaded, we have to open the terminal, navigate to
the directory of the
download, and execute the sha256sum command:
cd path/to/download
sha256sum ideaIC-2016.2.5.tar.gz
In this case, we got the same checksum, so we can proceed with the installation. If we would have got a
distinct checksum, we
would have to download it again.

2.2 Installation
Of course, the first step is to extract the downloaded compressed file:
tar -zxvf ideaIC-2016.2.5.tar.gz
Now, we have to execute the installation script (idea.sh) inside the bin/ directory of the directory where
the files have been
extracted. So, before, we have to give execution permissions to the script:

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy