memo command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
memo: command not found
or when using sudo you get the following error message
sudo: memo: command not found
Solutions to memo: command not found
How To Fix memo: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu memo is provided by memo package.
memo is:
Memo is a note-taking and to-do software that runs on command line. With Memo, it’s possible to concentrate on the tasks in your to-do list instead of spending time managing those tasks. After a while taking notes and keeping a to-do list is part of your daily life instead of some nasty thing you must remember to do.
To fix this problem, we can install more using the command below.
sudo apt-get -y install memo
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install memo.
sudo apt -y install memo
Or if you have aptitude installed you can use the following command.
sudo aptitude install memo
Summary
In this tutorial we learn how to fix memo command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.