Skip to content

Office

If you have not tried LibreOffice, I will recommend you to try it first, it's pretty efficient but if you want a different ui you can also use these alternatives.

LibreOffice

This generally comes default with every linux.

sh
sudo pacman -S libreoffice
sudo pacman -S libreoffice
sh
sudo apt install libreoffice
sudo apt install libreoffice
sh
sudo dnf install libreoffice
sudo dnf install libreoffice
sh
sudo apt install libreoffice
sudo apt install libreoffice
sh
sudo xbps-install -S libreoffice
sudo xbps-install -S libreoffice

Free Office

Looks like Microsoft Office 2016.

sh
yay -S onlyoffice-desktopeditors
yay -S onlyoffice-desktopeditors
sh
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
sudo echo "deb http://download.onlyoffice.com/repo/debian squeeze main" | sudo tee /etc/apt/sources.list.d/onlyoffice.list
sudo apt update && sudo apt install onlyoffice-desktopeditors
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
sudo echo "deb http://download.onlyoffice.com/repo/debian squeeze main" | sudo tee /etc/apt/sources.list.d/onlyoffice.list
sudo apt update && sudo apt install onlyoffice-desktopeditors
sh
sudo dnf config-manager --add-repo https://download.onlyoffice.com/repo/centos/main/noarch/
sudo rpm --import http://download.onlyoffice.com/repo/onlyoffice.key
sudo dnf install onlyoffice-desktopeditors
sudo dnf config-manager --add-repo https://download.onlyoffice.com/repo/centos/main/noarch/
sudo rpm --import http://download.onlyoffice.com/repo/onlyoffice.key
sudo dnf install onlyoffice-desktopeditors
sh
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
sudo echo "deb http://download.onlyoffice.com/repo/ubuntu bionic main" | sudo tee /etc/apt/sources.list.d/onlyoffice.list
sudo apt update && sudo apt install onlyoffice-desktopeditors
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
sudo echo "deb http://download.onlyoffice.com/repo/ubuntu bionic main" | sudo tee /etc/apt/sources.list.d/onlyoffice.list
sudo apt update && sudo apt install onlyoffice-desktopeditors
sh
chmod +x OnlyOffice-x.x.x-x86_64.AppImage
./OnlyOffice-x.x.x-x86_64.AppImage
chmod +x OnlyOffice-x.x.x-x86_64.AppImage
./OnlyOffice-x.x.x-x86_64.AppImage

OnlyOffice

Looks like Microsoft Office 2013.

This is a beautiful office suite with lots of customization.

sh
sudo pacman -S onlyoffice-desktopeditors
sudo pacman -S onlyoffice-desktopeditors
sh
sudo apt install onlyoffice-desktopeditors
sudo apt install onlyoffice-desktopeditors
sh
sudo dnf install https://download.onlyoffice.com/repo/centos/main/noarch/onlyoffice-repo.noarch.rpm
sudo dnf install onlyoffice-desktopeditors
sudo dnf install https://download.onlyoffice.com/repo/centos/main/noarch/onlyoffice-repo.noarch.rpm
sudo dnf install onlyoffice-desktopeditors
sh
sudo apt install onlyoffice-desktopeditors
sudo apt install onlyoffice-desktopeditors
sh
sudo xbps-install -S onlyoffice-desktopeditors
sudo xbps-install -S onlyoffice-desktopeditors

WPS Office

WARNING

If you have a problem with Chinese apps or are privacy concerns skip over this.

sh
yay -S wps-office
yay -S wps-office
sh
sudo apt install wps-office
sudo apt install wps-office
sh
sudo dnf install https://linux.m2osw.com/fedora/rpmfusion/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://linux.m2osw.com/fedora/wps-office/wps-office-11.1.0.10161-1.x86_64.rpm
sudo dnf install https://linux.m2osw.com/fedora/rpmfusion/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://linux.m2osw.com/fedora/wps-office/wps-office-11.1.0.10161-1.x86_64.rpm
sh
sudo apt install wps-office
sudo apt install wps-office
sh
sudo xbps-install -S wps-office
sudo xbps-install -S wps-office

Released under the MIT License.