我尝试从 RubyMine 5.4.3.2.1 升级到 6,为此我尝试卸载 RubyMine 5.4.3.2.1。我从安装 RubyMine 的位置删除了 RubyMine 目录。现在每次我都需要从 RubyMine 6 中提供的 .sh 文件运行 RubyMine 版本 6。如何完全删除 RubyMine 并进行全新安装。
答案1
您需要删除以下文件夹
rm -rf ~/.PRODUCTVERSION
~ 是主目录的别名,例如 /home/john
产品可能是下列之一:
IntelliJIdea (IntelliJ IDEA Ultimate Edition)
IdeaIC (IntelliJ IDEA Community Edition)
RubyMine
WebIde (WebStrom and PhpStorm use this common directory)
PyCharm
所以在你的情况下
rm -rf ~/.RubyMine5.4.3.2.1
你可以阅读此链接了解更多信息
之后你还需要删除
rm -rf /home/USERNAME/.gnome/apps/jetbrains-rubymine.desktop (or /home/USERNAME/.local/share/applications/jetbrains-rubymine.desktop)
如果之前安装了 rubymine 应用程序,你还可以删除它
rm -rf /home/USERNAME/.local/share/applications/mimeapps.list