How To Install rust-fallible_collections-devel on Fedora 36

In this tutorial we learn how to install rust-fallible_collections-devel in Fedora 36. rust-fallible_collections-devel is Crate which adds fallible allocation api to std collections

Introduction

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

What is rust-fallible_collections-devel

Crate which adds fallible allocation api to std collections. This package contains library source intended for building other packages which use “fallible_collections” crate.

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

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

sudo dnf -y install rust-fallible_collections-devel

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

sudo yum -y install rust-fallible_collections-devel

How To Uninstall rust-fallible_collections-devel on Fedora 36

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

sudo dnf remove rust-fallible_collections-devel

rust-fallible_collections-devel Package Contents on Fedora 36

/usr/share/cargo/registry/fallible_collections-0.4.4
/usr/share/cargo/registry/fallible_collections-0.4.4/.cargo-checksum.json
/usr/share/cargo/registry/fallible_collections-0.4.4/Cargo.toml
/usr/share/cargo/registry/fallible_collections-0.4.4/LICENSE-APACHE
/usr/share/cargo/registry/fallible_collections-0.4.4/LICENSE-MIT
/usr/share/cargo/registry/fallible_collections-0.4.4/README.md
/usr/share/cargo/registry/fallible_collections-0.4.4/src
/usr/share/cargo/registry/fallible_collections-0.4.4/src/arc.rs
/usr/share/cargo/registry/fallible_collections-0.4.4/src/boxed.rs
/usr/share/cargo/registry/fallible_collections-0.4.4/src/btree
/usr/share/cargo/registry/fallible_collections-0.4.4/src/btree.rs
/usr/share/cargo/registry/fallible_collections-0.4.4/src/btree/map.rs
/usr/share/cargo/registry/fallible_collections-0.4.4/src/btree/node.rs
/usr/share/cargo/registry/fallible_collections-0.4.4/src/btree/search.rs
/usr/share/cargo/registry/fallible_collections-0.4.4/src/btree/set.rs
/usr/share/cargo/registry/fallible_collections-0.4.4/src/format.rs
/usr/share/cargo/registry/fallible_collections-0.4.4/src/hashmap.rs
/usr/share/cargo/registry/fallible_collections-0.4.4/src/lib.rs
/usr/share/cargo/registry/fallible_collections-0.4.4/src/rc.rs
/usr/share/cargo/registry/fallible_collections-0.4.4/src/try_clone.rs
/usr/share/cargo/registry/fallible_collections-0.4.4/src/vec.rs
/usr/share/doc/rust-fallible_collections-devel
/usr/share/doc/rust-fallible_collections-devel/README.md
/usr/share/licenses/rust-fallible_collections-devel
/usr/share/licenses/rust-fallible_collections-devel/LICENSE-APACHE
/usr/share/licenses/rust-fallible_collections-devel/LICENSE-MIT

References

Summary

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