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

In this tutorial we learn how to install rust-encoding-index-japanese-devel in Fedora 36. rust-encoding-index-japanese-devel is Index tables for Japanese character encodings

Introduction

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

What is rust-encoding-index-japanese-devel

Index tables for Japanese character encodings. This package contains library source intended for building other packages which use “encoding-index-japanese” crate.

We can use yum or dnf to install rust-encoding-index-japanese-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-japanese-devel.

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

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

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

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

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

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

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

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

/usr/share/cargo/registry/encoding-index-japanese-1.20141219.5
/usr/share/cargo/registry/encoding-index-japanese-1.20141219.5/.cargo-checksum.json
/usr/share/cargo/registry/encoding-index-japanese-1.20141219.5/Cargo.toml
/usr/share/cargo/registry/encoding-index-japanese-1.20141219.5/jis0208.rs
/usr/share/cargo/registry/encoding-index-japanese-1.20141219.5/jis0212.rs
/usr/share/cargo/registry/encoding-index-japanese-1.20141219.5/lib.rs

References

Summary

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