| View previous topic :: View next topic |
| Author |
Message |
helenawahlberg16 Xplorer
Joined: 24 May 2009 Posts: 80 Location: Florida
|
Posted: Sat Jun 06, 2009 4:59 pm Post subject: Uninstall Wine |
|
|
how do i uninstall wine completely _________________ It's Not The Way You Look That Brings Me To My Knees..........It's The Way You Look At Me!!!!! |
|
| Back to top |
|
 |
jimallyn Site Admin

Joined: 31 Jan 2003 Posts: 8195 Location: Wenatchee, Washington, USA
|
Posted: Sat Jun 06, 2009 5:26 pm Post subject: |
|
|
What version of Xandros are you using? And how did you do the install? _________________ I refuse to live in a country like this - and I'm not leaving. - Michael Moore |
|
| Back to top |
|
 |
helenawahlberg16 Xplorer
Joined: 24 May 2009 Posts: 80 Location: Florida
|
Posted: Sat Jun 06, 2009 5:35 pm Post subject: |
|
|
i have a 701SD linux
and i installed wine like this:
open a terminal (alt+ctrl+t) and type:
sudo kwrite /etc/apt/preferences [press enter]
copy and paste this to the file:
Package: *
Pin: origin updates.xepc.org
Pin-Priority: 935
Save and exit kWrite
in a terminal (alt+ctrl+t) type:
sudo kwrite /etc/apt/sources.list [press enter]
copy and paste this line to sources.list:
deb http://updates.xepc.org/ p701 main
Save and exit kWrite.
Staying in terminal type:
sudo apt-get update [press enter]
Staying in terminal type:
apt-cache policy wine [press enter]
if the return is Candidate: 1.0.0-1+eeepc2
from xepc then all is good!
Staying in terminal type:
sudo apt-get install wine [press enter] _________________ It's Not The Way You Look That Brings Me To My Knees..........It's The Way You Look At Me!!!!! |
|
| Back to top |
|
 |
jimallyn Site Admin

Joined: 31 Jan 2003 Posts: 8195 Location: Wenatchee, Washington, USA
|
Posted: Sat Jun 06, 2009 5:45 pm Post subject: |
|
|
I'm not real familiar with the EeePC, but if you installed it with:
| Code: | | sudo apt-get install wine |
then I imagine you would uninstall it with:
| Code: | | sudo apt-get remove wine |
That might leave some config files and stuff laying around, but in theory using "purge" instead of "remove" should take care of that:
| Code: | | sudo apt-get purge wine |
"remove" is usually sufficient. _________________ I refuse to live in a country like this - and I'm not leaving. - Michael Moore |
|
| Back to top |
|
 |
|