參考:
https://stackoverflow.com/questions/22983101/how-to-uninstall-intellij-idea-on-ubuntu-13-10
https://askubuntu.com/questions/300684/uninstall-intellij-ultimate-edition-version-12
@lena
安裝的時候是用的解壓Idea壓縮包之后的bin/idea.sh安裝的
然后想卸載,直接刪除解壓之后的idea程序目錄是不夠的,還必須把/home/目錄下的.IdeaIC2017.2/這個隱藏目錄給刪掉才算徹底卸載,否則無法重裝
To remove the product completely, do the following:
-
Delete the installation directory
-
Delete the "config" and "system" configuration directories. These contain IntelliJ IDEA's caches, configuration and plugins.
See http://devnet.jetbrains.net/docs/DOC-181 for the OS specific locations of these two directories.
That should be all you need.