Installing Office 2010 on Ubuntu using Wine 1.5
I tried various guides on installing Microsoft Office 2010 on Ubuntu using Wine (1.5.22) but none worked. In each case the installer failed the midway. However, since the official Wine page gives it a rating of Platinum, I finally read through the page and it worked.
Bookmarking the relevant extracts for future.
Make sure all dependencies of Wine are installed on your system, including winbind.
-
Installed the latest Wine version. It auto installed wine-mono mentioned in the original article.
$ sudo add-apt-repository ppa:ubuntu-wine/ppa $ sudo apt-get update $ sudo apt-get install wine1.6
…