calligrastage command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
calligrastage: command not found
or when using sudo you get the following error message
sudo: calligrastage: command not found
Solutions to calligrastage: command not found
How To Fix calligrastage: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu calligrastage is provided by calligrastage package.
calligrastage is:
Stage is an easy to use yet still flexible presentation application. You can easily create presentations containing a rich variety of elements, from graphics to text, from charts to images. Stage is extensible through a plugin system, so it is easy to add new effects, new content elements or even new ways of managing your presentation.
Stage natively uses the OpenDocument file format standard, for easy interchange with all ODF supporting applications, which includes Microsoft Office. Examples of its easy-to-use features are support for layouts, a special slide overview view during presentations for the presenter, support for many different master sliders in one presentation, cool transitions and a useful notes feature.
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 calligrastage
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install calligrastage.
sudo apt -y install calligrastage
Or if you have aptitude installed you can use the following command.
sudo aptitude install calligrastage
Summary
In this tutorial we learn how to fix calligrastage command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.