Finally! I have been able to install Microsoft Office 2007 on my Linux (Ubuntu 8.10 Intrepid Ibex). This was the only lacking feature in my Ubuntu, a good office solution. Though I hate Microsoft, I like its Office solution.
So, have been searching and trying, searching and trying out various ways to install Office on Ubuntu, and finally, am successful! Shockingly, it’s pretty easy to install Office 2007 on Linux!
Steps:
1) Install Wine:
Wine is required. This is the basic requirement. If you dont have Wine, you cant install Office! It is currently in a development release. If you don’t have it already, here’s a quick guide.
Enter the following commands in the Terminal:
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/winehq.list
sudo apt-get update
sudo apt-get install wine
2) Install winetricks:
Winetricks is a small shell script which allows you to install a large variety of library and support files, and is available here. To download directly, type the following command:
wget http://www.kegel.com/wine/winetricks
chmod +x ./winetricks
3) Use winetricks:
This will setup all neccesary libraries that Office will need to run.
./winetricks gdiplus riched20 riched30 msxml3 msxml4 msxml6 corefonts tahoma vb6run vcrun6 msi2
4) Download Office
If you read this post, you’ll see some wonderful resources for downloading Office 2007 (just in case you can’t find your cd). If you have your own Microsoft office, you can use that too. No need to download it again.
wget -c http://download.microsoft.com/download/7/c/4/7c49b09b-d6f9-431d-9738-4c00aff11fc7/Enterprise.exe
5) Install Office
To use your own copy of Office, enter the command:
wine
If you downloaded (w.r.t Step 4), enter the command:
wine ./Enterprise.exe
Enjoy!
This install worked absolutley perfectly for me! Please feel free to comment if this worked for you, if you have any questions or comments, or if you need any help.
Thanks to: http://kennethreitz.com/office-2007-in-linux/
http://www.programmerfish.com/roffice-2007-in-linux
Purchase Microsoft Office 2007 Professional at a good price from eCostSoftware UK.











