How To Install rust-jieba-rs-devel on Fedora 36

In this tutorial we learn how to install rust-jieba-rs-devel in Fedora 36. rust-jieba-rs-devel is Jieba Chinese Word Segmentation Implemented in Rust

Introduction

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

What is rust-jieba-rs-devel

Jieba Chinese Word Segmentation Implemented in Rust. This package contains library source intended for building other packages which use “jieba-rs” crate.

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

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

sudo dnf -y install rust-jieba-rs-devel

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

sudo yum -y install rust-jieba-rs-devel

How To Uninstall rust-jieba-rs-devel on Fedora 36

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

sudo dnf remove rust-jieba-rs-devel

rust-jieba-rs-devel Package Contents on Fedora 36

/usr/share/cargo/registry/jieba-rs-0.6.2
/usr/share/cargo/registry/jieba-rs-0.6.2/.cargo-checksum.json
/usr/share/cargo/registry/jieba-rs-0.6.2/Cargo.toml
/usr/share/cargo/registry/jieba-rs-0.6.2/LICENSE
/usr/share/cargo/registry/jieba-rs-0.6.2/README.md
/usr/share/cargo/registry/jieba-rs-0.6.2/benches
/usr/share/cargo/registry/jieba-rs-0.6.2/benches/jieba_benchmark.rs
/usr/share/cargo/registry/jieba-rs-0.6.2/build.rs
/usr/share/cargo/registry/jieba-rs-0.6.2/rustfmt.toml
/usr/share/cargo/registry/jieba-rs-0.6.2/src
/usr/share/cargo/registry/jieba-rs-0.6.2/src/data
/usr/share/cargo/registry/jieba-rs-0.6.2/src/data/dict.txt
/usr/share/cargo/registry/jieba-rs-0.6.2/src/data/hmm.model
/usr/share/cargo/registry/jieba-rs-0.6.2/src/data/idf.txt
/usr/share/cargo/registry/jieba-rs-0.6.2/src/errors.rs
/usr/share/cargo/registry/jieba-rs-0.6.2/src/hmm.rs
/usr/share/cargo/registry/jieba-rs-0.6.2/src/keywords
/usr/share/cargo/registry/jieba-rs-0.6.2/src/keywords/mod.rs
/usr/share/cargo/registry/jieba-rs-0.6.2/src/keywords/textrank.rs
/usr/share/cargo/registry/jieba-rs-0.6.2/src/keywords/tfidf.rs
/usr/share/cargo/registry/jieba-rs-0.6.2/src/lib.rs
/usr/share/cargo/registry/jieba-rs-0.6.2/src/sparse_dag.rs
/usr/share/cargo/registry/jieba-rs-0.6.2/tests
/usr/share/cargo/registry/jieba-rs-0.6.2/tests/test_wasm.rs
/usr/share/doc/rust-jieba-rs-devel
/usr/share/doc/rust-jieba-rs-devel/README.md
/usr/share/licenses/rust-jieba-rs-devel
/usr/share/licenses/rust-jieba-rs-devel/LICENSE

References

Summary

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