gnome-todo command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gnome-todo: command not found
or when using sudo you get the following error message
sudo: gnome-todo: command not found
Solutions to gnome-todo: command not found
How To Fix gnome-todo: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gnome-todo is provided by gnome-todo package.
gnome-todo is:
GNOME To Do is a simplistic personal task manager designed to perfectly fit the GNOME desktop. Designed from ground up to seamlessly integrate with the GNOME desktop environment, To Do enables you to be as productive as you want.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gnome-todo
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gnome-todo.
sudo apt -y install gnome-todo
Or if you have aptitude installed you can use the following command.
sudo aptitude install gnome-todo
Summary
In this tutorial we learn how to fix gnome-todo command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.