t1c2pfb command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
t1c2pfb: command not found
or when using sudo you get the following error message
sudo: t1c2pfb: command not found
Solutions to t1c2pfb: command not found
How To Fix t1c2pfb: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu t1c2pfb 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 t1c2pfb command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.