I installed vim editor, but after a day using it I didn't like it, so I used the terminal command sudo apt remove vim and the software was uninstalled.
But the icon for vim is still there in the launcher. When I click it, there are problems. I'm having the same issue with "Netbeans IDE" even though I believe I uninstalled the software properly.
1 Answer
Try these commands:
- sudo apt autoremove vim
- sudo apt autoremove
- sudo apt autoclean Then do a reboot.