wine64 uninstall

Questions about Wine on Linux
Locked
angus73
Level 1
Level 1
Posts: 5
Joined: Mon May 02, 2016 3:38 pm

wine64 uninstall

Post by angus73 »

Hi,
I am trying to clean my system after many trials about compiling and installing various wine versions.

It is still difficult to me to "uninstall" an executable:

$ which wine64
/usr/local/bin/wine64

$ wine64 --version
wine-3.0.4

I still have the wine-3.0.4 source directory intact, but issuing "sudo make uninstall" from there does not make the binary disappear.

Could anybody please help me?
Thank you in advance,
Andrea
Barrowman
Level 1
Level 1
Posts: 5
Joined: Fri Apr 24, 2020 12:44 am

Re: wine64 uninstall

Post by Barrowman »

Don't know if it will solve your problem but try

Code: Select all

sudo apt-get purge wine64
Locked