Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Index GNU/Linux Discussion Installing MS Office in Arch Machine

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Home Packages Forums Wiki Bugs Security AUR Download

Index Rules Search Register Login

You are not logged in. Topics: Active | Unanswered

Index » GNU/Linux Discussion » Installing MS Office in Arch machine


Pages: 1 Topic closed

JTjohnston 2015-04-13 13:10:46 #1

Member I have a laptop (and desktop) running Arch (can get the specifics if necessary) and I want** to install a version of MS Office on the laptop. Office 365 is freely available to me (through work). I saw on other threads that Microsoft had hinted that a linux version of office
Registered: 2013-05-15 may be available in 2014... but I think that was just a joke on their part; I can find no information of an actual release. I also saw on the forums that Office 2010 seems to work reasonably well with wine; unfortunately I have no access (as far as I can tell) to a copy of
Posts: 5 Office 2010.

Is there any "nice" way to install MS Office (365?) on my arch machine? I have thought about a VM, but have never used/created one (and I assume I need a copy of windows to create such a thing). I appreciate any insights.

**I don't really "want" a copy of Office, but my employer has asked (told) me to install the copy.

Last edited by JTjohnston (2015-04-13 13:22:51)

Offline

runical 2015-04-13 13:25:04 #2

Member You have a few options:

1. Office 365 should be usable in a browser right? This should be the easiest option.
2. Install in a virtual machine. Virtualbox or Qemu are probably the easiest options there. Make sure you have some way of installing Windows, be it using a CD, ISO or something else. Note that Virtualbox can let the desktops integrate with each other, making it
look like any program running in the VM is on the same desktop.
3. Use Wine to run Office "natively". This is probably the hardest option, depending on your version of office. See [1].

From: The Netherlands I'd probably create a virtual machine, as it will allow for more Windows only applications. Just make sure you have a copy of Windows you can install.
Registered: 2012-03-03
Posts: 896 [1] https://wiki.archlinux.org/index.php/Mi … ffice_2007

Last edited by runical (2015-04-13 13:27:03)

For all your makepkg signature checking troubles

Offline

JTjohnston 2015-04-13 13:40:56 #3

Member I think the VM is probably the best option. I'll just have to do some research and figure out how to set it up. My "organization" has free access to Office 365, but when I log into the portal it says "You can only install office on a PC or Mac." I assume there is some local
Registered: 2013-05-15 plugin that requires that you use a PC or Mac?
Posts: 5

Offline

Head_on_a_Stick 2015-04-13 13:43:02 #4

Member For the VM option I would recommend using the Windows 10 "Technical Preview" as it is free (at the moment).
http://windows.microsoft.com/en-gb/windows/preview-iso

Just make sure you read the installation agreement -- it has an active key-logger feeding everything back to Redmond...

Arch Linux Help Guide • How to report bugs effectively


From: London
Registered: 2014-02-20
Posts: 4,917

Website

Offline

runical 2015-04-13 14:00:57 #5

Member
JTjohnston wrote:
I think the VM is probably the best option. I'll just have to do some research and figure out how to set it up. My "organization" has free access to Office 365, but when I log into the portal it says "You can only install office on a PC or Mac." I assume there is
some local plugin that requires that you use a PC or Mac?

I have no idea. I have never worked with office 365, but assumed that it was possible to use it in the browser since it was advertised as "use anywhere". It is entirely possible I misunderstood. But in this case, I would go with the VM for sure. However, I'd ask your IT
From: The Netherlands
department if they can fix you up with a Windows copy. I don't think that the company will be too thrilled if they knew you were using Windows 10-preview.
Registered: 2012-03-03
Posts: 896
For all your makepkg signature checking troubles

Offline

sajan 2015-04-13 14:27:55 #6

Member Is there a specific reason your employer is demanding you to use MS Office? Perhaps he isn't aware of Libreoffice's superb compaitibility? You can even set LO to save in MS Office formats by default.
From: USA
Registered: 2015-04-03
Posts: 13

Website

Offline

JTjohnston 2015-04-13 15:47:03 #7

Member My employer users PowerPoint and we have a lot of "collaborative" presentations. I've tried using Libreoffice (I already have that on my machine) but it renders the PowerPoint slides my employer creates poorly. We are in a small research lab, so we can purchase
Registered: 2013-05-15 software when needed, but prefer to avoid it whenever possible. I'm currently trying to install a very very minimal windows VM so that I can just use MS Office. I personally prefer LATEX/beamer for presentations (platform independent), but not everyone likes LATEX as
Posts: 5 much as I do (and good animations are usually hard if not impossible with beamer). I appreciate the help. Thanks for the comments.

Offline

runical 2015-04-13 15:53:09 #8

Member Well, if you really want to keep it native, you can try WPS office [1]. Its MS office compatibility is way better than that of Libre Office. Me and my sister have been using it as a MS Office replacement and as long as you keep the documents relatively simple, it is a really
good replacement (proprietary and in beta alpha on Linux, but still).

Just try multiple solutions and go with the best one.

[1] https://aur.archlinux.org/packages/wps-office/

From: The Netherlands Last edited by runical (2015-04-13 15:54:15)


Registered: 2012-03-03
Posts: 896
For all your makepkg signature checking troubles

Offline

jyotib652 2017-07-21 08:36:40 #9

Member Install MSOffice 2007 or MSOffice 2010 Successfully on Arch Linux through Wine
Registered: 2017-07-21
1) First install all the packages for Wine
Posts: 1
#sudo pacman -S wine winetricks wine_gecko wine-mono lib32-ncurses

2) Then install ttf-ms-fonts for microsoft fonts support

#sudo pacman -S ttf-ms-fonts

2) After that, Set up Wine Architecture and Wine Prefix as win32

#WINEARCH=win32 WINEPREFIX=~/wine32 winecfg

3) Then, install msxml3 for msoffice2007 and msxml3,msxml6 for msoffice 2010

#WINEPREFIX=~/wine32 winetricks msxml3

#WINEPREFIX=~/wine32 winetricks msxml6 (for msoffice2010)

4) Now, install samba package for winbind package as the lib32-libwbclient(winbind) package is discontinued in arch linux
#sudo pacman -S samba

5) Now, install the msoffice by running setup.exe file through wine.

#WINEPREFIX=~/wine32 wine /path/to/msoffice/folder/setup.exe

Example:

#WINEPREFIX=~/wine32 wine /home/fred_a/msoffice2010/MS\ Office\ 2010/MS\ Office\ 2010/setup.exe

Now, MSOffice is installed on your arch linux system.

Last edited by jyotib652 (2017-07-21 08:39:51)

Offline

WorMzy 2017-07-21 09:48:22 #10

Forum Moderator Thanks for sharing, however please note that this is an old topic and there is already a page with the same information on it on the Arch wiki.

Closing.

Sakura:-
Mobo: MSI X299 TOMAHAWK ARCTIC // Processor: Intel Core i7-7820X 3.6GHz // GFX: nVidia GeForce GTX 970 // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 5x 1TB HDD, 2x 120GB SSD, 1x 275GB M2 SSD
From: Scotland
Registered: 2010-06-16 Making lemonade from lemons since 2015.
Posts: 8,844

Website

Offline

Pages: 1 Topic closed

Index » GNU/Linux Discussion » Installing MS Office in Arch machine

Jump to Atom topic feed


GNU/Linux Discussion Go Powered by FluxBB

You might also like