trufont command not found
In this troubleshooting guide we learn how to fix trufont command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
trufont: command not found
or when using sudo you get the following error message
sudo: trufont: command not found
Solutions to trufont: command not found
How To Fix trufont: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu trufont is provided by trufont package.
trufont is:
TruFont is a font-editing application written with Python3, ufoLib, defcon and PyQt5.
To fix this problem, we can install more using the command below.
sudo apt-get -y install trufont
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install trufont.
sudo apt -y install trufont
Or if you have aptitude installed you can use the following command.
sudo aptitude install trufont
Summary
In this tutorial we learn how to fix trufont command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.