install/update IntelliJ IC(Idea
2019-01-13 本文已影响11人
ShanksWang
First
import and export settings
Linux:
- Unpack the
ideaIC.gz
orideaIU.gz
file 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
bin
directory, for example:
$ cd /opt/-*/bin
- Run
idea.sh
from thebin
subdirectory.
$ bash /opt/idea-*/bin/idea.sh
- Add Lock to Launcher
Installation recommendation dir, then might want to check this out for your idea icon:
![](https://img.haomeiwen.com/i3842890/5a7dffcf42c0ac5f.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