How To Install rust-ttf-parser-devel on Fedora 36

In this tutorial we learn how to install rust-ttf-parser-devel in Fedora 36. rust-ttf-parser-devel is High-level, safe, zero-allocation TrueType font parser

Introduction

In this tutorial we learn how to install rust-ttf-parser-devel on Fedora 36.

What is rust-ttf-parser-devel

High-level, safe, zero-allocation TrueType font parser. This package contains library source intended for building other packages which use the “ttf-parser” crate.

We can use yum or dnf to install rust-ttf-parser-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-ttf-parser-devel.

Install rust-ttf-parser-devel 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 rust-ttf-parser-devel using dnf by running the following command:

sudo dnf -y install rust-ttf-parser-devel

Install rust-ttf-parser-devel 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 rust-ttf-parser-devel using yum by running the following command:

sudo yum -y install rust-ttf-parser-devel

How To Uninstall rust-ttf-parser-devel on Fedora 36

To uninstall only the rust-ttf-parser-devel package we can use the following command:

sudo dnf remove rust-ttf-parser-devel

rust-ttf-parser-devel Package Contents on Fedora 36

/usr/share/cargo/registry/ttf-parser-0.15.0
/usr/share/cargo/registry/ttf-parser-0.15.0/.cargo-checksum.json
/usr/share/cargo/registry/ttf-parser-0.15.0/CHANGELOG.md
/usr/share/cargo/registry/ttf-parser-0.15.0/Cargo.toml
/usr/share/cargo/registry/ttf-parser-0.15.0/LICENSE-APACHE
/usr/share/cargo/registry/ttf-parser-0.15.0/LICENSE-MIT
/usr/share/cargo/registry/ttf-parser-0.15.0/README.md
/usr/share/cargo/registry/ttf-parser-0.15.0/examples
/usr/share/cargo/registry/ttf-parser-0.15.0/examples/font-info.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/examples/font2svg.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src
/usr/share/cargo/registry/ttf-parser-0.15.0/src/aat.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/ggg
/usr/share/cargo/registry/ttf-parser-0.15.0/src/ggg/chained_context.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/ggg/context.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/ggg/feature_variations.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/ggg/layout_table.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/ggg/lookup.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/ggg/mod.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/lib.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/parser.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/ankr.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/avar.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cbdt.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cblc.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cff
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cff/argstack.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cff/cff1.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cff/cff2.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cff/charset.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cff/charstring.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cff/dict.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cff/index.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cff/mod.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cff/std_names.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cmap
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cmap/format0.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cmap/format10.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cmap/format12.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cmap/format13.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cmap/format14.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cmap/format2.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cmap/format4.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cmap/format6.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/cmap/mod.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/feat.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/fvar.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/gdef.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/glyf.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/gpos.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/gsub.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/gvar.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/head.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/hhea.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/hmtx.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/hvar.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/kern.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/kerx.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/loca.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/maxp.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/mod.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/morx.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/mvar.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/name.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/os2.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/post.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/sbix.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/svg.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/trak.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/vhea.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/tables/vorg.rs
/usr/share/cargo/registry/ttf-parser-0.15.0/src/var_store.rs

References

Summary

In this tutorial we learn how to install rust-ttf-parser-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).