When users move from Windows to Linux, they often have issues with running an appropriate office suite. For years OpenOffice was the only office suite for Linux users, but it was discontinued in the favor of LibreOffice. However, many Linux users do not know if there is any other office suite that exists. I am introducing you to Calligra Office Suite which is brought to you by KDE.
Calligra is one of the best free and open-source office suites which has built-in database and spreadsheets functionality.
Calligra Office does not have any dependencies, and it looks lightweight when it is installed in addition to KDE. If you are using Gnome or any other desktop environment then Calligra might install several hundred libraries to work properly.
It is the industry that recommends that you should update your system repositories first. Write the command as follows:
$ sudo apt update
Now install the Calligra package as following:
$ sudo apt install calligra
Depending on your location, it will take some time to download and fully install Calligra Office Suite on your system.
The good news is that Calligra can be accessed via both the command line and system dashboard. Once the software is installed simply invoke the following command in the terminal and access the full Calligra Suite.
$ calligra
System dashboard is the best way to find out your newly installed software. Go to your systems’ search and write Calligra, and you will notice three Calligra applications for your office needs.
As soon as Calligra applications are accessible, you can click and run them. Let’s try the word processor for now.
You can notice that we used apt repositories to install Calligra Office Suite. When you use apt or .deb repositories to install any packages then it is simple to remove as well. You will need apt remove command to remove the package. Here is how it is done:
$ sudo apt remove calligra
Calligra Office Suite is a fantastic addition to your existing office toolchain. You can use various extensions to extend Calligra. The greatest disadvantage of using Calligra is that it does not bind with desktop environments very well other than KDE. To make optimal use of Calligra, you would need KDE.
Karim Buzdar holds a degree in telecommunication engineering and holds several sysadmin certifications including CCNA RS, SCP, and ACE. As an IT engineer and technical author, he writes for various websites.
In this article, we will see how to install and use zig programming language on…
This article was adapted from its original version on NixCraft. Sed is an acronym for…
You’ve recently installed VMware Workstation on your Ubuntu system and encountered the frustrating “Could not…
Have you ever found yourself staring at a terminal full of 404 errors while trying…
One particularly frustrating error that many users face when trying to upgrade from Ubuntu 18.04 …
In the world of containerization, time synchronization issues can create unexpected roadblocks when working with…