calligrawords command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
calligrawords: command not found
or when using sudo you get the following error message
sudo: calligrawords: command not found
Solutions to calligrawords: command not found
How To Fix calligrawords: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu calligrawords is provided by calligrawords package.
calligrawords is:
Words is a FrameMaker-like word processing and desktop publishing application. It is capable of creating polished and professional looking documents. It can be used for desktop publishing, but also for “normal” word processing, like writing letters, reports and so on.
This package is part of the Calligra Suite.
To fix this problem, we can install more using the command below.
sudo apt-get -y install calligrawords
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install calligrawords.
sudo apt -y install calligrawords
Or if you have aptitude installed you can use the following command.
sudo aptitude install calligrawords
Summary
In this tutorial we learn how to fix calligrawords command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.