0% found this document useful (0 votes)
167 views2 pages

Install Office 2007 on Ubuntu with Wine

This document provides instructions for installing and running Microsoft Office 2007 in Ubuntu Linux 8.10 using Wine and Winetricks. It describes downloading Wine 1.1.9 and Winetricks, using Winetricks to install necessary libraries and DLLs, and then inserting the Office 2007 disk and running the setup program with Wine to complete the installation.

Uploaded by

Mhmd
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
167 views2 pages

Install Office 2007 on Ubuntu with Wine

This document provides instructions for installing and running Microsoft Office 2007 in Ubuntu Linux 8.10 using Wine and Winetricks. It describes downloading Wine 1.1.9 and Winetricks, using Winetricks to install necessary libraries and DLLs, and then inserting the Office 2007 disk and running the setup program with Wine to complete the installation.

Uploaded by

Mhmd
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

How to Run Microsoft Office 2007 in

Ubuntu Linux 8.10


by Kenneth Reitz on March 16, 2009

Wouldn’t it be lovely to have a nice, clean installation of Microsoft’s Office 2007


Suite to run on your Ubuntu Linux Distribution? For some people, this is the only
thing that truly holds them back from an all-Linux environment… But not anymore!
We have compiled a nice, concise set of instructions to help guide you along.

Install Wine:

WINE (Wine Is Not an Emulator) is an application layer for Linux that interprets the
Windows API and DLLs into native Linux commands. This allows for programs made
for Windows to be run in Linux!
In order to run Office 2007, Wine 1.1.9 (or newer) is required. It is currently in a
development release. If you don’t have it installed already (this is very likely), go
ahead and type the following commands, which will set it up for you:

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 cabextract

NOTE: On non-Debian based systems, this will not work. Please refer to this site for
installation instructions.

You should now have an installation of Wine 1.1.9 installed on your system. To
confirm the version of Wine installed, type the following:

wine --version

Install winetricks:

Winetricks is a small SH script which will go on the internet and automatically fetch
and install Microsoft DLLs and Libraries into Wine with almost no hassle at all! To
download it directly, type the following commands:

wget http://www.kegel.com/wine/winetricks

chmod +x ./winetricks
Utilize winetricks:

This will setup all necessary libraries and DLLs that Office 2007 will need to run
properly:

./winetricks gdiplus riched20 riched30 msxml3 msxml4 msxml6 corefonts


tahoma vb6run vcrun6 msi2

Please be patient while the downloads complete. This script is working hard and is
saving hours of your time.

Insert Office 2007 Disk and Run Setup!

Now that we have all of the DLLs necessary to run the Installer, let us do so!

wine pathToCD/setup.exe

From here on out, you should be good to go! The installer should run and install
everything just as if it was a Windows system!

If you have any problems, ask, and we’ll try to help you out as much as possible!

UPDATE: Lost your CD? Download the installer for free!

If you like this article, then subscribe to our feeds for FREE to get more
interesting and original technology updates. Click here to get FREE updates in your
email

You might also like