todoman command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
todoman: command not found
or when using sudo you get the following error message
sudo: todoman: command not found
Solutions to todoman: command not found
How To Fix todoman: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu todoman is provided by todoman package.
todoman is:
Todoman is a simple, standards-based, cli todo (aka: task) manager. Todos are stored into icalendar files, which means you can sync them via CalDAV using, for example, vdirsyncer.
To fix this problem, we can install more using the command below.
sudo apt-get -y install todoman
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install todoman.
sudo apt -y install todoman
Or if you have aptitude installed you can use the following command.
sudo aptitude install todoman
Summary
In this tutorial we learn how to fix todoman command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.