我试图从RubyMine 5.4.3.2.1升级到6,因此我试图卸载RubyMine 5.4.3.2.1。我从安装RubyMine的地方删除了RubyMine目录。现在,每次我需要从RubyMine 6中给出的.sh文件中运行RubyMine版本6时,如何完全删除RubyMine并重新安装。
发布于 2013-12-25 00:24:48
您需要删除以下文件夹
rm -rf ~/.PRODUCTVERSION~是home目录的别名,例如/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.listhttps://askubuntu.com/questions/392498
复制相似问题