step1:官网下载压缩包
step2:解压
sudo tar -zxvf ideaIU-2018.1.5\ .tar.gz -C /opt
step3:添加快捷启动方式
cd /usr/share/applications
编辑
sudo gedit idea.desktop
-
[Desktop Entry]
-
Encoding=UTF-8
-
Version=1.0
-
Name=IntelliJ IDEA
-
GenericName=Java IDE
-
Comment=IntelliJ IDEA is a code-centric IDE focused on developer productivity. The editor deeply understands your code and knows its way around the codebase, makes great suggestions right when you need them, and is always ready to help you shape your code.
-
Exec=/opt/ideaIU-2018.1.5/bin/idea.sh
-
Icon=/opt/ideaIU-2018.1.5/bin/idea.png
-
Terminal=false
-
Type=Application
-
Categories=Development;IDE
step4:重启
shutdown -r now
web、python同理