afdko command not found

In this troubleshooting guide we learn how to fix afdko command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

afdko: command not found

or when using sudo you get the following error message

sudo: afdko: command not found

Solutions to afdko: command not found

How To Fix afdko: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu afdko is provided by afdko package.

afdko is:

Tools used to make OpenType fonts by adding the OpenType-specific data to a TrueType or Type1 font.

To fix this problem, we can install more using the command below.

sudo apt-get -y install afdko

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install afdko.

sudo apt -y install afdko

Or if you have aptitude installed you can use the following command.

sudo aptitude install afdko

Summary

In this tutorial we learn how to fix afdko command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.