

- #Command prompt for microsoft office 2018 install#
- #Command prompt for microsoft office 2018 update#
- #Command prompt for microsoft office 2018 manual#
- #Command prompt for microsoft office 2018 pro#
- #Command prompt for microsoft office 2018 license#
Wine 4.15 requires the POL 4.3.4 update from the official POL repositories to be installed. The caveat is that there will be some issues with images, but should work fine 97~% of the time. To consider: Wine x86 version 4.15 is more stable than 3.4 (below), or 3.14 (GlasierXplor's post on POL Forum).
#Command prompt for microsoft office 2018 manual#
It is uncertain whether installing these made any difference so you could try the manual installation steps below first and then come back to this step if you encounter errors.

I received various errors relating to winetricks and mono from the scripts I tried previously so I had already installed these by the time I tried the manual installation.
#Command prompt for microsoft office 2018 pro#
Office 2016 Pro Plus link is the first one on that page.

#Command prompt for microsoft office 2018 license#
If the license is tied to your MS account, then use your account dashboard.I assume you have downloaded the Office 2016 Pro Plus version in the rest of this answer. You can download it from MS using one of the below options. Optional: download the Office 2016 installation file if you don't already have it or have a CD. sudo wget -O /etc/apt//playonlinux.list.Here are the Ubuntu 18.04 (Bionic) instructions: This is because at one point POL gave an error indicating an update is needed and this error disappeared once I upgraded to POL v4.3.4. Optional: Update POL to the latest version. Winbindd -V #Confirms that winbind is installed Smbclient -V #Confirms that smbclient is installed
#Command prompt for microsoft office 2018 install#
Sudo apt-get install wine-stable:i386 smbclient winbind Note: DO NOT use -no-install-recommends to install wine-stable, as it will cause the Office installation to always crash due to some missing dependencies (didn't manage to pinpoint which packages). On top of wine:i386, you will need smbclient and winbind for Office to start. If you try to apt-get install wine:i386, it will fail because it is tied to 2 packages. Parts of these instructions are based on GlasierXplor's POL forum post as well as other answers here.ĭependency installation: According to POL's website, wine:i386 needs to be installed. The below manual process essentially replicates those scripts and the advantage of this manual process is that you can see exactly where your specific setup might be encountering problems. I tried the default script that comes with POL as well as some of the other scripts provided here but they became stuck (eg Office installation does not finish) or crashed at various points (eg "file not found" error). All the apps except OneNote opens, though I have only really used Word and Excel so I can't speak for the functionality of the other apps.įirstly, try the default POL script and/or some of the other scripts here to check if they work because that would save you a lot of time and headache. I will provide directions that worked for me for a manual (non-script) installation of Microsoft Office 2016 Professional Plus on Ubuntu 18.04 using PlayOnLinux (POL) v4.3.4 and Wine x86 v3.4.
