How to Install and Uninstall t1utils Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 09,2024

1. Install "t1utils" package

Please follow the steps below to install t1utils on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install t1utils

2. Uninstall "t1utils" package

Please follow the steps below to uninstall t1utils on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove t1utils $ sudo apt autoclean && sudo apt autoremove

3. Information about the t1utils package on Ubuntu 21.10 (Impish Indri)

Package: t1utils
Architecture: amd64
Version: 1.41-4build1
Multi-Arch: foreign
Priority: optional
Section: text
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Niels Thykier
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 278
Depends: libc6 (>= 2.34)
Filename: pool/main/t/t1utils/t1utils_1.41-4build1_amd64.deb
Size: 61428
MD5sum: 50f2cb53bb6c28be662a1d400baacf77
SHA1: 3d34418d61c7c8c560481987a7b1029e6598ff4a
SHA256: 38c354daa47ff9e89cb99efba2519807f842713347f8dd4e31b7abe343aa6d54
SHA512: 72441d16969488e918c1b315275e77510df8252674bec5d031e5209d0cf2607dce213f3614bae56858fefd4340cd2b0df3f971670059d5c56169cf632c0b745b
Homepage: https://www.lcdf.org/type/
Description-en: Collection of simple Type 1 font manipulation programs
The t1utils tools allow you to convert between PFA (ASCII) and PFB
(binary) formats; disassemble PFA or PFB files into human-readable
form; and reassemble the human-readable files into PFA or PFB format
files. You can also extract font resources from a Macintosh font
file (ATM/Laserwriter), or create a Macintosh Type 1 font file from a
PFA or PFB font.
.
There are currently six programs:
.
t1ascii Converts PFB files to PFA format.
.
t1binary Converts PFA files to PFB format.
.
t1disasm Disassembles a Type 1 font (PFA or PFB format) into a raw,
human-readable text form for subsequent hand editing,
tweaking, hint fixing, etcetera...
.
t1asm Assembles a Type 1 font into PFA or PFB format from
the human-readable form produced by t1disasm.
.
t1unmac Extracts POST resources from a Macintosh Type 1 font file
(ATM/Laserwriter) into PFA or PFB format for use outside
the Macintosh environment. The Macintosh file should be
stored in MacBinary, AppleSingle, AppleDouble, or BinHex
format, or as a raw resource fork. Note that t1unmac does
not have to run on a Macintosh, but makes Macintosh Type 1
fonts available for use on Unix machines and PCs.
.
t1mac Creates a Macintosh Type 1 file from a PFA- or PFB-format
Type 1 font. Writes the Macintosh file in MacBinary,
AppleSingle, AppleDouble, or BinHex format, or as a raw
resource fork. WARNING: This tool will not suffice to
allow you to use the new font on a Macintosh, as
Macintoshes cannot read raw Type 1 fonts. You will need
to create a font suitcase containing bitmap fonts. If you
do not already have such a suitcase for the font, T1utils
will not help you create one.
Description-md5: abf1d47b8ca1b485d148651358fc9283
Task: ubuntustudio-fonts, ubuntu-mate-core, ubuntu-mate-desktop