[Wine] Re: No sound in wine with Ubuntu 10.10, native sound works fine

DaVince wineforum-user at winehq.org
Fri Feb 11 10:19:38 CST 2011


Ryan4200782 wrote:
> Is rm .wine -R incorrect? Seemed to remove the wine directory.

Only if you're currently in your home directory. It will try to remove the .wine directory from whatever directory you are in right now, but the directory probably doesn't exist anywhere but in /home/username.

Doing:
rm -rf ~/.wine
or:
rm -rf $HOME/.wine

ensures that you remove the directory at the right location. (the f flag is for "force", which basically makes the rm command not ask any questions and "just do it".)







More information about the wine-users mailing list