rhinote command not found

In this troubleshooting guide we learn how to fix rhinote command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

rhinote: command not found

or when using sudo you get the following error message

sudo: rhinote: command not found

Solutions to rhinote: command not found

How To Fix rhinote: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu rhinote is provided by rhinote package.

rhinote is:

Rhinote is a small program that provides virtual sticky-notes. It’s handy for jotting down quick notes or holding copied text that you plan to paste elsewhere later.

Notes can be saved as plain text for later viewing/editing with Rhinote or any other text editor.

Rhinote is designed to be “keyboard friendly”, that is, every single action is bound to a specific keystroke.

To fix this problem, we can install more using the command below.

sudo apt-get -y install rhinote

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install rhinote.

sudo apt -y install rhinote

Or if you have aptitude installed you can use the following command.

sudo aptitude install rhinote

Summary

In this tutorial we learn how to fix rhinote command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.