How to Install FreeOffice on Ubuntu 24.04, 22.04 or 20.04

This guide will demonstrate how to install FreeOffice on Ubuntu 24.04, 22.04, or 20.04 LTS Linux releases utilizing the command-line terminal and either the APT Package Manager with the official FreeOffice APT repository for the latest build.

FreeOffice is a powerful office suite that offers a seamless and efficient experience for personal and professional document management. Its compatibility with Microsoft Office formats like DOCX, XLSX, and PPTX ensures a smooth workflow for users transitioning from other office suites. Notably, FreeOffice provides a user-friendly interface that combines traditional desktop features with modern usability enhancements. The suite comprises TextMaker, PlanMaker, and Presentations, each designed to cater to specific needs ranging from word processing to complex data analysis and engaging presentations.

Key Features:

  • High Compatibility with Microsoft Office file formats for hassle-free document exchange.
  • User-Friendly Interface that balances classic functionality with modern design elements.
  • Comprehensive Editing Tools for sophisticated document, spreadsheet, and presentation creation.
  • Customizable Templates to jump-start your projects with professionally designed layouts.
  • Advanced Spreadsheet Functions for detailed data analysis and visualization.
  • Multimedia Presentation Capabilities enabling the integration of images, videos, and audio.
  • PDF Export Functionality for sharing documents securely and in a universally accessible format.
  • Language Support for multi-language documents, including spell-check capabilities.

These features make FreeOffice an excellent choice for individuals and businesses looking for a robust, free alternative to mainstream office suites.

Now, let’s dive into the technical steps to get FreeOffice up and running on your Ubuntu system.

Install FreeOffice on Ubuntu via APT PPA

Updating the Ubuntu System Before FreeOffice Installation

As a necessary preliminary measure, we need to make sure that the Ubuntu system is updated with the most recent versions of its packages. This will help eliminate potential incompatibility issues, maintain system stability, and ensure the smooth operation of FreeOffice post-installation.

Execute the command below to fetch the latest information about package versions from all configured sources:

sudo apt update

Subsequently, proceed to upgrade all packages that have newer versions available using the command below:

sudo apt upgrade

Import SoftMaker FreeOffice APT Repository

Our primary method of installing FreeOffice utilizes the source APT repository. This version remains generally up-to-date without the need to use third-party installation managers.

Initially, we must install the necessary packages with the command below:

sudo apt install dirmngr ca-certificates software-properties-common apt-transport-https curl -y

Subsequently, we will import the GPG key, which is crucial for verifying the authenticity of the packages. This step is a safety measure that ensures the packages you receive are the genuine ones intended by SoftMaker FreeOffice.

curl -fsSL https://shop.softmaker.com/repo/linux-repo-public.key | gpg --dearmor | sudo tee /usr/share/keyrings/softmaker.gpg > /dev/null

Next, we will incorporate the APT repository with the command below:

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"

Update the APT Packages Index After SoftMaker PPA Import

Now that we’ve integrated a new APT source, we need to refresh the APT package index. This process enables the system to recognize the newly added source and register the FreeOffice packages available for installation.

To do this, execute the command below:

sudo apt update

Install FreeOffice on Ubuntu via APT Command

We are now ready to install FreeOffice. At this stage, the necessary preparations have been made, and the APT packages index has been updated with the information about the FreeOffice package. We can now move forward with the final software download office package installation.

To install FreeOffice, execute the following command:

sudo apt install softmaker-freeoffice-2021 -y

Upon completing this command, FreeOffice will be installed on your Ubuntu system, offering you the benefits of a powerful software office solution without the associated costs.

Launching FreeOffice on Ubuntu via CLI or GUI

Once the FreeOffice installation process is complete, it’s time to experience the power of this versatile productivity suite on your Ubuntu system. Two primary ways to open FreeOffice are the Command-Line Interface (CLI) or the Graphical User Interface (GUI).

CLI Methods to Launch FreeOffice

