Install FreeOffice on Ubuntu Linux. FreeOffice is a best MS Office alternative for Ubuntu. This Microsoft Office alternative for Linux comes with a word processor, a spreadsheet application and a presentation program.
- TextMaker: Alternative to MS MS Word. The powerful word processor FreeOffice TextMaker combines ease of use with a huge range of features that enable you to effortlessly create beautiful documents. Numerous new template catalogs and dropdown elements make it easy to design text, tables and pictures.
- PlanMaker: Alternative to MS Excel. FreeOffice PlanMaker lets you effortlessly create calculations, worksheets and charts of any complexity. With more than 430 computational functions at your disposal, you can quickly solve even the most difficult calculations and make sound decisions based on reliable results.
- Presentations: Alternative to MS PowerPoint. FreeOffice Presentations is a powerful tool for creating impressive presentations. Combine text, images, tables and pictures in your slides and set them in motion with a vast range of breathtaking OpenGL-based animations and slide transitions.
Install FreeOffice on Ubuntu Linux
Run the following commands to install FreeOffice on Ubuntu Linux:
sudo apt update
sudo apt upgrade -y
sudo apt install dirmngr ca-certificates software-properties-common gnupg gnupg2 apt-transport-https curl -y
curl -fsSL https://shop.softmaker.com/repo/linux-repo-public.key | gpg --dearmor | sudo tee /usr/share/keyrings/softmaker.gpg > /dev/null
sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/softmaker.gpg] https://shop.softmaker.com/repo/apt stable non-free' > /etc/apt/sources.list.d/softmaker.list"
sudo apt update
sudo apt install softmaker-freeoffice-2021 -y
Once installed, open the FreeOffice and use it as you wish.