Updating wine

Questions about Wine on macOS.
Locked
weasel360
Newbie
Newbie
Posts: 3
Joined: Tue Feb 12, 2013 11:33 am

Updating wine

Post by weasel360 »

I have looked on the FAQ on the wine wiki, and it doesn't seem to mention how to update it from terminal. Is there a way to do this?

Thanks
Eunoian
Level 1
Level 1
Posts: 6
Joined: Sat Mar 30, 2013 3:13 pm

Re: Updating wine

Post by Eunoian »

I believe the easiest code to run to update wine is:

sudo port selfupdate && sudo port upgrade outdated

This will update MacPorts and all individual ports (including the latest stable wine version, I presume).

You can also just run the first part to update your port list (ports tree), and then decide what to upgrade manually. But the code above finds the latest ports and then updates all that are outdated.
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Re: Updating wine

Post by doh123 »

Eunoian is correct if you installed through macports....

Otherwise we need to know how you installed Wine in the first place, because that determines how you update.
weasel360
Newbie
Newbie
Posts: 3
Joined: Tue Feb 12, 2013 11:33 am

Re: Updating wine

Post by weasel360 »

I installed through macports, thanks for the command
Locked