1.Download IntelliJ IDEA网址:
https://www.jetbrains.com/idea/download/
2.安装配置
$dpkg -l | grep idea
解压
1, 把Idea放到你想要放的位置:sudo cp ideaIU-2018.1.6.tar.gz ~/下载
2, 解压:sudo tar -zxvf ideaIU-2018.1.6.tar.gz
3, 赋权限:sudo chmod 755 -R idea-IU-181.5540.7/
阅读README文件了解软件的安装方法
查看install-Linux-tar.txt(相当于README)文件发现启动console的方法:
Linux Installation Instructions
------------------------------------------------------------------------------
1. Unpack the IntelliJ IDEA distribution archive that you downloaded to
where you wish to install the program. We will refer to this destination
location as your {installation home} below.
2. Open a console and cd into "{installation home}/bin" and type:
./idea.sh
to start the application. As a side effect, this will initialize various