From Wine Stable to Wine Dev?

Questions about Wine on Linux
Locked
WineEPL
Newbie
Newbie
Posts: 4
Joined: Sat Jun 30, 2018 5:39 pm

From Wine Stable to Wine Dev?

Post by WineEPL »

If I were to have Wine Stable (Version 5.0) how would I upgrade to Wine Dev (Version 5.10)?
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: From Wine Stable to Wine Dev?

Post by spoon0042 »

If you've followed the instructions on this site (https://wiki.winehq.org/Download) it should be as simple as 'apt install --install-recommends wine-devel' for Debian/Ubuntu/derivatives anyway.

You can also install the winehq-devel package to make that the default version, otherwise you have to specify the path to wine when running from a terminal: /opt/wine-devel/bin/wine whatever.exe
Locked