pj
2008-Dec-19 22:03 UTC
[Wine] How does one remove an intallation of Wine for one user only
Hello, I inadvertently installed Wine as root after installing it as the user. I would like to remove the root installation, but not touch the user installation. Is there a special way of doing this, or does one just delete the folder? kind regards,
Austin English
2008-Dec-19 22:08 UTC
[Wine] How does one remove an intallation of Wine for one user only
On Fri, Dec 19, 2008 at 4:03 PM, pj <wineforum-user at winehq.org> wrote:> Hello, > > I inadvertently installed Wine as root after installing it as the user. I would like to remove the root installation, but not touch the user installation. Is there a special way of doing this, or does one just delete the folder? > > kind regards, > > > > > >Depends on how you ran it. If you logged in as root, then the wine folder for root is under /root/.wine. If you used 'sudo wine program.exe', then the user's install was used, and you'd need to remove $HOME/.wine. -- -Austin