Does Wine Saves the instalation files?
Does Wine Saves the instalation files?
Im trying to install 3Ds Max 5 I thoght I would comunicate the goods new but Its having some problems, so Im trying to uninstall and is installing again instead.
Re: Does Wine Saves the instalation files?
http://wiki.winehq.org/FAQ#head-9893ae5 ... af2e69b391b_444 wrote:Im trying to install 3Ds Max 5 I thoght I would comunicate the goods new but Its having some problems, so Im trying to uninstall and is installing again instead.
Thanks a lot dimesio
Thanks a lot dimesio I was to sleepy when I read the FAQ. You lead me right to the point!! I appreciate.
sudo rm -rf $HOME/.wine and sudo rm -f $HOME/.config/menus/applications-merged/wine*
did everything I needed. : - )
sudo rm -rf $HOME/.wine and sudo rm -f $HOME/.config/menus/applications-merged/wine*
did everything I needed. : - )
Re: Thanks a lot dimesio
As a note for the future - you do not need sudo to remove files in your home directory. If you get an error then you used sudo to run Wine - really bad idea.b_444 wrote:Thanks a lot dimesio I was to sleepy when I read the FAQ. You lead me right to the point!! I appreciate.
sudo rm -rf $HOME/.wine and sudo rm -f $HOME/.config/menus/applications-merged/wine*
did everything I needed. : - )