ufonormalizer command not found

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

Introduction

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

ufonormalizer: command not found

or when using sudo you get the following error message

sudo: ufonormalizer: command not found

Solutions to ufonormalizer: command not found

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

In Ubuntu ufonormalizer is provided by ufonormalizer package.

ufonormalizer is:

This tool normalizes the XML and other data inside of a UFO (Unified Font Object) file.

This package provides the executable program.

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

sudo apt-get -y install ufonormalizer

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

You can also use apt command to install ufonormalizer.

sudo apt -y install ufonormalizer

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

sudo aptitude install ufonormalizer

Summary

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