linux idea卸载,完全卸载intellij

On Windows and Linux platforms IDEA stores its caches, configuration and plugins in the user's home directory (profile directory).

On Windows platform it's usually \Documents and Settings\\.IntelliJIdeaXX.

On Windows Vista, Windows 7 and later Windows versions the profile directory is \Users\.

For Unix/Linux the home directory is ~/.IntelliJIdeaXX  (~ is usually an alias for /home/)

XX represents product version and can be (50, 60, 70, 80, 90, etc).

Under the .IntelliJIdeaXX directory the following subdirectories can be found:

Config: /config

Plugins: /config/plugins

Caches: /system

Logs: /system/log(also contains automatic thread dumps)

On Mac OS X IDEA uses the following directories:

Config: ~/Library/Preferences/IntelliJIdeaXX

System: ~/Library/Caches/IntelliJIdeaXX

Plugins: ~/Library/Application Support/IntelliJIdeaXX

Logs: ~/Library/Logs/IntelliJIdeaXX (starting from IDEA 9.0, older versions keep logs under System location)

For other products based on IDEA platform look for the product name instead of IntelliJIdea:

WebIde for WebStorm/PhpStorm

PyCharm

RubyMine

In some environments user's home directory is located on the mapped network drive which is unacceptable for IntelliJ IDEA. You'll notice the huge performance degradation. You may also want to move system directory to the faster or larger drive partition.

Config directory stores global IDEA configuration which is not specific to a project

System directory contains project caches, indices, compiler caches, jar caches, logs and thread dumps (except Mac), version control system caches, and some other system files

Plugins directory keeps third-party plug-ins which you install via Plugin Manager (bundled plug-ins are located in IDEA_HOME\plugins)

Locations of these directories can be modified in IDEA_HOME\bin\idea.properties file.

You will need to adjust the following parameters:

idea.config.path

idea.system.path

idea.plugins.path

Note for Mac OS X users: most likely you will not need to change the defaults, but if for some reason you want to do it, you can find the related settings in the Info.plist file located in IDEA Application directory.

For IntelliJ Idea 11.1 Community Edition (IC-117.117) on Mac OS X (10.6) following seems to be the location:

Config: ~/Library/Preferences/IdeaIC11

System: ~/Library/Caches/IdeaIC11

Plugins: ~/Library/Application Support/IdeaIC11

Logs: ~/Library/Logs/IdeaIC11

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
### 回答1: 要卸载Linux上的IntelliJ IDEA,可以按照以下步骤进行操作: 1. 打开终端并进入安装目录。 2. 运行以下命令以停止IntelliJ IDEA进程: ``` sudo killall idea ``` 3. 运行以下命令以删除IntelliJ IDEA安装目录: ``` sudo rm -rf /opt/idea-IC-*/ ``` 其中,`/opt/idea-IC-*/`是IntelliJ IDEA的安装目录,`*`表示版本号。 4. 运行以下命令以删除IntelliJ IDEA配置目录: ``` sudo rm -rf ~/.IntelliJIdea*/ ``` 其中,`~/.IntelliJIdea*/`是IntelliJ IDEA的配置目录,`*`表示版本号。 5. 运行以下命令以删除IntelliJ IDEA启动器: ``` sudo rm /usr/share/applications/jetbrains-idea.desktop ``` 这将删除IntelliJ IDEA的启动器,如果您使用的是其他IDE,则可以跳过此步骤。 6. 最后,运行以下命令以清除IntelliJ IDEA的所有残留文件: ``` sudo apt-get autoremove ``` 这将删除IntelliJ IDEA的所有残留文件和依赖项。 完成以上步骤后,IntelliJ IDEA将从您的Linux系统中完全卸载。 ### 回答2: 在Linux系统上,卸载IntelliJ IDEA并不困难。以下是一些简单的步骤: 1.进入IntelliJ IDE所在的目录。 2.找到bin目录。在此目录下的idea.sh文件是启动IntelliJ IDEA的脚本。 3. 使用cd命令进入安装目录: cd /opt/idea-IC-173.4127.27 4. 卸载IntelliJ IDEA的所有组件。执行以下命令: sudo rm -rf idea-IC-173.4127.27 5. 删除配置文件。在“~/.IntelliJIdea”目录下保存了IntelliJ IDEA的所有配置文件和插件。 sudo rm -rf ~/.IntelliJIdea 6. 删除IntelliJ IDEA的启动器。 sudo rm /usr/share/applications/IntellijIDEA.desktop 7. 完成卸载。 以上步骤可以完全移除IntelliJ IDEA,但需要注意的是删除目录时要谨慎,因为任何误删都会引起不可挽回的损害,强烈建议在删除前先备份重要数据。 ### 回答3: 卸载 IDEALinux 系统上分为两大步骤:删除 IDEA 的安装目录和删除 IDEA 的配置文件。 第一步:删除安装目录 1. 打开终端,进入 IDEA 安装目录,输入如下命令: cd /路径/到/idea/安装目录 2. 删除 IDEA 安装目录,输入如下命令: sudo rm -r idea官网提供的安装目录 3. 接下来要删除 IDEA 桌面快捷方式。输入如下命令: sudo rm /usr/share/applications/jetbrains-idea.desktop 第二步:删除配置文件 1. 进入系统用户主目录下的 .local/share/ 目录,输入如下命令: cd ~/.local/share/ 2. 删除 IDEA 的配置文件,输入如下命令: sudo rm -r jetbrains 3. 删除 IDEA 的应用程序文件夹,输入如下命令: sudo rm -r /opt/jetbrains/ 经过以上的操作,您就成功地卸载IDEA。但是需要注意的是,如果您在 Ubuntu 中使用 snap 安装了 IDEA,则需要使用以下命令来删除它: sudo snap remove intellij-idea-community 希望以上的步骤能够帮助您成功地卸载 IDEA,以便您安装其他的开发工具。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值