[Wine] wbfs and framwork 3.5 help

James McKenzie jjmckenzie51 at gmail.com
Fri Nov 18 13:03:19 CST 2011


On Fri, Nov 18, 2011 at 11:55 AM, newguy <wineforum-user at winehq.org> wrote:
> thanks for the reply,  how do i a make a clean wineprefix?
>
Look for the hidden .wine directory:

In a terminal/console session:

[code]
cd $HOME
ls -a .wine
[/code]
should return .wine  If it does not then the following will not work

and then use the remove command on this directory:
[code]
rm -rf .wine
[/code]
or you could move it aside using the following command:
[code]
mv .wine{,.backup}
[/code]
If you want to keep the current prefix for any reason (such as you
have installed a program that works with Wine and do not want to
install it a second time.)

James



More information about the wine-users mailing list