Want to get Microsoft Word working on your Linux laptop computer or desktop to be used at work or faculty? Uncertain about how to set it up? Observe alongside as we exhibit how to run Microsoft Word on Linux!

Technique 1 – Unofficial-webapp-office

2Q==

For these wanting to get going with Microsoft Word on Linux, one of the simplest ways to go is with the “unofficial-webapp-office” package deal. It’s a simple web-wrapper that delivers the net variations of Microsoft Workplace to Linux customers.

At present, Word is on Linux with the assistance of Snap packages, which is supported by about 75% of Linux working programs. In consequence, getting Microsoft’s well-known wordprocessor working is easy.

To begin the set up of Word on your Linux PC, open up a terminal window on the desktop by urgent Ctrl + Alt + T or Ctrl + Shift + T on the keyboard. Then, comply with both the Snap or Flatpak directions outlined under.

Snap set up directions

The Snap package deal set up for Word begins by enabling the Snapd runtime. To allow this runtime, use your Linux PC’s package deal administration instrument and set up the “snapd” package deal from the software program repositories, and allow snapd.socket it with the systemd init system. Alternatively, comply with our in-depth information on how to arrange Snapd on your Linux PC.

When the Snapd runtime is enabled on your Linux PC, Snap packages are prepared to use. From right here, you’ll have the opportunity to set up Word with the next snap set up command under.

sudo snap set up unofficial-webapp-office

With the “Unofficial-webapp-office” utility put in onto your Linux PC through Snap package deal, transfer on to the following part to learn the way to use Word on Linux.

Utilizing Word

Observe the step-by-step directions under to get entry to Microsoft Word.

Step 1: Open up the app menu on your Linux desktop by urgent Win on the keyboard. Alternatively, click on on the launcher menu button on the panel with the mouse.

Step 2: Within the app menu, sort in “Word” within the search field to run a seek for the Microsoft Word shortcut. Or, discover the “Office” part, and click on on the “Word” icon.

Step 3: When Word launches on the Linux desktop, you’ll not be offered with the wordprocessor UI. As a substitute, you will notice a Microsoft “Sign in” web page.

Use the UI and log in to your Microsoft account. In case you wouldn’t have an MS account, click on the “Create One” button.

Step 4: Upon logging in to the app, you will notice the Microsoft Word UI. From right here, click on the “New blank document” button to begin writing.

Technique 2 – Nativefier

Whereas the Snap methodology for Microsoft Word is easy, not everybody can run Snap packages. Fortunately, it’s doable to create your individual Linux Microsoft Word app with the Nativefier instrument.

To begin the set up, open up a terminal window and get the newest NodeJS working on your Linux laptop.

Ubuntu

sudo apt set up npm

Debian

su -
apt-get set up curl
curl -sL  | bash -
apt-get set up -y nodejs

Arch Linux

sudo pacman -S npm

Fedora

sudo dnf set up npm

OpenSUSE

sudo zypper set up npm

With Nativefier put in, comply with the step-by-step directions to get Microsoft Word working on your Linux PC.

Step 1:  Utilizing the npm command, arrange the newest Nativefier. It’s required to construct Microsoft Word on Linux.

sudo npm -g set up nativefier

Step 2: Use the wget instrument to obtain the Microsoft Word icon.

wget  -O icon.png

Step 3: Run the nativefier command to construct the Microsoft Word app.

nativefier -p linux -a x64 -i icon.png --disable-context-menu --disable-dev-tools --single-instance --internal-urls ".*" 

Step 4: Rename the output folder from “Signintoyouraccount” to “microsoft-word.”

mv ~/Signintoyouraccount-linux-x64/ ~/microsoft-word/

Step 5: Rename the generated MS Word binary from “Signintoyouraccount” to “word.”

cd ~/microsoft-word

mv Signintoyouraccount phrase

Step 6: Place the recordsdata within the /choose listing, and replace the permissions of the folder.

sudo mv ~/microsoft-word/ /choose/

sudo chmod 777 -R /choose/microsoft-word/

Step 7: Copy the icon.png file into /choose/microsoft-word/.

cp ~/icon.png /choose/microsoft-word/

Step 8: Create microsoft-word.desktop with the contact command.

contact ~/microsoft-word.desktop

Step 9: From right here, it’s essential to open up the microsoft-word.desktop file within the Nano textual content editor. Utilizing the command under, open up the file for enhancing.

nano -w ~/microsoft-word.desktop

Step 10: Paste the next code under into the Nano textual content editor. This code will arrange a model new Microsoft Word icon you should use to launch the app from the /choose/microsoft-word/ folder on your Linux PC.

[Desktop Entry]
Remark[en_US]= Entry Microsoft Word on Linux.
Exec=/choose/microsoft-word/phrase
GenericName=Microsoft Word
Title=Microsoft Word
Icon=/choose/microsoft-word/icon.png
Classes=Workplace
Kind=Utility

Step 11: Replace the file permissions of microsoft-word.desktop, in order that it’s executable. Altering permissions for this file is crucial, or it is not going to present up in your app menu.

sudo chmod +x ~/microsoft-word.desktop

Step 12: Place the shortcut file in /usr/share/purposes/ utilizing the mv command.

sudo mv microsoft-word.desktop /usr/share/purposes/

As soon as the Microsoft Word shortcut file is positioned within the /usr/share/purposes/ listing, it is possible for you to to launch Microsoft Word from the “Office” part of your app menu on the Linux desktop.



Source link

Share.
Leave A Reply

Exit mobile version