To install Microsoft Office 2007 in Ubuntu needed some support so that the Office 2007 applications can work well, some of these applications are Wine 1.3, Winetrick, msttcorefonts-offline (to make the kind of font is clear and smooth) and some libraries are required. Here are step by step to install Microsoft Office 2007 in Ubuntu 11:10:
Install Wine 1.3
The first step is to install Wine (Windows emulator) version 1.3 through a PPA with the following command:
sudo add-apt-repository ppa: ubuntu-wine/ppa
sudo apt-get update & & sudo apt-get install wine1.3
sudo apt-get update & & sudo apt-get install wine1.3
Download and Install Microsoft Core Fonts Library
To complement the Microsoft Office 2007 font collection, download and install msttcorefont-offline as follows
wget http://imaginux.com/repos/pool/renzo/msttcorefonts-offline_1.0-0ubuntu1_all.deb
sudo dpkg -i msttcorefonts-offline_1.0-0ubuntu1_all.deb
sudo dpkg -i msttcorefonts-offline_1.0-0ubuntu1_all.deb
Install Windows DLL Component in Ubuntu
To ensure that Windows applications can run well, required libraries from Windows(DLL) through the following steps:
- Run the application Winetrick via the command:
To ensure that Windows applications can run well, required libraries from Windows(DLL) through the following steps:
- Run the application Winetrick via the command:
sudo winetrick
- Select Install a Windows DLL or Component
- Select the components to this: msxml3, dotnet20, gdiplus, riched20, riched30,and vcrun2005
After you do several things at the top, now is the time you install Office 2007 on Linux. Double click or open the `installer` Office 2007 [setup.exe] with wine, or dothe following command in a terminal:
After you do several things at the top, now is the time you install Office 2007 on Linux. Double click or open the `installer` Office 2007 [setup.exe] with wine, or dothe following command in a terminal:
$ wine /path/to/office2007installer/setup.exe
If the above steps have been executed without errors, you can run Microsoft Office 2007 already installed in Ubuntu by going to Applications> Wine> Programs>Microsoft Office> Microsoft Office Word 2007 to open the program.
Sources : http://blogsudoer.blogspot.com/2011/09/instal-microsoft-office-2007-di-ubuntu.html
Sources : http://blogsudoer.blogspot.com/2011/09/instal-microsoft-office-2007-di-ubuntu.html
0 comments:
Post a Comment