Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@hirokts
Last active December 13, 2017 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hirokts/93955e1c1469f132585e37eaf1eac274 to your computer and use it in GitHub Desktop.
Save hirokts/93955e1c1469f132585e37eaf1eac274 to your computer and use it in GitHub Desktop.
UbuntuにIntellij IDEAをインストール、もしくは更新したときのメモ
1. 以下からダウンロードする
https://www.jetbrains.com/idea/download/?fromIDE=#section=linux
2. 解凍する
tar -xvzf ideaIU-2017.3.1.tar.gz
3. 配置する (/usr/local/)
sudo cp -rp idea-IU-173.3942.27 /usr/local/idea-IU
rm -rf idea-IU-173.3942.27
4. 簡単に起動できるようにランチャー用ファイルを作成する
vi ~/.local/share/applications/jetbrains-idea.desktop
5. superボタンでideaを検索。起動したらDockのお気に入りに追加
[Desktop Entry]
Version=2017.3.1
Type=Application
Name=IntelliJ IDEA
Icon=/usr/local/idea-IU/bin/idea.png
Exec="/usr/local/idea-IU/bin/idea.sh" %f
Comment=The Drive to Develop
Categories=Development;IDE;
Terminal=false
StartupWMClass=jetbrains-idea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment