Help Uninstalling Wine on Mac OS X

Questions about Wine on macOS.
Locked
Geoffthebunchie
Newbie
Newbie
Posts: 2
Joined: Thu Aug 01, 2013 10:10 am

Help Uninstalling Wine on Mac OS X

Post by Geoffthebunchie »

I'm trying to uninstall wine. I did not get a .dmg file. I installed through Macports. Would it be safe if I just deleted the Wine files from the Macports folder(Macintosh HD/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/wine)?
And if so, then which files would be the correct ones to delete?
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Re: Help Uninstalling Wine on Mac OS X

Post by doh123 »

you can uninstall Wine with Macports just like you installed it...

do a...
sudo port uninstall wine
or
sudo port uninstall wine-devel
or whatever you installed.
Geoffthebunchie
Newbie
Newbie
Posts: 2
Joined: Thu Aug 01, 2013 10:10 am

Re: Help Uninstalling Wine on Mac OS X

Post by Geoffthebunchie »

doh123 wrote:you can uninstall Wine with Macports just like you installed it...

do a...
sudo port uninstall wine
or
sudo port uninstall wine-devel
or whatever you installed.
I tried this, but I got this message:"port definitions are more than two weeks old, consider using selfupdate."
After that, I tried this:"port selfupdate," and got this:"---> Updating MacPorts base sources using rsync
Error: /opt/local/bin/port: port selfupdate failed: Error synchronizing MacPorts sources: command execution failed."
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Re: Help Uninstalling Wine on Mac OS X

Post by doh123 »

Geoffthebunchie wrote:
doh123 wrote:you can uninstall Wine with Macports just like you installed it...

do a...
sudo port uninstall wine
or
sudo port uninstall wine-devel
or whatever you installed.
I tried this, but I got this message:"port definitions are more than two weeks old, consider using selfupdate."
After that, I tried this:"port selfupdate," and got this:"---> Updating MacPorts base sources using rsync
Error: /opt/local/bin/port: port selfupdate failed: Error synchronizing MacPorts sources: command execution failed."
you should to ask with Macports help.. this is nothing to do with Wine, and you might not find a fix here. I do not know what could cause that error message as long as you did a "sudo port selfupdate"
Locked