How To Install rust-encoding-index-singlebyte-devel on Fedora 36

In this tutorial we learn how to install rust-encoding-index-singlebyte-devel in Fedora 36. rust-encoding-index-singlebyte-devel is Index tables for various single-byte character encodings

Introduction

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

What is rust-encoding-index-singlebyte-devel

Index tables for various single-byte character encodings. This package contains library source intended for building other packages which use “encoding-index-singlebyte” crate.

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

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

sudo dnf -y install rust-encoding-index-singlebyte-devel

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

sudo yum -y install rust-encoding-index-singlebyte-devel

How To Uninstall rust-encoding-index-singlebyte-devel on Fedora 36

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

sudo dnf remove rust-encoding-index-singlebyte-devel

rust-encoding-index-singlebyte-devel Package Contents on Fedora 36

/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/.cargo-checksum.json
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/Cargo.toml
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/ibm866.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/iso_8859_10.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/iso_8859_13.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/iso_8859_14.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/iso_8859_15.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/iso_8859_16.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/iso_8859_2.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/iso_8859_3.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/iso_8859_4.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/iso_8859_5.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/iso_8859_6.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/iso_8859_7.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/iso_8859_8.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/koi8_r.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/koi8_u.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/lib.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/macintosh.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/windows_1250.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/windows_1251.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/windows_1252.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/windows_1253.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/windows_1254.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/windows_1255.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/windows_1256.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/windows_1257.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/windows_1258.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/windows_874.rs
/usr/share/cargo/registry/encoding-index-singlebyte-1.20141219.5/x_mac_cyrillic.rs

References

Summary

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