quickchar command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
quickchar: command not found
or when using sudo you get the following error message
sudo: quickchar: command not found
Solutions to quickchar: command not found
How To Fix quickchar: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu quickchar is provided by budgie-quickchar package.
budgie-quickchar is:
This is part of a suite of python3 and Vala based applets & mini-apps created for the Budgie Desktop that provide additional user orientated capabilities. These can be used individually or as a set.
Quickly find and choose the equivalent locale character for an ascii character.
Quickchar can be used on most desktop environments invoked by a shortcut key.
To fix this problem, we can install more using the command below.
sudo apt-get -y install budgie-quickchar
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install budgie-quickchar.
sudo apt -y install budgie-quickchar
Or if you have aptitude installed you can use the following command.
sudo aptitude install budgie-quickchar
Summary
In this tutorial we learn how to fix quickchar command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.