Install MS Office in Ubuntu



Installing MS office to Ubuntu is little bit tricky. We have to use WINE to install windows software on linux machine.  We can find a solution in the below link. Following commands will install the dependencies.

WineHQ - Microsoft Office (installer only) 2010 (32 bit)

$ sudo apt-get install winbind
$ WINEARCH=win32 WINEPREFIX=~/.wineoffice2010 winetricks dotnet20 msxml6 corefonts
$ WINEPREFIX=~/.wineoffice2010 wine Download/office/setup.exe

Comments

  1. This information is very helpful for me...I want to install MS-OFFICE in my Linux System But i failed to install...now using this method i go to install MS-Office 😊

    ReplyDelete

Post a Comment