feathernotes command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
feathernotes: command not found
or when using sudo you get the following error message
sudo: feathernotes: command not found
Solutions to feathernotes: command not found
How To Fix feathernotes: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu feathernotes is provided by feathernotes package.
feathernotes is:
FeatherNotes is a lightweight Qt5 hierarchical notes-manager for Linux. It is independent of any desktop environment.
This package contain the application files.
To fix this problem, we can install more using the command below.
sudo apt-get -y install feathernotes
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install feathernotes.
sudo apt -y install feathernotes
Or if you have aptitude installed you can use the following command.
sudo aptitude install feathernotes
Summary
In this tutorial we learn how to fix feathernotes command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.