xfce4-notes command not found

In this troubleshooting guide we learn how to fix xfce4-notes command not found error message

Introduction

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

xfce4-notes: command not found

or when using sudo you get the following error message

sudo: xfce4-notes: command not found

Solutions to xfce4-notes: command not found

How To Fix xfce4-notes: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu xfce4-notes is provided by xfce4-notes package.

xfce4-notes is:

The notes tool provides you a simple text editor in a little window for the Xfce 4 desktop. Notes are especially useful for temporary stuff.

It supports multiple notes through a notebook. Click on the upper left corner button to open a new note.

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

sudo apt-get -y install xfce4-notes

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

You can also use apt command to install xfce4-notes.

sudo apt -y install xfce4-notes

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

sudo aptitude install xfce4-notes

Summary

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