- ArchPKGs
- ms-office-online-nativefier Install (Update/Uninstall) Guide on Arch Linux (Manjaro/Garuda)
- Table of Contents
- Install ms-office-online-nativefier link
- Install with Pacman (Package Manager) link
- Install with Yay (Beginner Friendly) link
- Update ms-office-online-nativefier link
- Update with Pacman (Package Manager) link
- Update with Yay (Beginner Friendly) link
- Uninstall ms-office-online-nativefier link
- Remove with Pacman (Package Manager) link
- Remove with Yay (Beginner Friendly) link
- More Guides
- A Step-by-Step Tutorial on tika-server-bin Installation on Arch Linux, Manjaro and EndeavourOS
- How to Install (Update, Uninstall) opennlp-bin on Arch Linux (Manjaro, Anarchy)
- Installing xorg-xvidtune with CLI on Arch Linux (Manjaro, ArcoLinux)
- How to Install launchpad-integration-gtk3 in Single Line of Command on Arch Linux/Manjaro/ArcoLinux
- Beginner’s Guide on perl-messaging-message Installation on Arch Linux/Manjaro/RebornOS
- Guide on Install, Update and Remove variant-bin on Arch Linux, Manjaro and ArcoLinux
- Software Center
- O20.Word
- ArchPKGs
- Installing ms-office-electron-bin (Complete Instructions) on Arch-Based Linux (Manjaro, EndeavourOS)
- Table of Contents
- Installation link
- Install with pacman link
- Install with yay link
- Updating link
- Update with pacman link
- Update with yay link
- Uninstallation link
- Uninstall with pacman link
- Uninstall with yay link
- More Guides
- vim-wiki-ft-git Install/Update/Remove Guide on Arch Linux/Manjaro/RebornOS
- How to Install nodejs-local-npm in One Command on Arch Linux, Manjaro and BlackArch
- Beginner’s Guide on Installing passt-git on Arch Linux, Manjaro and Artix
- Beginner’s Tutorial on Installing kinit on Arch Linux/Manjaro/Artix
- The Simplest Guide on Installing perl-string-bufferstack on Arch Linux/Manjaro/ArcoLinux
- How to Install insync-thunar with Command Line on Arch Linux/Manjaro/Artix
ArchPKGs
ms-office-online-nativefier Install (Update/Uninstall) Guide on Arch Linux (Manjaro/Garuda)
ms-office-online-nativefier is «Microsoft Office Online is an Office suite that is offered as a free web application and is part of the Microsoft Office family.» based on its own gist. To install ms-office-online-nativefier from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS and Anarchy is quite simple. This guide will show you step-by-step how to install/update/remove the package with either the built-in package manager pacman or an AUR helper (e.g. yay ).
Table of Contents
Install ms-office-online-nativefier link
There are two common ways to install ms-office-online-nativefier from AUR. pacman is what you’re looking for if you’re familiar with command-line interface and have the knowledge of how packages are built. If not, yay is a convenient alternative to install packages without the need to review PKGBUILD and build packages with makepkg by yourself.
Install with Pacman (Package Manager) link
sudo pacman -S --needed git && git clone https://aur.archlinux.org/ms-office-online-nativefier.git && cd ms-office-online-nativefier && makepkg -si
- Install git if it’s not installed before.
- clone the package’s git repository from source.
- cd into the directory.
- Build the package with makepkg . Also, it will automatically be installed with pacman if built successfully.
Install with Yay (Beginner Friendly) link
yay -S ms-office-online-nativefier
Update ms-office-online-nativefier link
Just like installing AUR packages, updating them is pretty much the same. Simply pull it from source then re-build it. Yet, it is still recommended to upgrade your whole system first with sudo pacman -Syu before updating any packages to avoid breaking your system, since Arch is a rolling-release Linux distribution.
Update with Pacman (Package Manager) link
git pull && makepkg -si
- pull from the package’s git repository.
- Use makepkg to build the package, then update it with pacman .
Update with Yay (Beginner Friendly) link
Uninstall ms-office-online-nativefier link
Compared to installing and updating packages, uninstalling is the simplest of these three,just choose whether to keep the dependencies that no longer required by other packages and the configuration files generated by the package.
Remove with Pacman (Package Manager) link
sudo pacman -R ms-office-online-nativefier
sudo pacman -Rs ms-office-online-nativefier
sudo pacman -Rns ms-office-online-nativefier
Remove with Yay (Beginner Friendly) link
yay -R ms-office-online-nativefier
yay -Rs ms-office-online-nativefier
yay -Rns ms-office-online-nativefier
For more details about how to install AUR packages or how to get yay , please refer to Two Ways to Install Packages from AUR.
More Guides
A Step-by-Step Tutorial on tika-server-bin Installation on Arch Linux, Manjaro and EndeavourOS
tika-server-bin is «Apache Tika server — detect and extract metadata and text from over a thousand file types» referring to its own definition. To install and update tika-server-bin from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS and Artix is pretty uncomplicated. This tutorial will be covering how to install, update and remove the package with either the built-in package manager pacman or an AUR helper (e.g. yay).
How to Install (Update, Uninstall) opennlp-bin on Arch Linux (Manjaro, Anarchy)
«Machine learning-based toolkit for processing natural language text (bin)» is their description of opennlp-bin. To install and update this package (opennlp-bin) from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Artix, Parabola, BlackArch and ArcoLinux is fairly simple. This guide will taught you how to install, update and uninstall the package with either the built-in package manager pacman or an AUR helper like yay.
Installing xorg-xvidtune with CLI on Arch Linux (Manjaro, ArcoLinux)
xorg-xvidtune is «Video mode tuner for Xorg» quoting from its gist. To get this package (xorg-xvidtune) from Arch official repository (Extra) on Arch Linux, Manjaro, EndeavourOS, ArcoLinux and BlackArch is rather simple. This guide will taught you how to install/update/uninstall the package with either the built-in package manager pacman or an AUR helper like yay.
How to Install launchpad-integration-gtk3 in Single Line of Command on Arch Linux/Manjaro/ArcoLinux
launchpad-integration-gtk3 is «A library to integrate launchpad urls into the menus» according to its own description. To get this package (launchpad-integration-gtk3) from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Anarchy and ArcoLinux is rather uncomplicated. This guide will be covering how to install/update/remove the package with either the built-in package manager pacman or an AUR helper like yay.
Beginner’s Guide on perl-messaging-message Installation on Arch Linux/Manjaro/RebornOS
perl-messaging-message is «Set of Perl modules useful to deal with messages» based on its profile. To install perl-messaging-message from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, BlackArch, RebornOS and ArcoLinux is rather easy. This tutorial will be covering how to install/update/uninstall the package with either the built-in package manager pacman or an AUR helper (e.g. yay).
Guide on Install, Update and Remove variant-bin on Arch Linux, Manjaro and ArcoLinux
Quoting from variant-bin’s profile, it is «Turn your bash scripts into a modern, single-executable CLI app today». To install or uninstall variant-bin from AUR (Arch User Repository) on Arch Linux and Arch-based distributions (e.g. Manjaro, EndeavourOS, BlackArch, Anarchy) is quite straightforward. This guide will be covering how to install, update and uninstall the package with either the default package manager pacman or an AUR helper (e.g. yay).
More guides… copyright 2023 ArchPKGs. All Rights Reserved.
Software Center
O20.Word
Description O20 is the fast and streamlined office suite for Linux, built on Qt5 and KDE, and designed to be familiar to O365 users and yet better. With O20, you can create and edit all your documents, never having to worry about losing them because of the O20 «AutoSave» feature. Now here with O20.Word on Flathub, you can experience O365 and MS Word on your Linux desktop, complete with ODT and XHTML support, AutoSave, O20 Assistant, Syntax Highlighting for developers, and Styles, while being accessible on all Linux distros with Snapcraft and Flatpak support. O20.Word only has the things you need, and is perfect for drafting a novel, writing a simple essay, editing code, and reading documents with minimal formatting.
add Licenses: GPL-2.0+
Repository: flathub
Version: 20.1.3
Download Size: 10.8 MB
https://abstractsoftware.gitlab.io
Installing:
flatpak install io.gitlab.o20.word
Removing:
flatpak remove io.gitlab.o20.word
ArchPKGs
Installing ms-office-electron-bin (Complete Instructions) on Arch-Based Linux (Manjaro, EndeavourOS)
«An Unofficial Microsoft Office Online Desktop Client. Free of Cost.» is their gist of ms-office-electron-bin . To get this package ( ms-office-electron-bin ) from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS and Garuda is comparatively uncomplicated. This tutorial will cover how to install, update and uninstall the package with either the built-in package manager pacman or an AUR helper (e.g. yay ).
Table of Contents
Installation link
There are usually two approaches to install ms-office-electron-bin from AUR. pacman is the choice for you if you’re an experienced Linux user and know the concept of how packages are built. If not, yay is a popular alternative to install packages without the need to review PKGBUILD and build packages with makepkg yourself.
Install with pacman link
sudo pacman -S --needed git && git clone https://aur.archlinux.org/ms-office-electron-bin.git && cd ms-office-electron-bin && makepkg -si
- Install git if required (not installed before).
- clone the package’s git repository from AUR.
- cd into the directory that we just cloned.
- Build the package with makepkg , then install it with pacman .
Install with yay link
yay -S ms-office-electron-bin
Updating link
Updating AUR packages is pretty much the same as installing them. All you have to do is pull it from upstream then re-build it. Even so, it is still recommended to upgrade your whole system first with sudo pacman -Syu before updating any packages to avoid dependency issues, since Arch is a rolling-release Linux distribution.
Update with pacman link
git pull && makepkg -si
- pull from the package’s git repository.
- Use makepkg to build the package, then update it with pacman .
Update with yay link
Uninstallation link
Compared to installing and updating packages, removing is the most uncomplicated of these three,just choose whether to remove the unused dependencies and the configuration files used by the package.
Uninstall with pacman link
sudo pacman -R ms-office-electron-bin
sudo pacman -Rs ms-office-electron-bin
sudo pacman -Rns ms-office-electron-bin
Uninstall with yay link
yay -R ms-office-electron-bin
yay -Rs ms-office-electron-bin
yay -Rns ms-office-electron-bin
Learn more information about AUR packages installation or how to get yay , please refer to Two Ways to Install Packages from AUR published on NoCache.
More Guides
vim-wiki-ft-git Install/Update/Remove Guide on Arch Linux/Manjaro/RebornOS
Quoting from vim-wiki-ft-git’s definition, it is «Simple Vim filetype plugin for Wiki files». To install vim-wiki-ft-git from AUR (Arch User Repository) on Arch Linux and Arch-based distributions (e.g. Manjaro, EndeavourOS, Garuda, RebornOS, ArcoLinux) is pretty straightforward. This tutorial will cover how to install, update and uninstall the package with either the default package manager pacman or an AUR helper like yay.
How to Install nodejs-local-npm in One Command on Arch Linux, Manjaro and BlackArch
Based on nodejs-local-npm’s own outline, it’s «Local and offline-first npm mirror.». To install nodejs-local-npm from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Anarchy and Parabola is pretty straightforward. This tutorial will show you step-by-step how to install, update and remove the package with either the built-in package manager pacman or an AUR helper (e.g. yay).
Beginner’s Guide on Installing passt-git on Arch Linux, Manjaro and Artix
passt-git is «Plug A Simple Socket Transport» according to its outline. To get this package (passt-git) from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distributions (e.g. Manjaro, EndeavourOS, Artix, BlackArch, Anarchy, ArcoLinux) is fairly straightforward. This guide will taught you how to install/update/uninstall the package with either the default package manager pacman or an AUR helper like yay.
Beginner’s Tutorial on Installing kinit on Arch Linux/Manjaro/Artix
«Process launcher to speed up launching KDE applications» is the developer’s profile of extra/kinit. To install or remove this package (extra/kinit) from Arch official repository (Extra) on Arch Linux and Arch-based Linux distros (e.g. Manjaro, EndeavourOS, Parabola, Garuda, ArcoLinux, BlackArch) is fairly uncomplicated. This tutorial will be covering how to install/update/remove the package with either the built-in package manager pacman or an AUR helper (e.g. yay).
The Simplest Guide on Installing perl-string-bufferstack on Arch Linux/Manjaro/ArcoLinux
According to perl-string-bufferstack’s profile, it’s «Perl module providing a framework for storing nested buffers». To install or uninstall perl-string-bufferstack from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, RebornOS and BlackArch is relatively straightforward. This guide will cover how to install, update and uninstall the package with either the default package manager pacman or an AUR helper (e.g. yay).
How to Install insync-thunar with Command Line on Arch Linux/Manjaro/Artix
Based on insync-thunar’s description, it is «Thunar integration for insync». To install this package (insync-thunar) from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Artix, Anarchy, RebornOS and Garuda is comparatively simple. This guide will taught you how to install, update and uninstall the package with either the default package manager pacman or an AUR helper like yay.
More guides… copyright 2023 ArchPKGs. All Rights Reserved.