tomboy-ng command not found

In this troubleshooting guide we learn how to fix tomboy-ng command not found error message

Introduction

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

tomboy-ng: command not found

or when using sudo you get the following error message

sudo: tomboy-ng: command not found

Solutions to tomboy-ng: command not found

How To Fix tomboy-ng: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu tomboy-ng is provided by tomboy-ng package.

tomboy-ng is:

tomboy-ng notes allows easy management of a large or small set of notes. Notes can contain a range of font sizes, bold, italic and highlight. Available for Linux, Windows amd Mac and easy sync between them. This is the GTK2 based version.

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

sudo apt-get -y install tomboy-ng

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

You can also use apt command to install tomboy-ng.

sudo apt -y install tomboy-ng

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

sudo aptitude install tomboy-ng

Summary

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