How to Install IntelliJ IDEA On Fedora 35 / Fedora 34 – Holhol24

51

IntelliJ IDEA is a Java built-in building atmosphere (IDE) created by means of JetBrains. It has integrated fortify for Java, Kotlin, Groovy, and XML/XSL languages. Additionally, you’ll be able to additionally set up plugins to fortify different languages comparable to Go, Python, Perl, Erlang, and so on.

It additionally helps the combination of construct automation equipment comparable to Maven, Ant, and Gradle, model controls programs comparable to Git and SVN.

In this information, we can see set up IntelliJ IDEA on Fedora 35 / Fedora 34.

System Requirements

Ensure your gadget has no less than 2 GB RAM, 2.5 GB of disk area, and a 1024×768 show answer for IntelliJ IDEA set up.

Install IntelliJ IDEA on Fedora 35

IntelliJ IDEA is to be had in two editions, network and supreme. It will have to be famous that there are few programming languages and applied sciences best supported in IntelliJ IDEA final version. Therefore, prior to putting in IntelliJ IDEA, evaluate the editions, and make a decision which one fits your wishes.

You can practice any probably the most under the way to set up IntelliJ IDEA on Fedora 35.

1. Using Snap
2. Using Official Package

1. Install IntelliJ IDEA Using Snap

IntelliJ IDEA is to be had as a snap package deal for Fedora running gadget. So, first, set up the Snap package deal to your gadget if it isn’t already put in.

sudo dnf set up -y snapd

sudo ln -s /var/lib/snapd/snap /snap

sudo snap set up core && sudo snap refresh core

Then, set up IntelliJ IDEA the use of the snap command.

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

The set up will take a little time to finish. After the set up of IntelliJ IDEA, test the set up the use of the under command.

sudo snap checklist intellij-idea-community

Output:

Name                     Version   Rev  Tracking       Publisher   Notes
intellij-idea-community  2021.2.3  330  newest/solid  jetbrains✓  basic

2. Install IntelliJ IDEA From Official Archive

Download the newest model of IntelliJ IDEA Community Edition from the reliable web page or use the under command to obtain the IntelliJ IDEA CE v2021.2.3 the use of the terminal. In case you wish to have to put in the IntelliJ IDEA final version, you’ll be able to obtain this package deal.

wget https://obtain.jetbrains.com/concept/ideaIC-2021.2.3.tar.gz

After downloading the package deal, extract it the use of the tar command.

tar -zxvf ideaIC-*.tar.gz

sudo mkdir /choose/concept/

sudo chmod 777 /choose/concept/

mv idea-*/* /choose/concept/

Then, hyperlink the executable to /bin listing with the intention to get started IntelliJ IDEA the use of the intellijidea-ce command from the terminal.

sudo ln -sf /choose/concept/bin/concept.sh /bin/intellijidea-ce

Next, create a desktop access in order that you get started IntelliJ IDEA from the Activities menu.

sudo nano /usr/proportion/packages/android-studio.desktop

Use the next knowledge within the above document.

[Desktop Entry]
Version=1.0
Type=Application
Name=IntelliJ IDEA Community Edition
Icon=/choose/concept/bin/concept.svg
Exec="/opt/idea/bin/idea.sh" %f
Comment=Capable and Ergonomic IDE for JVM
Categories=Development;IDE;
Terminal=false
StartupWMClass=jetbrains-idea-ce
StartupNotify=true

Launch IntelliJ IDEA

You can release IntelliJ IDEA by means of going to Activities >> seek for IntelliJ IDEA Community Edition or the use of the intellijidea-ce command within the terminal.

You gets an IntelliJ IDEA window, and it is very important,

1. Click the checkbox I ascertain that I’ve learn and settle for the phrases of this User Agreement after which click on the Continue button.

2. You can want to Send Anonymous Statistics or Don’t ship nameless statistics.

Before you create a brand new or open a mission,

3. Click Customize to switch the theme, font, and different settings.

4. Click Plugins to put in the plugins you’ll want in your mission.

5. You can select to create a new or open an present mission or import a mission from model keep an eye on programs comparable to Git, GitHub, Subversion, and so on.

To create a brand new Java mission, click on new and set the Java SDK trail in IntelliJ IDEA. To do this, Java >> Project SDK >> Add SDK or Download SDK

You can use the SDK that includes IntelliJ IDEA, discovered beneath /install_directory/jbr or /snap/intellij-idea-community/present/jbr/ listing in your Java mission.

Click Next and on the other hand Next on Create Project from Template >> input Project Name and in spite of everything click on Finish.

The following screenshot presentations the IntelliJ IDEA network version operating on Fedora.

IntelliJ IDEA Running on Fedora

Conclusion

That’s All. I am hoping you realized set up IntelliJ IDEA on Fedora 35 / Fedora 34. You can now talk over with IntelliJ IDEA’s documentation web page to get began with IntelliJ IDEA.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More