How To Install rust-encoding-devel on Fedora 36

In this tutorial we learn how to install rust-encoding-devel in Fedora 36. rust-encoding-devel is Character encoding support for Rust

Introduction

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

What is rust-encoding-devel

Character encoding support for Rust. This package contains library source intended for building other packages which use “encoding” crate.

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

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

sudo dnf -y install rust-encoding-devel

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

sudo yum -y install rust-encoding-devel

How To Uninstall rust-encoding-devel on Fedora 36

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

sudo dnf remove rust-encoding-devel

rust-encoding-devel Package Contents on Fedora 36

/usr/share/cargo/registry/encoding-0.2.33
/usr/share/cargo/registry/encoding-0.2.33/.cargo-checksum.json
/usr/share/cargo/registry/encoding-0.2.33/AUTHORS.txt
/usr/share/cargo/registry/encoding-0.2.33/Cargo.toml
/usr/share/cargo/registry/encoding-0.2.33/LICENSE.txt
/usr/share/cargo/registry/encoding-0.2.33/README.md
/usr/share/cargo/registry/encoding-0.2.33/examples
/usr/share/cargo/registry/encoding-0.2.33/examples/recode.rs
/usr/share/cargo/registry/encoding-0.2.33/src
/usr/share/cargo/registry/encoding-0.2.33/src/all.rs
/usr/share/cargo/registry/encoding-0.2.33/src/codec
/usr/share/cargo/registry/encoding-0.2.33/src/codec/ascii.rs
/usr/share/cargo/registry/encoding-0.2.33/src/codec/error.rs
/usr/share/cargo/registry/encoding-0.2.33/src/codec/japanese.rs
/usr/share/cargo/registry/encoding-0.2.33/src/codec/korean.rs
/usr/share/cargo/registry/encoding-0.2.33/src/codec/simpchinese.rs
/usr/share/cargo/registry/encoding-0.2.33/src/codec/singlebyte.rs
/usr/share/cargo/registry/encoding-0.2.33/src/codec/tradchinese.rs
/usr/share/cargo/registry/encoding-0.2.33/src/codec/utf_16.rs
/usr/share/cargo/registry/encoding-0.2.33/src/codec/utf_8.rs
/usr/share/cargo/registry/encoding-0.2.33/src/codec/whatwg.rs
/usr/share/cargo/registry/encoding-0.2.33/src/examples
/usr/share/cargo/registry/encoding-0.2.33/src/examples/UTF-8-test.txt
/usr/share/cargo/registry/encoding-0.2.33/src/examples/outer-space-treaty.html
/usr/share/cargo/registry/encoding-0.2.33/src/label.rs
/usr/share/cargo/registry/encoding-0.2.33/src/lib.rs
/usr/share/cargo/registry/encoding-0.2.33/src/testutils.rs
/usr/share/cargo/registry/encoding-0.2.33/src/types.rs
/usr/share/cargo/registry/encoding-0.2.33/src/util.rs
/usr/share/doc/rust-encoding-devel
/usr/share/doc/rust-encoding-devel/AUTHORS.txt
/usr/share/doc/rust-encoding-devel/README.md
/usr/share/licenses/rust-encoding-devel
/usr/share/licenses/rust-encoding-devel/LICENSE.txt

References

Summary

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