Wine 1.5.10 has been released. This release fixes a total of 53 bugs from the previous release. This quick tutorial shows you how to upgrade in Ubuntu 12.04 (Precise Pangolin) if you haven’t already done so.

To read a complete changelog on this, click here.

Objectives:

  • Upgrade Wine to version 1.5.10
  • Enjoy!

To get started, press Ctrl – Alt – T on your keyboard to open the terminal. When it opens, run the commands below to add its PPA.

 

sudo add-apt-repository ppa:ubuntu-wine/ppa

 

Next, run the commands below to update your system and install Wine.

 

sudo apt-get update && sudo apt-get install wine1.5

 

That’s it.