Instructions for installing Microsoft Office 2007 in Ubuntu 9.04

In the field of handling office work, Microsoft Office has almost no competitors with many outstanding features, the ability to handle smart and convenient jobs. However, for people using open source operating systems like Ubuntu, using Microsoft Office suite is indeed a problem. The following article will guide you to install Office 2007 step by step on Ubuntu 9.04 platform

1. Remove Wine application:

- Microsoft Office 2007 is not compatible with Wine versions before 1.1.14, so it should be removed if not appropriate:

- At the Terminal window, type the command:

sudo apt-get remove wine

- Remove all hidden folders and files created by Wine:

rm -rf ~ / .wine

2. Install Wine:

- Download Wine 1.1.14 here: http://wine.budgetdedicated.com/archive/index.html

- Install package * .deb as usual.

- You will receive the message ' An older version is available in the software channel .'

Instructions for installing Microsoft Office 2007 in Ubuntu 9.04 Picture 1

- Click Close to skip and continue the installation, select Install Package :

Instructions for installing Microsoft Office 2007 in Ubuntu 9.04 Picture 2

- Enter the user's password to complete the installation process

3. Install Microsoft Office 2007:

- Insert the Microsoft Office 2007 installation disc into the CD / DVD drive, find the file setup.exe

- Right-click and select Open with other applications , then choose Wine Windows Program Loader , and continue as if you installed a normal application in a Microsoft Windows environment.

- Enter the registration serial number, select Accept the User Agreement , click Install Now button to start the installation:

Instructions for installing Microsoft Office 2007 in Ubuntu 9.04 Picture 3

- Choose the necessary components according to your intended use:

Instructions for installing Microsoft Office 2007 in Ubuntu 9.04 Picture 4

Instructions for installing Microsoft Office 2007 in Ubuntu 9.04 Picture 5

Instructions for installing Microsoft Office 2007 in Ubuntu 9.04 Picture 6

- Complete the installation of Microsoft Office 2007, followed by Winetricks processing

4. Install Winetricks:

- At the Terminal command window, type the command:

sudo wget www.kegel.com/wine/winetricks

- Once completed, continue the following command:

sudo apt-get install cabextract

sh winetricks corefonts tahoma vcrun2005sp1 wsh56js

- Select Yes to continue installing Visual C ++

Instructions for installing Microsoft Office 2007 in Ubuntu 9.04 Picture 7

- Continue to select Yes to start Windows Script 5.6 installation:

Instructions for installing Microsoft Office 2007 in Ubuntu 9.04 Picture 8

5. Wine setting:

- Type the following command in the Terminal window:

winecfg

- Switch to the Libraries tab:

Instructions for installing Microsoft Office 2007 in Ubuntu 9.04 Picture 9

- In New override for libraries box , enter the value riched20 and click the Add button

- After selecting Next Edit , continue to select ' Native (Windows) ' and OK

Instructions for installing Microsoft Office 2007 in Ubuntu 9.04 Picture 10

- Enter the value of usp10 in the New override for libraries box , then click OK to finish setting up the parameters for Wine. Now you can freely use Microsoft Office 2007 in Ubuntu.

4 ★ | 2 Vote

May be interested

  • Control Linux system with fstabPhoto of Control Linux system with fstab
    in this article, i will show you how to use fstab to control your linux system.
  • Instructions for installing Windows Fonts on UbuntuPhoto of Instructions for installing Windows Fonts on Ubuntu
    this is one of the basic steps when setting up, installing and using the ubuntu operating system. one of the most popular and most commonly used font sets is the microsoft standard suite, for example times new roman, arial, verdana ... but not available in ubuntu.
  • 4 quick access to a Terminal in LinuxPhoto of 4 quick access to a Terminal in Linux
    you really need a terminal that is always available in linux? here are 4 different ways to quickly access a terminal.
  • Install and configure Apache in UbuntuPhoto of Install and configure Apache in Ubuntu
    in the following article, we will show you some basic steps to install and set up a web server system using apache on the ubuntu platform. in fact, this step is quite simple and easy, just use synaptic package manager, ubuntu software center to search and install apache2 module package.
  • Installing Ubuntu in VirtualBox does not need DVD or USBPhoto of Installing Ubuntu in VirtualBox does not need DVD or USB
    in the previous tutorial, we presented some basic steps to install ubuntu in windows operating system with the option of dual boot using wubi. and this time, we will focus on using ubuntu as a virtual machine in virtualbox. the advantage of this process is that virtualbox does not require any boot components, besides that virtualbox and ubuntu are completely free.
  • Instructions for managing programs in Ubuntu via the command linePhoto of Instructions for managing programs in Ubuntu via the command line
    as we all know, ubuntu has a lot of tools to support graphic delivery to install software and applications inside the system, but users have to search. however, for those who love and have spent a lot of time using this open source operating system, the process of handling and manipulating the command line simply through the keyboard will be much faster and save time. .