How To Install t1utils on Fedora 36
Introduction
In this tutorial we learn how to install t1utils on Fedora 36.
What is t1utils
t1utils is a collection of programs for manipulating PostScript type 1 and type 2 fonts containing programs to convert between PFA (ASCII) format, PFB (binary) format, a human-readable and editable ASCII format, and Macintosh resource forks.
We can use yum or dnf to install t1utils on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install t1utils.
Install t1utils on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install t1utils using dnf by running the following command:
sudo dnf -y install t1utils
Install t1utils on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install t1utils using yum by running the following command:
sudo yum -y install t1utils
How To Uninstall t1utils on Fedora 36
To uninstall only the t1utils package we can use the following command:
sudo dnf remove t1utils
t1utils Package Contents on Fedora 36
/usr/bin/t1ascii
/usr/bin/t1asm
/usr/bin/t1binary
/usr/bin/t1disasm
/usr/bin/t1mac
/usr/bin/t1unmac
/usr/lib/.build-id
/usr/lib/.build-id/36
/usr/lib/.build-id/36/8bd61b23b8010d2314a94684a9acb385ae6753
/usr/lib/.build-id/45
/usr/lib/.build-id/45/9ac230c95f171a6eb5519a2a2f1566d40cd41a
/usr/lib/.build-id/76
/usr/lib/.build-id/76/8c0ac1b5347e6b8e402c0ae8ea7f2ac255fda9
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/12419c1635f199a86d5978cfdfe3e8198b7be5
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/bc65db900388109d6852b7efa6d77437c9ccd2
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/47a4518a49d3026635f050da68bac7403a4517
/usr/share/doc/t1utils
/usr/share/doc/t1utils/NEWS.md
/usr/share/doc/t1utils/README.md
/usr/share/licenses/t1utils
/usr/share/licenses/t1utils/LICENSE
/usr/share/man/man1/t1ascii.1.gz
/usr/share/man/man1/t1asm.1.gz
/usr/share/man/man1/t1binary.1.gz
/usr/share/man/man1/t1disasm.1.gz
/usr/share/man/man1/t1mac.1.gz
/usr/share/man/man1/t1unmac.1.gz
References
Summary
In this tutorial we learn how to install t1utils on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).