[Wine] Uninstall old wine version and install new version

Gert van den Berg wine-users at mohag.net
Sat Aug 1 08:25:41 CDT 2009


On Sat, Aug 1, 2009 at 05:30, Bakshara<wineforum-user at winehq.org> wrote:
>> Code:
>>
>> rm -rf ~/.wine
>>
>> Gives me this, but still has 386 items under it.
>>
>> Code:
>>
>> [root at Bakshara lib]# rm -rf ~/.wine
>> [root at Bakshara lib]#
>>
You're running it as the wrong user. The above deleted root's default
WINEPREFIX.

(Each user has its own WINEPREFIX)

(sudo should work, since ~ is expanded by the shell. AFAIK it only
works in bash, you need to use $HOME in other cases)



More information about the wine-users mailing list