diodon command not found

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

Introduction

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

diodon: command not found

or when using sudo you get the following error message

sudo: diodon: command not found

Solutions to diodon: command not found

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

In Ubuntu diodon is provided by diodon package.

diodon is:

Diodon is a lightweight clipboard manager for Linux written in Vala which “aims to be the best integrated clipboard manager for the Gnome/Unity desktop”.

Diodon features include Ubuntu indicator, clipboard sync (primary selection and Ctrl+C / Ctrl+V clipboard) and a zeitgeist integration for an infinite clipboard history.

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

sudo apt-get -y install diodon

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

You can also use apt command to install diodon.

sudo apt -y install diodon

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

sudo aptitude install diodon

Summary

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