简体   繁体   English

如何在 Ubuntu 安装过程中卸载 Eclipse IDE 和已安装的软件包?

[英]How to Uninstall Eclipse IDE and the packages that were installed, during installation process in Ubuntu?

I had installed Eclipse IDE for Java, I found it difficult to use and I switched to IntelliJ Idea.我已经为 Java 安装了 Eclipse IDE,我发现它很难使用,于是我切换到了 IntelliJ Idea。 I ran this command我运行了这个命令

cd .local/share/applications/ 
rm *eclipse*.desktop epp*.desktop

It removed the Eclipse Ide,now are the packages also removed that were installed during installation process.它删除了 Eclipse Ide,现在也删除了在安装过程中安装的软件包。 If No, then how should I remove the packages ?如果否,那么我应该如何删除包裹?

In the case you are using the packge by unzip and run the the sh file to start the eclipse.如果您通过解压缩使用packge并运行sh文件来启动eclipse。 we can find the folder that stores the eclipse packe and delete it.我们可以找到存放eclipse包的文件夹,将其删除。

Find the folder: sudo find f .查找文件夹: sudo find f 。 -name {1 file name you know} After that you can remove all folder - that include this file. -name {1 file name you know} 之后你可以删除所有文件夹 - 包括这个文件。 If you have UI you can access directly to folder to check it before remove all of them如果您有 UI,您可以直接访问文件夹以在删除所有文件夹之前对其进行检查

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM