How do I remove Wine program entries from the menu?

Solution 1:

It should be enough to remove the local wine folder ~/.local/share/applications/wine.

Solution 2:

Carefull - mistakes when using sudo to delete stuff can be disastrous!

rm ~/.local/share/applications/wine*.desktop
sudo rm /usr/share/applications/wine*.desktop

You might need to log out and back in to see the changes, depending on the desktop you are using (kde, gnome, ...)

Solution 3:

You can use alacarte in order to enable/disable applications using GUI.

enter image description here

Also you can directly remove the wine .desktop files on /home/user/.local/share/applications.