akonadi_notes_agent command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
akonadi_notes_agent: command not found
or when using sudo you get the following error message
sudo: akonadi_notes_agent: command not found
Solutions to akonadi_notes_agent: command not found
How To Fix akonadi_notes_agent: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu akonadi_notes_agent is provided by knotes package.
knotes is:
KNotes is a program that lets you write sticky notes. The notes are saved automatically when you exit the program, and they display when you open the program. The program supports printing and mailing your notes.
To fix this problem, we can install more using the command below.
sudo apt-get -y install knotes
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install knotes.
sudo apt -y install knotes
Or if you have aptitude installed you can use the following command.
sudo aptitude install knotes
Summary
In this tutorial we learn how to fix akonadi_notes_agent command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.