IntelliJ IDEA is an IDE for creating software program. It helps many alternative languages, integrates model controls, helps many alternative frameworks, and extra. It’s created by JetBrains and comes with each a group and a paid version. On this information, we’ll present you the way to get the free group launch working on Linux.

Ubuntu set up directions

9k=

On Ubuntu, you’ll find a way to set up IntelliJ IDEA Java IDE fairly simply by way of an current third-party PPA. As of now, it really works with Bionic and Focal. Moreover, it’s potential to set up the app through Snap and Flatpak and a generic Linux binary.

To begin the set up of IntelliJ on Ubuntu, use the apt set up command to set up Curl. Curl is required to obtain the PPA key, which is required to entry the software program in Apt.

sudo apt set up curl

After putting in the Curl app on your Ubuntu system, use it to set up the PPA key on your system by coming into the curl command beneath.

curl -s  | sudo apt-key add -

Now that the PPA key’s set up on your system, make use of the following echo command in a terminal window to add the PPA URL to your Ubuntu PC.

echo "deb  bionic main" | sudo tee /and so on/apt/sources.listing.d/jetbrains-ppa.listing > /dev/null

The PPA URL is added to Ubuntu. Nonetheless, the repo is just not accessible but, as your software program sources should not up to date. To replace them, run the following replace command.

sudo apt replace

Following the replace command, it is possible for you to to set up the newest IntelliJ with the following apt set up command in a terminal window.

sudo apt set up intellij-idea-communiItty

Debian set up directions

As Debian is predicated on Ubuntu, Debian customers might be in a position to take full benefit of the group PPA to set up IntelliJ. To begin the setup of the PPA, run the apt set up command beneath to get Curl working on your system.

sudo apt-get set up curl

Now that Curl is set up on your Debian Linux PC, use the curl command to set up the PPA’s signing key. The signing key is essential, and the PPA is not going to be accessible with out it.

curl -s  | sudo apt-key add -

The bottom line is set up on Debian. The subsequent factor to do is to set up the PPA URL in your Apt software program sources. To try this, execute the following echo command in a terminal window.

echo "deb  bionic main" | sudo tee /and so on/apt/sources.listing.d/jetbrains-ppa.listing > /dev/null

As soon as the PPA URL is added to your Linux PC, run the replace command to refresh Debian’s software program sources in order that the PPA.

sudo apt-get replace

With the replace command run, the PPA is prepared to use. From right here, you’ll find a way to set up Webstorm on Debian with the following command.

sudo apt-get set up intellij-idea-community

Arch Linux set up directions

To get IntelliJ working on Arch Linux, your greatest wager is the Arch Linux Person Repository. The customers there have configured a local package deal for Arch, so that you don’t have to fiddle with snaps, flatpaks, or something like that.

To begin the set up, open up a terminal window. Then, use the pacman command beneath to set up each the “Base-devel” and “Git.” These two packages are crucial for interacting with the Arch Linux AUR.

sudo pacman -S base-devel git

After putting in the “Git” and “Base-devel” packages on your Arch Linux PC, use the git clone command to obtain the newest snapshot of Trizen. Trizen is an AUR helper program that may make putting in Intellij a lot simpler, as it’ll robotically gather and set up all dependencies, so that you don’t have to.

git clone 

As soon as Trizen is finished downloading, transfer into the “trizen” folder with the CD command, and set up the program with the makepkg command.

cd trizen
makepkg -sri

As soon as the Trizen software is up and operating, use the trizen -S command to get the newest Intellij app working on your Arch Linux PC.

trizen -S intellij-idea-community-edition-git

Flatpak set up directions

Intellij is offered as a Flatpak, which is sweet information for Linux customers who don’t use Ubuntu, Arch Linux, or Debian. To begin the set up of the app on your system, comply with this information to find out how to set up the Flatpak runtime.

After the Flatpak runtime is set up on your system, enter the following instructions to get Intellij working on your laptop.

flatpak remote-add --if-not-exists flathub 

flatpak set up flathub com.jetbrains.IntelliJ-IDEA-Neighborhood

Snap package deal set up directions

Love Snaps? You’ll find a way to set up Intellij as a snap package deal. Right here’s how to do it. First, open up a terminal window and comply with our information to find out how to set up Snapd, the Snap package deal runtime on your system.

After Snapd is up and operating, enter the snap set up command beneath to get the Intellij app working through Snap.

sudo snap set up intellij-idea-community --classic

Generic Linux

Intellij is offered as a generic Linux package deal. To put in it, obtain the Intellij TarGZ archive here, extract it and run the set up script included in the file.

 



Source link

Share.
Leave A Reply

Exit mobile version