calligraplanwork command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
calligraplanwork: command not found
or when using sudo you get the following error message
sudo: calligraplanwork: command not found
Solutions to calligraplanwork: command not found
How To Fix calligraplanwork: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu calligraplanwork is provided by calligraplan package.
calligraplan is:
Plan is a project management application, allowing for the planning and scheduling of projects. It was formerly known as KPlato.
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 calligraplan
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install calligraplan.
sudo apt -y install calligraplan
Or if you have aptitude installed you can use the following command.
sudo aptitude install calligraplan
Summary
In this tutorial we learn how to fix calligraplanwork command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.