0

After I did:

sudo apt-get autoremove eclipse
sudo apt-get purge eclipse

and deleted some folders like .eclipse and ./eclipse-installer in /home/user/ but there is a blank space with the Eclipse apps name

Show Application screen

How can I fix that? I'm using Ubuntu 20.04LTS

Output of grep -R "Eclipse" /usr/share/applications ~/.local/share/applications:

/home/user/.local/share/applications/epp.package.java.desktop:Name=Eclipse IDE for Java Developers - 2021-03
/home/user/.local/share/applications/epp.package.java.desktop:Categories=Eclipse
/home/user/.local/share/applications/epp.package.cpp.desktop.1616310086817.backup:Name=Eclipse IDE for C/C++ Developers - 2021-03
/home/user/.local/share/applications/epp.package.cpp.desktop.1616310086817.backup:Categories=Eclipse
/home/user/.local/share/applications/epp.package.cpp.desktop:Name=Eclipse IDE for C/C++ Developers - 2021-03
/home/user/.local/share/applications/epp.package.cpp.desktop:Categories=Eclipse
/home/user/.local/share/applications/epp.package.java.desktop.1616310029426.backup:Name=Eclipse IDE for Java Developers - 2020-12
/home/user/.local/share/applications/epp.package.java.desktop.1616310029426.backup:Categories=Eclipse
Kulfy
  • 17,416
  • 26
  • 64
  • 103
  • Are you sure you installed Eclipse using APT, not with some tar downloaded from Eclipse's site? Please [edit] your question and paste the output of `grep -R "Eclipse" /usr/share/applications ~/.local/share/applications`. – Kulfy Mar 21 '21 at 07:50
  • Did you reboot? – FedKad Mar 21 '21 at 07:54
  • @FedonKadifeli yes, i did – Miguel Humberto Mar 21 '21 at 07:59
  • There you go. Run `rm ~/.local/share/applications/epp.package*`. If entries in application drawer still appear, press Alt+F2, type `r` and press Enter. – Kulfy Mar 21 '21 at 08:07
  • @Kulfy So many thanks dude, u saved me, they disappeared – Miguel Humberto Mar 21 '21 at 08:10
  • Does this answer your question? [How to remove icons/shortcuts from Unity menu?](https://askubuntu.com/questions/71240/how-to-remove-icons-shortcuts-from-unity-menu) Though you're not using Unity, some things are still same. – Kulfy Mar 21 '21 at 08:15

0 Answers0