mnemosyne command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mnemosyne: command not found
or when using sudo you get the following error message
sudo: mnemosyne: command not found
Solutions to mnemosyne: command not found
How To Fix mnemosyne: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mnemosyne is provided by mnemosyne package.
mnemosyne is:
The Mnemosyne software resembles a traditional flash-card program to help you memorise question/answer pairs, but with an important twist: it uses a sophisticated algorithm to schedule the best time for an item to come up for review. Difficult items that you tend to forget quickly will be scheduled more often, while Mnemosyne won’t waste your time on things you remember well.
To fix this problem, we can install more using the command below.
sudo apt-get -y install mnemosyne
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install mnemosyne.
sudo apt -y install mnemosyne
Or if you have aptitude installed you can use the following command.
sudo aptitude install mnemosyne
Summary
In this tutorial we learn how to fix mnemosyne command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.