JetBrains IntelliJ IDEA is a popular environment for application development. IntelliJ IDEA was developed by JetBrains. JetBrains IntelliJ IDEA contains several built-in tools, including auto code completion, database integration, terminal, inline debugger, and more. The core packages of IntelliJ IDEA support the Groovy, Java, XML, and Kotlin languages. You can also install various plugins to support other programming languages, such as Perl, Python, and Go.

This article provides a guide for installing JetBrains IntelliJ IDE on your Debian 10 system.

Prerequisites

To install JetBrains IntelliJ IDE on your Debian 10 system, you will need privileged access to run the sudo command or log in as a root user.

Installing IntelliJ IDE in Debian 10

IntelliJ IDEA can be installed in Debian 10 using either of the following two methods:

  • Install IntelliJ IDEA Using Snap
  • Install IntelliJ IDEA Using the Official Package

Install IntelliJ IDEA Using Snap

Using this method, you can install IntelliJ IDEA through the snap package manager on your system. If it is not already installed on your system, issue the following command to install snapd:

$ sudo apt update && sudo apt install -y snapd

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/install-jetbrains-intellij-debian-01.png" data-lazy- height="658" src="data:image/svg xml,” width=”974″>

Start the snapd Service

Enter the following command to start the snapd service on your system:

$ systemctl start snapd.service


$ systemctl status snapd.service

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/install-jetbrains-intellij-debian-02.png" data-lazy- height="272" src="data:image/svg xml,” width=”974″>

Use the following command to install the IntelliJ IDEA community edition through the snap.

$ sudo snap install intellij-idea-community –classic

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/install-jetbrains-intellij-debian-03.png" data-lazy- height="114" src="data:image/svg xml,” width=”974″>

Depending upon your Internet speed, the installation will take some time to complete.

Launch IntelliJ IDEA

You can launch the IntelliJ IDEA application via the application search bar. Click the Activities section present in the top-left corner of your Debian 10 system, and type ‘IntelliJ IDEA’ in the search bar. The IntelliJ IDEA icon will appear in the search result. Click the icon to launch this program.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/install-jetbrains-intellij-debian-04.png" data-lazy- height="320" src="data:image/svg xml,” width=”974″>

Select the checkbox to accept the terms of the User Agreement and click Continue to proceed.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/install-jetbrains-intellij-debian-05.png" data-lazy- height="775" src="data:image/svg xml,” width=”974″>

In the setup wizard, you will decide whether to enable the data sharing policy with anonymous users.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/install-jetbrains-intellij-debian-06.png" data-lazy- height="762" src="data:image/svg xml,” width=”974″>

In the next step, you will see that IntelliJ IDEA has been launched on your system.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/install-jetbrains-intellij-debian-07.png" data-lazy- height="689" src="data:image/svg xml,” width=”974″>

Some plugins are enabled by default. Here, you can disable the unnecessary tools or plugins, according to your needs and requirements.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/install-jetbrains-intellij-debian-08.png" data-lazy- height="627" src="data:image/svg xml,” width=”974″>

Remove IntelliJ IDEA

To uninstall the IntelliJ IDEA from your Debian system using the snap package manager, issue the following command:

$ sudo snap remove intellij-idea-community

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/install-jetbrains-intellij-debian-09.png" data-lazy- height="95" src="data:image/svg xml,” width=”974″>

Install IntelliJ IDEA Using the Official Package

You can download IntelliJ IDEA from its official package repository using the wget command. Issue the following command to download the latest release of IntelliJ IDEA:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/install-jetbrains-intellij-debian-10.png" data-lazy- height="406" src="data:image/svg xml,” width=”974″>

The downloaded file will save in the compressed .tar format. To extract the .tar file, issue the following command:

$ tar -zxvf ideaIC-*.tar.gz

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/install-jetbrains-intellij-debian-11.png" data-lazy- height="474" src="data:image/svg xml,” width=”974″>

Now, create a new directory and add some permissions to it. Navigate to the directory, and run the following command:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/install-jetbrains-intellij-debian-12.png" data-lazy- height="118" src="data:image/svg xml,” width=”974″>

After entering the above command, you will see the following welcome screen appear:

Conclusion

This article showed you how to install IntelliJ IDEA installation on your Debian 10 system. We showed you how to install this application using two different methods, including the snap package and the official package. Please give us your opinion in case of any problems.

About the author

<img alt="Karim Buzdar" data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/karim-150×150.png" height="112" src="data:image/svg xml,” width=”112″>

Karim Buzdar

Karim Buzdar holds a degree in telecommunication engineering and holds several sysadmin certifications. As an IT engineer and technical author, he writes for various web sites. He blogs at LinuxWays.