How To Install rust-xi-unicode-devel on Fedora 36

In this tutorial we learn how to install rust-xi-unicode-devel in Fedora 36. rust-xi-unicode-devel is Unicode utilities useful for text editing, including a line breaking iterator

Introduction

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

What is rust-xi-unicode-devel

Unicode utilities useful for text editing, including a line breaking iterator. This package contains library source intended for building other packages which use “xi-unicode” crate.

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

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

sudo dnf -y install rust-xi-unicode-devel

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

sudo yum -y install rust-xi-unicode-devel

How To Uninstall rust-xi-unicode-devel on Fedora 36

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

sudo dnf remove rust-xi-unicode-devel

rust-xi-unicode-devel Package Contents on Fedora 36

/usr/share/cargo/registry/xi-unicode-0.3.0
/usr/share/cargo/registry/xi-unicode-0.3.0/.cargo-checksum.json
/usr/share/cargo/registry/xi-unicode-0.3.0/BUILD.gn
/usr/share/cargo/registry/xi-unicode-0.3.0/Cargo.toml
/usr/share/cargo/registry/xi-unicode-0.3.0/benches
/usr/share/cargo/registry/xi-unicode-0.3.0/benches/bench.rs
/usr/share/cargo/registry/xi-unicode-0.3.0/examples
/usr/share/cargo/registry/xi-unicode-0.3.0/examples/runtestdata.rs
/usr/share/cargo/registry/xi-unicode-0.3.0/src
/usr/share/cargo/registry/xi-unicode-0.3.0/src/lib.rs
/usr/share/cargo/registry/xi-unicode-0.3.0/src/tables.rs
/usr/share/cargo/registry/xi-unicode-0.3.0/tests
/usr/share/cargo/registry/xi-unicode-0.3.0/tests/LineBreakTest.txt
/usr/share/cargo/registry/xi-unicode-0.3.0/tests/linebreaktest.rs
/usr/share/cargo/registry/xi-unicode-0.3.0/tools
/usr/share/cargo/registry/xi-unicode-0.3.0/tools/Makefile
/usr/share/cargo/registry/xi-unicode-0.3.0/tools/gen_rand_icu.cc
/usr/share/cargo/registry/xi-unicode-0.3.0/tools/mk_tables.py

References

Summary

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