美文网首页
install/update IntelliJ IC(Idea

install/update IntelliJ IC(Idea

作者: ShanksWang | 来源:发表于2019-01-13 11:29 被阅读11次

First import and export settings

Linux:

  1. Unpack the ideaIC.gz or ideaIU.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/
  1. Switch to the bin directory, for example:
$ cd /opt/-*/bin
  1. Run idea.sh from the bin subdirectory.
$ bash /opt/idea-*/bin/idea.sh
  1. Add Lock to Launcher

Installation recommendation dir, then might want to check this out for your idea icon:

image.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

相关文章

网友评论

      本文标题:install/update IntelliJ IC(Idea

      本文链接:https://www.haomeiwen.com/subject/mtmkdqtx.html