How to install IntelliJ Idea on Fedora 27
How to install IntelliJ Idea on Fedora 27 in details because I am a Beginner
How to install IntelliJ Idea on Fedora 27 in details because I am a Beginner
1) Download the tar.gz
file for IntelliJ IDEA from https://www.jetbrains.com/idea/downlo...
2) Extract the contents by double-clicking the tar.gz
file and move the directory to /opt
or wherever you want IDEA to be installed (might require superuser privileges). e.g. (your version will likely be slightly different)
# mv Downloads/ideaIC-2017.3.3-no-jdk/idea-IC-173.4301.25/ /opt
3) Execute bin/idea.sh
in the install directory. That will start the install wizard which will allow you to choose a theme, plugins, and create the necessary shortcuts. e.g.
$ /opt/idea-IC-173.4301.25/bin/idea.sh
At new versions of JetBrains products, they recommends to install and update via JetBrains Toolbox https://www.jetbrains.com/toolbox/app/
Asked: 2017-11-27 02:51:58 -0600
Seen: 10,331 times
Last updated: Jan 21 '18