On Fri, Nov 18, 2011 at 11:55 AM, newguy <wineforum-user@xxxxxxxxxx> 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