First
import and export settings
Linux:
- Unpack the
ideaIC.gzorideaIU.gzfile you have downloaded to a different folder if your current Downloads folder doesn't support file execution. There are two options which you just need choose one.
Option 1: install location at, like home directory
$ tar xfz ideaIC.tar.gz -C /home/chong
Option 2: the recommended install location according to the filesystem hierarchy standard (FHS) is /opt. For example, it's possible to enter the following command:
$ sudo tar xfz ideaIC-*.tar.gz -C /opt/
- Switch to the
bindirectory, for example:
$ cd /opt/-*/bin
- Run
idea.shfrom thebinsubdirectory.
$ bash /opt/idea-*/bin/idea.sh
- Add Lock to Launcher
Installation recommendation dir, then might want to check this out for your idea icon:
image.png
ref:
update-launcher-for-intellij-idea-in-ubuntu
install-and-set-up-product.html
Or check this article easily update/upgrade IDE without privilege problem
Install Postman and IntelliJ PyCharm/Idea Easily Ubuntu 16.04LTS









网友评论