tkremind command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
tkremind: command not found
or when using sudo you get the following error message
sudo: tkremind: command not found
Solutions to tkremind: command not found
How To Fix tkremind: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu tkremind is provided by tkremind package.
tkremind is:
Remind allows you to remind yourself of upcoming events and appointments. Each reminder or alarm can consist of a message sent to standard output, or a program to be executed.
It also features: sophisticated date calculation, moon phases, sunrise/sunset, Hebrew calendar, alarms, PostScript output, tcl/tk front-end and proper handling of holidays.
Tkremind provides a GUI which allows viewing a calendar and adding or editing reminders without learning the syntax of Remind.
To fix this problem, we can install more using the command below.
sudo apt-get -y install tkremind
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install tkremind.
sudo apt -y install tkremind
Or if you have aptitude installed you can use the following command.
sudo aptitude install tkremind
Summary
In this tutorial we learn how to fix tkremind command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.