fnt command not found
In this troubleshooting guide we learn how to fix fnt command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
fnt: command not found
or when using sudo you get the following error message
sudo: fnt: command not found
Solutions to fnt: command not found
How To Fix fnt: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu fnt is provided by fnt package.
fnt is:
Search, preview, and download more than 1800 fonts as user. It can download fonts from Debian sid and Google Web fonts repositories.
To fix this problem, we can install more using the command below.
sudo apt-get -y install fnt
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install fnt.
sudo apt -y install fnt
Or if you have aptitude installed you can use the following command.
sudo aptitude install fnt
Summary
In this tutorial we learn how to fix fnt command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.