How To Install rust-ucd-parse-devel on Fedora 36

In this tutorial we learn how to install rust-ucd-parse-devel in Fedora 36. rust-ucd-parse-devel is Library for parsing data files in the Unicode character database

Introduction

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

What is rust-ucd-parse-devel

Library for parsing data files in the Unicode character database. This package contains library source intended for building other packages which use “ucd-parse” crate.

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

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

sudo dnf -y install rust-ucd-parse-devel

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

sudo yum -y install rust-ucd-parse-devel

How To Uninstall rust-ucd-parse-devel on Fedora 36

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

sudo dnf remove rust-ucd-parse-devel

rust-ucd-parse-devel Package Contents on Fedora 36

/usr/share/cargo/registry/ucd-parse-0.1.8
/usr/share/cargo/registry/ucd-parse-0.1.8/.cargo-checksum.json
/usr/share/cargo/registry/ucd-parse-0.1.8/Cargo.toml
/usr/share/cargo/registry/ucd-parse-0.1.8/LICENSE-APACHE
/usr/share/cargo/registry/ucd-parse-0.1.8/LICENSE-MIT
/usr/share/cargo/registry/ucd-parse-0.1.8/README.md
/usr/share/cargo/registry/ucd-parse-0.1.8/src
/usr/share/cargo/registry/ucd-parse-0.1.8/src/age.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/arabic_shaping.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/bidi_mirroring_glyph.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/case_folding.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/common.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/core_properties.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/emoji_properties.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/error.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/grapheme_cluster_break.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/jamo_short_name.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/lib.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/line_break.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/name_aliases.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/prop_list.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/property_aliases.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/property_value_aliases.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/script_extensions.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/scripts.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/sentence_break.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/special_casing.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/unicode_data.rs
/usr/share/cargo/registry/ucd-parse-0.1.8/src/word_break.rs
/usr/share/doc/rust-ucd-parse-devel
/usr/share/doc/rust-ucd-parse-devel/README.md
/usr/share/licenses/rust-ucd-parse-devel
/usr/share/licenses/rust-ucd-parse-devel/LICENSE-APACHE
/usr/share/licenses/rust-ucd-parse-devel/LICENSE-MIT

References

Summary

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