How To Install rust-fluent-bundle-devel on Fedora 36

In this tutorial we learn how to install rust-fluent-bundle-devel in Fedora 36. rust-fluent-bundle-devel is Localization system designed to unleash the entire expressive power of natural language translations

Introduction

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

What is rust-fluent-bundle-devel

Localization system designed to unleash the entire expressive power of natural language translations. This package contains library source intended for building other packages which use “fluent-bundle” crate.

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

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

sudo dnf -y install rust-fluent-bundle-devel

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

sudo yum -y install rust-fluent-bundle-devel

How To Uninstall rust-fluent-bundle-devel on Fedora 36

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

sudo dnf remove rust-fluent-bundle-devel

rust-fluent-bundle-devel Package Contents on Fedora 36

/usr/share/cargo/registry/fluent-bundle-0.15.2
/usr/share/cargo/registry/fluent-bundle-0.15.2/.cargo-checksum.json
/usr/share/cargo/registry/fluent-bundle-0.15.2/Cargo.toml
/usr/share/cargo/registry/fluent-bundle-0.15.2/LICENSE-APACHE
/usr/share/cargo/registry/fluent-bundle-0.15.2/LICENSE-MIT
/usr/share/cargo/registry/fluent-bundle-0.15.2/README.md
/usr/share/cargo/registry/fluent-bundle-0.15.2/benches
/usr/share/cargo/registry/fluent-bundle-0.15.2/benches/resolver.rs
/usr/share/cargo/registry/fluent-bundle-0.15.2/benches/resolver_iai.rs
/usr/share/cargo/registry/fluent-bundle-0.15.2/examples
/usr/share/cargo/registry/fluent-bundle-0.15.2/examples/README.md
/usr/share/cargo/registry/fluent-bundle-0.15.2/src
/usr/share/cargo/registry/fluent-bundle-0.15.2/src/args.rs
/usr/share/cargo/registry/fluent-bundle-0.15.2/src/bundle.rs
/usr/share/cargo/registry/fluent-bundle-0.15.2/src/concurrent.rs
/usr/share/cargo/registry/fluent-bundle-0.15.2/src/entry.rs
/usr/share/cargo/registry/fluent-bundle-0.15.2/src/errors.rs
/usr/share/cargo/registry/fluent-bundle-0.15.2/src/lib.rs
/usr/share/cargo/registry/fluent-bundle-0.15.2/src/memoizer.rs
/usr/share/cargo/registry/fluent-bundle-0.15.2/src/message.rs
/usr/share/cargo/registry/fluent-bundle-0.15.2/src/resolver
/usr/share/cargo/registry/fluent-bundle-0.15.2/src/resolver/errors.rs
/usr/share/cargo/registry/fluent-bundle-0.15.2/src/resolver/expression.rs
/usr/share/cargo/registry/fluent-bundle-0.15.2/src/resolver/inline_expression.rs
/usr/share/cargo/registry/fluent-bundle-0.15.2/src/resolver/mod.rs
/usr/share/cargo/registry/fluent-bundle-0.15.2/src/resolver/pattern.rs
/usr/share/cargo/registry/fluent-bundle-0.15.2/src/resolver/scope.rs
/usr/share/cargo/registry/fluent-bundle-0.15.2/src/resource.rs
/usr/share/cargo/registry/fluent-bundle-0.15.2/src/types
/usr/share/cargo/registry/fluent-bundle-0.15.2/src/types/mod.rs
/usr/share/cargo/registry/fluent-bundle-0.15.2/src/types/number.rs
/usr/share/cargo/registry/fluent-bundle-0.15.2/src/types/plural.rs
/usr/share/doc/rust-fluent-bundle-devel
/usr/share/doc/rust-fluent-bundle-devel/README.md
/usr/share/doc/rust-fluent-bundle-devel/examples
/usr/share/doc/rust-fluent-bundle-devel/examples/README.md
/usr/share/licenses/rust-fluent-bundle-devel
/usr/share/licenses/rust-fluent-bundle-devel/LICENSE-APACHE
/usr/share/licenses/rust-fluent-bundle-devel/LICENSE-MIT

References

Summary

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