https://bugs.winehq.org/show_bug.cgi?id=53046
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #7 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
(In reply to tkocou from comment #5)
purged 100% of the WINE installation via the synaptic manager to include deleting the .wine directory. I installed the 7.0. and made sure that the
The wineprefixes (including the default ~/.wine) are not part of the package and are not deleted when the package is purged. You have to manually delete it if you want to clean it. But you can also make fresh wineprefix by giving it a different name with the environment variable WINEPREFIX.
You can do this with something like:
WINEPREFIX=~/whatever.wine wineboot -u
Then you could copy-paste+overwrite the contents of ~/.wine/drive_c/windows/system32 and ~/.wine/drive_c/windows/syswow64 with those of the same directory in ~/whatever.wine and try wineboot -u on the old prefix again.
Regards.