下载
官网下载
安装
$ cd /opt/jetbrains/idea
$ sudo cp /home/nangy/Downloads/ideaIU-2020.3.4.tar.gz ./
$ sudo tar -zxvf ideaIU-2020.3.4.tar.gz
$ ll
总用量 4.0K
drwxrwxrwx 9 root root 4.0K 10月 1 15:08 idea-IU-203.8084.24
$ sudo chmod 777 -R idea-IU-203.8084.24/
配置
$ cd ~/Desktop
$ vim idea.desktop
[Desktop Entry]
Version=2020.3.4
Type=Application
Name=IntelliJ IDEA
Comment=Sophisticated text editor for code, markup and prose
Exec=/opt/jetbrains/idea/idea-IU-203.8084.24/bin/idea.sh
Terminal=false
Icon=/opt/jetbrains/idea/idea-IU-203.8084.24/bin/idea.png
Categories=Development;
|