Install Wine 5.0 - Wine 4.0-rc2 in Menu, want to remove it from Menu.

Questions about Wine on Linux
Locked
serviteur
Level 2
Level 2
Posts: 10
Joined: Fri Jul 18, 2014 9:11 am

Install Wine 5.0 - Wine 4.0-rc2 in Menu, want to remove it from Menu.

Post by serviteur »

Hi,

I would like to install the stable release Wine 5.0

I have removed Wine-4.0-rc2 via all commands:

Code: Select all

sudo apt-get remove --purge wine

rm -rf ~/.wine

sudo apt-get auto remove

Code: Select all

rm ~/.local/share/applications/wine-extension*.desktop

Code: Select all

rm -r -v ~/.local/share/applications/wine*

However, it is still on the menu with eyecad VR launcher. How I get rid of that?


OS: Linux Mint 19.3 “Tricia”-Xfce (64-bit)
Attachments
wine menu-remove.jpeg
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Install Wine 5.0 - Wine 4.0-rc2 in Menu, want to remove it from Menu.

Post by jkfloris »

Do the instructions from the WineHQ Wiki help?
https://wiki.winehq.org/FAQ#Uninstalling
serviteur
Level 2
Level 2
Posts: 10
Joined: Fri Jul 18, 2014 9:11 am

[SOLVED] Install Wine 5.0 - Wine 4.0-rc2 in Menu, want to remove it from Menu.

Post by serviteur »

jkfloris wrote: Thu Apr 30, 2020 3:50 am Do the instructions from the WineHQ Wiki help?
https://wiki.winehq.org/FAQ#Uninstalling
Thank you for the link.

But, I noticed that the Wine menu has been removed after the reboot following yesterday's commands:

Code: Select all

rm ~/.local/share/applications/wine-extension*.desktop and 

Code: Select all

rm -r -v ~/.local/share/applications/wine*
Locked