Quote:
|
Originally Posted by MustangSallydd
:~$ sudo rm ~/.wine
Password:
rm: cannot remove `/home/-----/.wine': Is a directory
|
when you are using sudo, the home directory refers to the superuser root at /root.
use this command instead:
Code:
sudo rmdir -rf /home/<username>/.wine
<username> refers to your log in name...
hope that helps...cheers~