noblenote command not found

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

Introduction

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

noblenote: command not found

or when using sudo you get the following error message

sudo: noblenote: command not found

Solutions to noblenote: command not found

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

In Ubuntu noblenote is provided by noblenote package.

noblenote is:

nobleNote is a program to organize and create notes. It has an icon in the system tray and supports drag and drop. The note-editor supports different fonts, font sizes and colors as well as background colors. You can also import notes from other programs like gnote and tomboy. The notes are saved in the html format.

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

sudo apt-get -y install noblenote

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

You can also use apt command to install noblenote.

sudo apt -y install noblenote

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

sudo aptitude install noblenote

Summary

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