For those who are comfortable working within a terminal or prefer a quick and efficient method, launching FreeOffice via the CLI is an excellent option. Each component of the FreeOffice suite has its distinct command for initiating it. Here are the respective commands:

To begin with TextMaker (the word processing component), execute the following command:

freeoffice2021-textmaker

If you intend to work with PlanMaker (the spreadsheet component), use the command below:

freeoffice2021-planmaker

Lastly, to start Presentations (the presentation component), utilize the following command:

freeoffice2021-presentations

Please note that these commands are based on the assumption that you have installed FreeOffice 2021. If your installed version differs, replace ‘2021’ in the commands with the year of your installed version.

GUI Method to Launch FreeOffice

For those who find graphical interfaces more intuitive or have previous experience with other desktop environments or operating systems, FreeOffice can be launched using its application icon.

To launch any component of the FreeOffice suite, navigate to the ‘Office’ category in your system’s application menu via the following path:

Activities > Show Applications > FreeOffice {Text Maker, Presentations, PlanMaker}
Icons of FreeOffice applications displayed on Ubuntu 24.04, 22.04, or 20.04 LTS.
A showcase of FreeOffice’s application icons on Ubuntu’s desktop environment.

First-Time Tips with FreeOffice on Ubuntu

Having successfully installed FreeOffice on your Ubuntu system, it’s time to delve into its efficient utilization. To help you maximize this productivity suite’s benefits, let’s look at some valuable tips and tricks that will refine your user experience. We will first touch upon some general advice and customization options before exploring specific tips for TextMaker, Presentations, and PlanMaker components.

Kick-off Tips and Customizations for FreeOffice

Familiarizing with the Interface

One of the preliminary steps to becoming proficient in FreeOffice is to become comfortable with its user interface. You’ll appreciate the similarities if you have experience with other popular office suites. This design similarity is intentional and aimed at facilitating a smooth transition for users.

Tailoring the Ribbon

The ribbon, strategically positioned at the top of the FreeOffice applications, is a shortcut to various features and commands. Customizing this ribbon to mirror your working style can optimize your experience. Right-click on the ribbon and select Customize Ribbon to add, remove, or rearrange commands as per your needs.

Determining Default File Format

When collaborating with users who utilize other office suites (like Microsoft Office), setting your default file format to .docx, .xlsx, or .pptx could be beneficial. This can be done by navigating to File > Options > Files > Default File Formats.

Selecting themes in FreeOffice applications on Ubuntu 24.04, 22.04, or 20.04 LTS.
How to select themes for FreeOffice applications on Ubuntu for a personalized experience.

Specific Tips for FreeOffice TextMaker

Utilizing Templates

TextMaker provides a range of pre-designed templates suited to various types of documents. Utilizing these templates can save you considerable time while also conferring a professional look to your documents. These templates can be accessed by navigating to File > New > New from template.

Mastering Styles

Styles in TextMaker serve as a swift method to format your text. Acquiring style proficiency can boost your efficiency while maintaining consistency throughout your document. Styles can be managed via the Styles pane on the right side of the interface.

Harnessing the Sidebar

The sidebar in TextMaker provides instant access to an array of features, such as formatting options, navigation, and more. You can toggle its visibility by navigating to View > Sidebar.

Once configured, you can use the FreeOffice version of the application you launched; they look similar to the one below.

TextMaker from FreeOffice running on Ubuntu 24.04, 22.04, or 20.04 LTS.
A look at TextMaker, the word processing software in FreeOffice, on Ubuntu.

Specific Tips for FreeOffice Presentations

Leveraging Presentation Templates

Presentations in FreeOffice provide a variety of ready-to-use templates that can save you time and ensure a polished and professional appearance for your slideshows. To access these templates, navigate to File > New > New from template.

Utilizing Master Slides

