qlipper command not found
In this troubleshooting guide we learn how to fix qlipper command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
qlipper: command not found
or when using sudo you get the following error message
sudo: qlipper: command not found
Solutions to qlipper: command not found
How To Fix qlipper: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu qlipper is provided by qlipper package.
qlipper is:
A Lightweight and cross-platform clipboard history applet. It provides the following features:
- saves clipboard history entries and restores them
- lightweight
- systray docking app
- few requirements
- can be used in GNOME and Windows (and more)
To fix this problem, we can install more using the command below.
sudo apt-get -y install qlipper
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install qlipper.
sudo apt -y install qlipper
Or if you have aptitude installed you can use the following command.
sudo aptitude install qlipper
Summary
In this tutorial we learn how to fix qlipper command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.