uninstall wine-8.0 (from source)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
inhki
Level 1
Level 1
Posts: 9
Joined: Sun Mar 05, 2023 2:24 am

uninstall wine-8.0 (from source)

Post by inhki »

how to uninstall wine 8.0 (from source) in ubunt 22.04 ?
thx
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: uninstall wine-8.0 (from source)

Post by jkfloris »

inhki
Level 1
Level 1
Posts: 9
Joined: Sun Mar 05, 2023 2:24 am

Re: uninstall wine-8.0 (from source)

Post by inhki »

jkfloris wrote: Sun Mar 05, 2023 7:13 am https://wiki.winehq.org/FAQ#Uninstalling
i already do that but i have error massage like this

Code: Select all

rmdir: failed to remove '/usr/local/include': Directory not empty
rmdir: failed to remove '/usr/local/share/applications': Directory not empty
rmdir: failed to remove '/usr/local/share': Directory not empty
rmdir: failed to remove '/usr/local/lib/wine/x86_64-windows': Directory not empty
rmdir: failed to remove '/usr/local/lib/wine': Directory not empty
rmdir: failed to remove '/usr/local/bin': Directory not empty
make: [Makefile:317076: uninstall] Error 1 (ignored)
what i should do to fix this while uninstalling from

Code: Select all

 make uninstall 
thx
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: uninstall wine-8.0 (from source)

Post by jkfloris »

Code: Select all

rmdir: failed to remove '/usr/local/include': Directory not empty
rmdir: failed to remove '/usr/local/share/applications': Directory not empty
rmdir: failed to remove '/usr/local/share': Directory not empty
rmdir: failed to remove '/usr/local/bin': Directory not empty
These directories may also contain files that do not belong to Wine. Therefore, they are not removed.

Code: Select all

rmdir: failed to remove '/usr/local/lib/wine/x86_64-windows': Directory not empty
rmdir: failed to remove '/usr/local/lib/wine': Directory not empty
You can check what files are left in these two folders and delete them by hand if necessary.
Locked