How To Install rust-pure-rust-locales-devel on Fedora 36

In this tutorial we learn how to install rust-pure-rust-locales-devel in Fedora 36. rust-pure-rust-locales-devel is Pure Rust locales imported directly from the GNU C Library

Introduction

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

What is rust-pure-rust-locales-devel

Pure Rust locales imported directly from the GNU C Library. LC_COLLATE and LC_CTYPE are not yet supported. This package contains library source intended for building other packages which use “pure-rust-locales” crate.

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

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

sudo dnf -y install rust-pure-rust-locales-devel

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

sudo yum -y install rust-pure-rust-locales-devel

How To Uninstall rust-pure-rust-locales-devel on Fedora 36

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

sudo dnf remove rust-pure-rust-locales-devel

rust-pure-rust-locales-devel Package Contents on Fedora 36

/usr/share/cargo/registry/pure-rust-locales-0.5.6
/usr/share/cargo/registry/pure-rust-locales-0.5.6/.cargo-checksum.json
/usr/share/cargo/registry/pure-rust-locales-0.5.6/Cargo.toml
/usr/share/cargo/registry/pure-rust-locales-0.5.6/LICENSE.Apache-2.0
/usr/share/cargo/registry/pure-rust-locales-0.5.6/LICENSE.MIT
/usr/share/cargo/registry/pure-rust-locales-0.5.6/README.md
/usr/share/cargo/registry/pure-rust-locales-0.5.6/src
/usr/share/cargo/registry/pure-rust-locales-0.5.6/src/lib.rs
/usr/share/cargo/registry/pure-rust-locales-0.5.6/tests
/usr/share/cargo/registry/pure-rust-locales-0.5.6/tests/checksum.rs
/usr/share/cargo/registry/pure-rust-locales-0.5.6/tests/macros.rs
/usr/share/cargo/registry/pure-rust-locales-0.5.6/tests/simple_test.rs
/usr/share/doc/rust-pure-rust-locales-devel
/usr/share/doc/rust-pure-rust-locales-devel/README.md
/usr/share/licenses/rust-pure-rust-locales-devel
/usr/share/licenses/rust-pure-rust-locales-devel/LICENSE.Apache-2.0
/usr/share/licenses/rust-pure-rust-locales-devel/LICENSE.MIT

References

Summary

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