Master slides in Presentations act as a blueprint for the slide layout and enable you to apply consistent formatting to your slides. This feature not only saves time but also ensures uniformity throughout your presentation. Master slides can be accessed and customized via the Slide Master view in the View tab.

Embracing Slide Transitions

Slide transitions add a visual flair to your presentations, making them more engaging for your audience. You can apply unique transitions to each slide or use the same transition across all slides for a consistent experience. This feature can be found in the Transitions tab.

Creating presentations in FreeOffice on Ubuntu 24.04, 22.04, or 20.04 LTS.
Using Presentations in FreeOffice to create compelling slides on Ubuntu.

Specific Tips for FreeOffice PlanMaker on Ubuntu

Implementing Cell Styles

Implementing cell styles in your spreadsheets can create a consistent and professional look. You can apply predefined styles by navigating to Format > Cell Style.

Applying Conditional Formatting

Conditional formatting serves as a tool to emphasize crucial data in your spreadsheet. This feature can be accessed by navigating to Format > Conditional Formatting.

Exploring Functions

Functions in PlanMaker are versatile tools that can execute calculations, manipulate text, and carry out other tasks. Gaining proficiency in functions can markedly enhance your productivity. You can explore the available functions by navigating to Insert > Function.

PlanMaker application from FreeOffice on Ubuntu 24.04, 22.04, or 20.04 LTS.
Overview of PlanMaker, the spreadsheet software in FreeOffice, on Ubuntu.

Additional FreeOffice Commands with Ubuntu

Update FreeOffice

Staying updated with the latest version of FreeOffice is crucial as it introduces you to newly added features, enhancements, and, importantly, essential security updates. Like most Linux distributions, Ubuntu employs package managers to manage installed software, encompassing updates.

You can examine for updates for all installed packages, including FreeOffice, by executing the following commands in your terminal:

sudo apt update && sudo apt upgrade

The first command, sudo apt update, refreshes your system’s package list by gathering details about available packages and their corresponding versions from the defined repositories. Please note that sudo is required to execute commands with administrative rights, essential for managing software across the system.

The subsequent command, sudo apt upgrade, upgrades all upgradeable packages on your system. If an updated version of FreeOffice is available in the repositories, this command will handle the upgrade process.

Remove FreeOffice

If you remove FreeOffice from your system, Ubuntu makes this process straightforward. The following command will remove the FreeOffice suite:

sudo apt remove softmaker-freeoffice-2021

This command instructs the package manager (apt) to eliminate the softmaker-freeoffice-2021 package from your system. Be sure to replace 2021 with the specific version number if you’ve installed a different version.

Remove FreeOffice PPA (Optional)

After removing FreeOffice, you might consider removing the repository from which it was initially installed. This is a good practice for system maintenance and ensures your system’s repository list stays clean and manageable. To remove the FreeOffice repository, you can run the following command:

sudo rm /etc/apt/sources.list.d/softmaker.list

This command eradicates the file softmaker.list from the directory /etc/apt/sources.list.d/, which holds files for each added repository.

If the GPG key that was utilized for verifying the integrity of the packages from this repository is no longer necessary, it can also be safely removed. Here’s the command to do that:

sudo rm /usr/share/keyrings/softmaker.gpg

Executing this command will eliminate the softmaker.gpg keyring from the /usr/share/keyrings/ directory, which contains keyrings for package verification.

Conclusion

In wrapping up, we walked through the straightforward steps to install FreeOffice on Ubuntu 24.04, 22.04, and 20.04 LTS. This guide aimed to simplify the process, whether you’re diving in with APT, Snap, or Flatpak. FreeOffice stands out as a solid choice for those in need of a reliable office suite that meshes well with the Ubuntu experience. It’s compatible, user-friendly, and, best of all, free. So, give it a shot, customize it to your liking, and see how it can boost your productivity. Whether you’re drafting documents, crunching numbers, or putting together that killer presentation, FreeOffice has got your back. Happy computing!

Leave a Comment


Your Mastodon Instance
Share to...