kcharselect command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kcharselect: command not found
or when using sudo you get the following error message
sudo: kcharselect: command not found
Solutions to kcharselect: command not found
How To Fix kcharselect: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kcharselect is provided by kcharselect package.
kcharselect is:
KCharSelect is a utility for finding special characters which are not available on the keyboard. It can search for characters by Unicode number, display characters in any font, and copy characters to the clipboard so they can be pasted into documents.
This package is part of the KDE utilities module.
To fix this problem, we can install more using the command below.
sudo apt-get -y install kcharselect
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kcharselect.
sudo apt -y install kcharselect
Or if you have aptitude installed you can use the following command.
sudo aptitude install kcharselect
Summary
In this tutorial we learn how to fix kcharselect command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.