How To Install rust-option-operations-devel on Fedora 36

In this tutorial we learn how to install rust-option-operations-devel in Fedora 36. rust-option-operations-devel is Improve arithmetic operations usability when dealing with Options

Introduction

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

What is rust-option-operations-devel

Traits and auto-implementations to improve arithmetic operations usability when dealing with Options. This package contains library source intended for building other packages which use the “option-operations” crate.

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

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

sudo dnf -y install rust-option-operations-devel

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

sudo yum -y install rust-option-operations-devel

How To Uninstall rust-option-operations-devel on Fedora 36

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

sudo dnf remove rust-option-operations-devel

rust-option-operations-devel Package Contents on Fedora 36

/usr/share/cargo/registry/option-operations-0.4.0
/usr/share/cargo/registry/option-operations-0.4.0/.cargo-checksum.json
/usr/share/cargo/registry/option-operations-0.4.0/Cargo.toml
/usr/share/cargo/registry/option-operations-0.4.0/LICENSE-APACHE
/usr/share/cargo/registry/option-operations-0.4.0/LICENSE-MIT
/usr/share/cargo/registry/option-operations-0.4.0/README.md
/usr/share/cargo/registry/option-operations-0.4.0/src
/usr/share/cargo/registry/option-operations-0.4.0/src/add.rs
/usr/share/cargo/registry/option-operations-0.4.0/src/div.rs
/usr/share/cargo/registry/option-operations-0.4.0/src/eq.rs
/usr/share/cargo/registry/option-operations-0.4.0/src/error.rs
/usr/share/cargo/registry/option-operations-0.4.0/src/lib.rs
/usr/share/cargo/registry/option-operations-0.4.0/src/macros
/usr/share/cargo/registry/option-operations-0.4.0/src/macros/impl_for.rs
/usr/share/cargo/registry/option-operations-0.4.0/src/macros/mod.rs
/usr/share/cargo/registry/option-operations-0.4.0/src/macros/option_op.rs
/usr/share/cargo/registry/option-operations-0.4.0/src/macros/option_op_assign.rs
/usr/share/cargo/registry/option-operations-0.4.0/src/macros/option_op_checked.rs
/usr/share/cargo/registry/option-operations-0.4.0/src/macros/option_op_overflowing.rs
/usr/share/cargo/registry/option-operations-0.4.0/src/macros/option_op_saturating.rs
/usr/share/cargo/registry/option-operations-0.4.0/src/macros/option_op_wrapping.rs
/usr/share/cargo/registry/option-operations-0.4.0/src/min_max.rs
/usr/share/cargo/registry/option-operations-0.4.0/src/mul.rs
/usr/share/cargo/registry/option-operations-0.4.0/src/ord.rs
/usr/share/cargo/registry/option-operations-0.4.0/src/rem.rs
/usr/share/cargo/registry/option-operations-0.4.0/src/sub.rs
/usr/share/doc/rust-option-operations-devel
/usr/share/doc/rust-option-operations-devel/README.md
/usr/share/licenses/rust-option-operations-devel
/usr/share/licenses/rust-option-operations-devel/LICENSE-APACHE
/usr/share/licenses/rust-option-operations-devel/LICENSE-MIT

References

Summary

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