xfce4-clipman command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
xfce4-clipman: command not found
or when using sudo you get the following error message
sudo: xfce4-clipman: command not found
Solutions to xfce4-clipman: command not found
How To Fix xfce4-clipman: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu xfce4-clipman is provided by xfce4-clipman package.
xfce4-clipman is:
Clipman enables you to store and recall X selections, as well as GTK+ clipboard content. You can also define actions to be triggered by selecting some text pattern.
This package uses Xfce libraries but can be used without the Xfce panel and only requires a system tray (notification area).
To fix this problem, we can install more using the command below.
sudo apt-get -y install xfce4-clipman
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install xfce4-clipman.
sudo apt -y install xfce4-clipman
Or if you have aptitude installed you can use the following command.
sudo aptitude install xfce4-clipman
Summary
In this tutorial we learn how to fix xfce4-clipman command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.