You probably already have LibreOffice Office Suite installed in Ubuntu and you’re happy with it. Well, more power unto you. This brief tutorial is going to show those of you who need Microsoft Office 2010 installed in Ubuntu 12.04 (Precise Pangolin). Even though LibreOffice is a great productivity suite, in some situations, M$ Office will be required in order to get your work done. If you need to edit or collaborate on MS Office documents, use Outlook with Exchange without missing some features, or install and use OneNote, you’ll definitely need Microsoft Office. Using Wine, you can install and use Microsoft Office Suite in Linux systems, including Ubuntu. It’s not perfect, but good and can get the job done.
So, without wasting anymore of your time, lets’ get going.
Objectives:
- Install Microsoft Office in Ubuntu 12.04 (Precise Pangolin)
- Enjoy!
To get started, press Ctrl – Alt – T on your keyboard to open Terminal. When it opens, run the commands below to add Wine PPA.
sudo add-apt-repository ppa:ubuntu-wine/ppa
Next, run the commands below to update your system and install the latest version of Wine
sudo apt-get update && sudo apt-get install wine1.5
After that, go to Dash and launch Winetricks.
When Winetricks opens, choose ‘Select the default wineprefix’ and click ‘OK’
Then choose ‘Install a Windows DDL or component’ and click ‘OK’
Next, select both ‘dotnet20’ and ‘msxml6’ from this screen to install.
After installing those two components, go back to Winetricks and choose to install a font.
Next, choose to install corefonts
After installing, the corefonts, go back to Winetricks and choose ‘Run winecfg’
Then select ‘Libraries’ tab and make sure these DLLs are added. The select each DDL and click ‘Edit’ and change the overrides for each DDL to ‘Native’ (Windows)
After that, close out of Winetricks insert your Office CD/DVD or ISO and double click ‘setup.exe’.
Next, click ‘Install Now’ . After installing, remove the CD/DVD and begin using Office.
To launch Microsoft Excel, press Ctrl – Alt – T to open Terminal. Then run the line below
wine "C:/Program Files/Microsoft Office/Office14/excel.exe"
To launch Microsoft Word, run the line below
wine "C:/Program Files/Microsoft Office/Office14/winword.exe"
PowerPoint, copy and paste the line below
wine "C:/Program Files/Microsoft Office/Office14/powerpnt.exe"
Enjoy!
Frequently Asked Questions
How to install Microsoft Office Suite 2010 in Ubuntu 12.04 using Wine 1.5?
To install Microsoft Office Suite 2010 in Ubuntu 12.04 using Wine 1.5, you need to add the Wine PPA, update your system, install Wine 1.5, and use Winetricks to install necessary components like dotnet20, msxml6, and corefonts.
Can I use Microsoft Office in Ubuntu 12.04 without Wine?
No, to use Microsoft Office in Ubuntu 12.04, you need to utilize Wine to enable running Windows applications on Linux systems.
What are the steps to install Wine on Ubuntu 12.04 for Microsoft Office?
To install Wine on Ubuntu 12.04 for Microsoft Office, add the Wine PPA, update the system, and install Wine 1.5 using the terminal commands provided in the article.
Is it possible to run OneNote in Ubuntu 12.04?
Yes, you can run OneNote in Ubuntu 12.04 by installing Microsoft Office 2010 using Wine and ensuring you have the necessary components installed through Winetricks.
How do I open Winetricks in Ubuntu 12.04?
To open Winetricks in Ubuntu 12.04, go to Dash and search for Winetricks, then select it to launch the application for managing Windows components on Linux.
Which Windows components are required to install for Microsoft Office in Ubuntu using Wine?
For installing Microsoft Office in Ubuntu using Wine, you need to install components like dotnet20, msxml6, and corefonts using Winetricks to ensure proper functionality.
Can I edit MS Office documents in Ubuntu with Wine?
Yes, you can edit MS Office documents in Ubuntu by installing Microsoft Office through Wine, which allows you to run Windows applications seamlessly on a Linux system.
What are the benefits of using Microsoft Office in Ubuntu 12.04?
Using Microsoft Office in Ubuntu 12.04 enables you to access features not available in LibreOffice, such as seamless collaboration, Outlook with Exchange integration, and the use of applications like OneNote.