Possible Duplicate:
What is the correct way to completely remove an application?
I installed UltraEditor (uex package) from a source I can't remember. Later I purged the installation with:
aptitude purge uex
The application disappeared but its name still appears when I type Alt-F2, as one of the installed applications. Is there a way to prevent this from happening?
purge
andremove
is thatpurge
also deletes systemwide configuration files, you shouldn't necessarily expect thatpurge
ing the software will keep it from appearing in a list of a particular user's recent applications. If this is to be considered a bug, then it would be a bug inunity
or whatever interface provides the list. Also, I think Alt+F2 in Unity will list recent applications, recent commands, and will also provide suggestions as you type even for applications that you haven't run recently ...but I'm not sure (I mainly use Lubuntu these days). – Eliah Kagan May 12 '12 at 21:23