A new version of WINE arrives every two weeks; the version in Ubuntu 8.04’s repository is already out-of-date. To be able to run Windows applications as well as possible, you should stay with the latest WINE releases.
Open the command terminal by selecting Applications > Accessories > Terminal
It is not enough if you have Wine installed with Synaptic via the usual Ubuntu repositories (including via Synaptic), you need to have the latest version of Wine installed (1.1.4 or higher). In order to install this version of Wine:
Open Terminal by going to Applications > Accessories > Terminal and run the following commands (for Ubuntu Hardy Heron only, if you're not running Hardy Heron check http://www.winehq.org/site/download-deb ):
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list
sudo apt-get update
Install wine by using the following command:
sudo aptitude install wine