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,
How does one remove an intallation of Wine for one user only
How does one remove an intallation of Wine for one user only
On Fri, Dec 19, 2008 at 4:03 PM, pj <[email protected]> wrote:
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
Depends on how you ran it. If you logged in as root, then the wineHello,
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,
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
How does one remove an intallation of Wine for one user only
Austin English wrote:
remove the Wine directory with borked permissions is:
sudo rm -rf $HOME/.wine
This will remove any and all installed programs under Wine as well but
will NOT remove their menu entries in KDE or Gnome.
James McKenzie
If the user ran Wine using sudo wine program.name then the command toOn Fri, Dec 19, 2008 at 4:03 PM, pj <[email protected]> wrote:
Depends on how you ran it. If you logged in as root, then the wineHello,
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,
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.
remove the Wine directory with borked permissions is:
sudo rm -rf $HOME/.wine
This will remove any and all installed programs under Wine as well but
will NOT remove their menu entries in KDE or Gnome.
James McKenzie