How To Install rust-owned_ttf_parser-devel on Fedora 36

In this tutorial we learn how to install rust-owned_ttf_parser-devel in Fedora 36. rust-owned_ttf_parser-devel is Ttf-parser plus support for owned data

Introduction

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

What is rust-owned_ttf_parser-devel

ttf-parser plus support for owned data. This package contains library source intended for building other packages which use the “owned_ttf_parser” crate.

We can use yum or dnf to install rust-owned_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-owned_ttf_parser-devel.

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

sudo dnf -y install rust-owned_ttf_parser-devel

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

sudo yum -y install rust-owned_ttf_parser-devel

How To Uninstall rust-owned_ttf_parser-devel on Fedora 36

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

sudo dnf remove rust-owned_ttf_parser-devel

rust-owned_ttf_parser-devel Package Contents on Fedora 36

/usr/share/cargo/registry/owned_ttf_parser-0.15.0
/usr/share/cargo/registry/owned_ttf_parser-0.15.0/.cargo-checksum.json
/usr/share/cargo/registry/owned_ttf_parser-0.15.0/CHANGELOG.md
/usr/share/cargo/registry/owned_ttf_parser-0.15.0/Cargo.toml
/usr/share/cargo/registry/owned_ttf_parser-0.15.0/LICENSE
/usr/share/cargo/registry/owned_ttf_parser-0.15.0/README.md
/usr/share/cargo/registry/owned_ttf_parser-0.15.0/fonts
/usr/share/cargo/registry/owned_ttf_parser-0.15.0/fonts/font.ttf
/usr/share/cargo/registry/owned_ttf_parser-0.15.0/src
/usr/share/cargo/registry/owned_ttf_parser-0.15.0/src/convert.rs
/usr/share/cargo/registry/owned_ttf_parser-0.15.0/src/lib.rs
/usr/share/cargo/registry/owned_ttf_parser-0.15.0/src/owned.rs
/usr/share/cargo/registry/owned_ttf_parser-0.15.0/src/preparse.rs
/usr/share/cargo/registry/owned_ttf_parser-0.15.0/test
/usr/share/cargo/registry/owned_ttf_parser-0.15.0/tests
/usr/share/cargo/registry/owned_ttf_parser-0.15.0/tests/owned_ttf.rs
/usr/share/cargo/registry/owned_ttf_parser-0.15.0/tests/preparse.rs

References

Summary

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