>Ubuntu/Debian: Latest Wine Version

>Although the ubuntu repositories get updated quite often, there still might be some old stuff there. And that’s the reason I’m writing this right now, the Wine version…. But never fear! Peppoj has come to rescue you! 😉

So to ensure you have the latest version of Wine you first need to head over to WineHQ and check the version number of the development version (yeah i know), The next step is to type the following command in to the terminal:

wine --version

you should see something like:

wine-1.*

If it doesn’t mach with what you saw at WineHQ, then you know you got an old version!

To get the latest version, you need to type the following commands in the terminal:

You can skip the first line if you didn’t have Wine installed.

Good Luck!


Remove: sudo apt-get purge -fy wine && sudo apt-get -fy autoremove


Add The Key: wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- sudo apt-key add -
Add The Repositories:
For Ubuntu 7.10: sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/winehq.list
For Ubuntu 8.04: sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list
For Ubuntu 8.10: sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/winehq.list
For Ubuntu 9.04: sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/jaunty.list -O /etc/apt/sources.list.d/winehq.list

Update The Repositories: sudo apt-get -f update
Install: sudo apt-get install -ymf wine

Leave a Reply

Your email address will not be published. Required fields are marked *