rednotebook command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
rednotebook: command not found
or when using sudo you get the following error message
sudo: rednotebook: command not found
Solutions to rednotebook: command not found
How To Fix rednotebook: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu rednotebook is provided by rednotebook package.
rednotebook is:
It lets you format, tag and search your entries. You can also add pictures, links and customisable templates, spell check your notes, and export to plain text, HTML, LaTeX or PDF.
To fix this problem, we can install more using the command below.
sudo apt-get -y install rednotebook
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install rednotebook.
sudo apt -y install rednotebook
Or if you have aptitude installed you can use the following command.
sudo aptitude install rednotebook
Summary
In this tutorial we learn how to fix rednotebook command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.