How To Install rust-utf8-ranges-devel on Fedora 36

In this tutorial we learn how to install rust-utf8-ranges-devel in Fedora 36. rust-utf8-ranges-devel is Convert ranges of Unicode codepoints to UTF-8 byte ranges

Introduction

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

What is rust-utf8-ranges-devel

Convert ranges of Unicode codepoints to UTF-8 byte ranges. DEPRECATED. Use regex-syntax This package contains library source intended for building other packages which use “utf8-ranges” crate.

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

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

sudo dnf -y install rust-utf8-ranges-devel

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

sudo yum -y install rust-utf8-ranges-devel

How To Uninstall rust-utf8-ranges-devel on Fedora 36

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

sudo dnf remove rust-utf8-ranges-devel

rust-utf8-ranges-devel Package Contents on Fedora 36

/usr/share/cargo/registry/utf8-ranges-1.0.4
/usr/share/cargo/registry/utf8-ranges-1.0.4/.cargo-checksum.json
/usr/share/cargo/registry/utf8-ranges-1.0.4/COPYING
/usr/share/cargo/registry/utf8-ranges-1.0.4/Cargo.toml
/usr/share/cargo/registry/utf8-ranges-1.0.4/LICENSE-MIT
/usr/share/cargo/registry/utf8-ranges-1.0.4/README.md
/usr/share/cargo/registry/utf8-ranges-1.0.4/UNLICENSE
/usr/share/cargo/registry/utf8-ranges-1.0.4/benches
/usr/share/cargo/registry/utf8-ranges-1.0.4/benches/bench.rs
/usr/share/cargo/registry/utf8-ranges-1.0.4/src
/usr/share/cargo/registry/utf8-ranges-1.0.4/src/char_utf8.rs
/usr/share/cargo/registry/utf8-ranges-1.0.4/src/lib.rs
/usr/share/doc/rust-utf8-ranges-devel
/usr/share/doc/rust-utf8-ranges-devel/README.md
/usr/share/licenses/rust-utf8-ranges-devel
/usr/share/licenses/rust-utf8-ranges-devel/COPYING
/usr/share/licenses/rust-utf8-ranges-devel/LICENSE-MIT
/usr/share/licenses/rust-utf8-ranges-devel/UNLICENSE

References

Summary

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