planner command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
planner: command not found
or when using sudo you get the following error message
sudo: planner: command not found
Solutions to planner: command not found
How To Fix planner: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu planner is provided by planner package.
planner is:
Planner is a Project Management application that supports Gantt charts, resource allocation and integration with other GNOME applications.
Planner was formerly known as Mr.Project.
To fix this problem, we can install more using the command below.
sudo apt-get -y install planner
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install planner.
sudo apt -y install planner
Or if you have aptitude installed you can use the following command.
sudo aptitude install planner
Summary
In this tutorial we learn how to fix planner command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.