pfb2t1c command not found

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

Introduction

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

pfb2t1c: command not found

or when using sudo you get the following error message

sudo: pfb2t1c: command not found

Solutions to pfb2t1c: command not found

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

In Ubuntu pfb2t1c is provided by pfb2t1c2pfb package.

pfb2t1c2pfb is:

The package contains the two small tools pfb2t1c and t1c2pfb. pfb file (PostScript Type1) can be converted into t1c and back without losing information. The t1c files have the same size but are more compressible.

This feature is very useful when packaging PostScript Type1 fonts.

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

sudo apt-get -y install pfb2t1c2pfb

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

You can also use apt command to install pfb2t1c2pfb.

sudo apt -y install pfb2t1c2pfb

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

sudo aptitude install pfb2t1c2pfb

Summary

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