Can I install Microsoft Office? If so, how?

I want to know how to install Microsoft Office (specifically, Microsoft Office 2010) in Ubuntu?

I am a die hard fan of MS Office and I want to know if there is a way I can use it in Ubuntu.


Try PlayOnLinux.

Note that the first few images are from myself, and the rest are from here since I don't have a MS Office 2010 CD.

The following tutorial also works in Ubuntu 12.10.

Download PlayOnLinux using the commands:

wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O     
/etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux

enter image description here

Click Install.

enter image description here

Search for the Microsoft Office version you want to install (in our case, it's MS Office 2010).

enter image description here

Click Install.

enter image description here

Click Next.

enter image description here

Choose Other. I'll assume that you have your MS Office 2010 CD.

enter image description here

Insert your CD and type /media/cdrom in the blank space. Replace cdrom with the name of the CD. Then click next and MS Office 2010 will be installed!

Although you can install MS Office, I recommend using LibreOffice (which is installed by default). It's a free Office Suite that is compatible with all your office files.


Wine is a Windows application compatibility layer that allows you to run some Windows applications in Linux.

According to Wine AppDB for MS Office 2010, MS Office 2010 (32-bit) is given a Platinum rating, ie; it installs and runs flawlessly on an out-of-the-box Wine installation. Wine Version 1.5.13 or better is required for greater compatibility.

I have had much success getting office 2007 working, but nothing past that. I'd recommend taking a look into learning more about LibreOffice.


You may try using Wine (see Software Center) for Windows applications. Not sure if Office 2010 will work. Although Office 2003 works fine for me.