How to install Office on Linux using WinApps

Tutorial on how to install Office on Linux using WinApps: Linux has its own user base even if it’s not a lot, and if you are using it and have always wanted to run Windows applications on it, then recent apps on Github WinApps – holds a lot of promise. The software deploys in the same way that Microsoft Office and Adobe Apps applications are native, but keep in mind that it is still virtualized. Along with it, the software also supports IE, Explorer, Powershell, Visual Studio and Windows Full RDP.

In this article, the guideonline computer tips blog will show you how to install Office on Linux with WinApps so that you can install Office on Linux.

How to install Office on Linux using WinApps

Instructions on how to install Office on Linux using WinApps

How does WinApps work?

You will need to install Windows on a virtual machine in Linux and then install supported applications like Office, Adobe, etc. You will then have to configure the Windows user’s username and password and connect through RDP. There are a few more steps to go, and when it’s done, you’ll be able to access the apps instead of going through the native VM.

How to install Office on Linux

First, download WinApps from Github.com. After doing that, follow these steps:

1) Create a WinApps configuration file

This configuration file will hold the RDP username and password to connect to Windows running on the virtual machine. Here is the location followed by details in the config file:

Location:

~/.config/winapps/winapps.config

Configuration file:

RDP_USER=”MyWinUserName”
RDP_PASS=”MyWinPassword”
#RDP_DOMAIN=”MYDOMAIN”
#RDP_IP=”192.168.123.111″
#RDP_SCALE=100
#MULTIMON=”true”
#DEBUG=”true”

You can change these as required by the configuration setup you have on Linux.

2) Clone the WinApps git repo and install KVM and RDP

sudo apt-get install -y freerdp2-x11
git clone https://github.com/Fmstrat/winapps.git
cd winapps

3) Set up your Windows virtual machine

If you already have an RDP server or virtual machine, you can skip to part 4, but if you don’t have one, I recommend you take a look at all the commands you can use there.

4) Configure Windows VM

The next step involves merging the registry in the Windows VM so that applications can be opened. You will also have to rename the PC to RDPWindows if you are using KVM to allow WinApps to detect the local IP.

How to install Office on Linux using WinApps

Press the Windows key and type ABOUT in the search box. When the section is visible, click it to open the ABOUT section. You can also go to Windows 10 Settings (Win + I) and then navigate to System > About. Click the Rename this PC button to change the name.

In the System section, click Remote Desktop, then enable the Enable Remote Desktop option.

Finally, merge kvm/RDPApps.reg into the registry to enable RDP apps

5) Connect GNOME/KDE to your Windows virtual machine with shortcuts and file associations

Finally, check if FreeRDP can connect with the command:

bin/winapps check

There will be output from FreeRDP, followed by a prompt that you need to accept the certificate to add to the trusted source. Next, you will see a Windows Explorer window. This confirms that the connection has been made. Close and cancel FreeRDP . output

How to install Office on Linux using WinApps

6) Run the installer

Then the last step is to run the installer:

$ ./installer.sh –user
Removing any old configurations…
Installing…
Checking for installed apps in RDP machine (this may take a while)… Finished.
Configuring Excel… Finished.
Configuring PowerPoint… Finished.
Configuring Word… Finished.
Configuring Windows… Finished.
Installation complete.
Currently, the following apps are supported:
Adobe Acrobat Pro
Adobe After Effects
Adobe Audition
Adobe Bridge
Adobe Creative Cloud
Adobe Illustrator
Adobe InDesign
Adobe Lightroom
Adobe Photoshop
Adobe Premiere Pro
Command Prompt
Windows Explorer
Internet Explorer
Microsoft Access
Microsoft Excel
Microsoft Word
Microsoft OneNote
Microsoft Outlook
Microsoft PowerPoint
Microsoft Project
Microsoft Publisher
Microsoft
Powershell
Visual Studio
Windows OS.

Hopefully, the instructions on how to install Office on Linux with WinApps that the guideonline computer tips blog just shared will be useful to you. Good luck.

About firmwarecn

Check Also

How to fix module Disk power on failed error on VMWare

How to fix module Disk power on failed error on VMWare

How to fix the Disk power on failed module on VMWare: Some users have complained …