topydo command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
topydo: command not found
or when using sudo you get the following error message
sudo: topydo: command not found
Solutions to topydo: command not found
How To Fix topydo: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu topydo is provided by topydo package.
topydo is:
The Todo.txt project defines a format for supporting context-rich tasking in a plain text file. It supports an ecosystem of tools which allow working with tasks across hosts and operating systems.
This package installs a more advanced version of the command-line tool for working with todo.txt tasking files.
To fix this problem, we can install more using the command below.
sudo apt-get -y install topydo
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install topydo.
sudo apt -y install topydo
Or if you have aptitude installed you can use the following command.
sudo aptitude install topydo
Summary
In this tutorial we learn how to fix topydo command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.