parcellite command not found

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

Introduction

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

parcellite: command not found

or when using sudo you get the following error message

sudo: parcellite: command not found

Solutions to parcellite: command not found

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

In Ubuntu parcellite is provided by parcellite package.

parcellite is:

Parcellite is a stripped down, basic-features-only clipboard manager with a small memory footprint for those who like simplicity.

Features:

  • Keeps a clipboard history.
  • Various view options to display items the way you like it.
  • Daemon mode; guard your clipboard contents when you close applications.
  • Perform custom commands using clipboard contents.

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

sudo apt-get -y install parcellite

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

You can also use apt command to install parcellite.

sudo apt -y install parcellite

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

sudo aptitude install parcellite

Summary

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