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
Updating wine
Re: Updating wine
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.
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.
Re: Updating wine
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.
Otherwise we need to know how you installed Wine in the first place, because that determines how you update.
Re: Updating wine
I installed through macports, thanks for the command