Want to install and use Microsoft Office 2010 Suite in Ubuntu 13.04 Raring Ringtail? Well, this brief tutorial is going to show you how to do it. With the help of Wine software, you can install and use M$ Office Suite easily in Ubuntu.

Wine is a free open source software that allows you to run applications designed for Windows on Unix-like operating systems, including Ubuntu. Wine is a better product now. It seems like with every updates, Wine is getting a lot better at handling Windows software on Linux systems.

Now, why would you want Microsoft Office Suite in Ubuntu when you have LibreOfice Suite?

The answer is simple: Because Microsoft Office Suite handles some documents better. LibreOffice is great product, don’t get me wrong. But if you need to work with critical documents designed using M$ Office, then you should use M$ Office to edit it without losing some formats.

What’s about Outlook? If you need Outlook in Ubuntu, then you will definitely need Office Suite. This brief tutorial is going to show you how to install it in Ubuntu 13.04 and previous versions.

To get started with installing MS Office in Ubuntu, download the latest version of Wine. To do that, press Ctrl – Alt – T on your keyboard to open the terminal. When it opens, run the commands below to add its PPA.

sudo add-apt-repository ppa:ubuntu-wine/ppa

 

Next, run the commands below to update your system and install Wine

sudo apt-get update && sudo apt-get install wine1.5

 

After installing Wine, run the commands below to configure it so that MS Office could be installed.

winecfg

 

Next, select the Libraries tab, then scroll down and select ‘Riched20’ library from the list and add it. When done, click ‘OK’

 

office_2010_ubuntu

 

Next, run the commands below to configure windows environment for 32-bit version of Office. Wine handles 32-bit version of M$ Office properly than the 64-bit. I hope you’re installing the 32-bit version of Office here.

export WINEPREFIX=$HOME/wine32

 

office_2010_ubuntu_1

 

Next, run the commands below to enable for settings for Wine.

export WINEARCH=win32

 

office_2010_ubuntu_2

 

Finally, insert your Office CD or DVD into your computer and right-click on Setup.exe and open with Wine.

 

office_2010_ubuntu_3

 

With the installer opens, click ‘Install Now’ to begin the installation.

 

office_2010_ubuntu_4

 

When you’re done, restart your computer and open Ubuntu Dash. Search for Microsoft Office to use the suite.

 

office_2010_ubuntu_5

 

That’s it! Enjoy!

Frequently Asked Questions

How to install Microsoft Office 2010 in Ubuntu 13.04 using Wine?

To install Microsoft Office 2010 in Ubuntu 13.04, you can use Wine software, which allows running Windows applications on Unix-like systems like Ubuntu. Follow a simple tutorial to set it up.

What is Wine and how does it help in running Windows applications on Ubuntu?

Wine is a free open-source software that enables running Windows applications on Linux systems like Ubuntu. It provides compatibility layers to bridge the gap between Windows and Unix-like operating systems.

Why would someone prefer Microsoft Office Suite over LibreOffice in Ubuntu?

Microsoft Office Suite may be preferred over LibreOffice in Ubuntu for better handling of specific document formats. When working with critical documents originally created in MS Office, using the same suite ensures format integrity.

Is it necessary to install Microsoft Office Suite in Ubuntu for Outlook?

If you require Outlook functionality in Ubuntu, installing Microsoft Office Suite becomes necessary. Outlook, being a part of the Office Suite, needs to be installed alongside other Office applications.

What is the process to add the 'Riched20' library when configuring Wine for MS Office installation?

During Wine configuration for MS Office installation, you can add the 'Riched20' library by accessing the Libraries tab, scrolling down, selecting 'Riched20' from the list, and adding it. This library is essential for proper functioning of MS Office applications.

How can one update the system and install Wine in Ubuntu for Microsoft Office installation?

To update the system and install Wine in Ubuntu for Microsoft Office installation, run the commands 'sudo apt-get update' and 'sudo apt-get install wine1.5' in the terminal after adding the Wine PPA repository.

What are the benefits of using Wine for running Windows software on Linux systems?

Using Wine to run Windows software on Linux systems like Ubuntu offers the advantage of compatibility, allowing users to access Windows applications without the need for a separate Windows installation. It provides a seamless integration of Windows programs on Unix-like operating systems.

Can Wine handle updates and improvements effectively for running Windows software on Linux systems?

Wine continuously improves its compatibility with Windows software on Linux systems through updates. With each update, Wine enhances its ability to handle Windows applications, making it a reliable choice for running Windows software on platforms like Ubuntu.