How To Install rust-cookie_store-devel on Fedora 36

In this tutorial we learn how to install rust-cookie_store-devel in Fedora 36. rust-cookie_store-devel is Implementation of Cookie storage and retrieval

Introduction

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

Implementation of Cookie storage and retrieval. This package contains library source intended for building other packages which use the “cookie_store” crate.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install rust-cookie_store-devel using dnf by running the following command:

sudo dnf -y install rust-cookie_store-devel

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install rust-cookie_store-devel using yum by running the following command:

sudo yum -y install rust-cookie_store-devel

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

sudo dnf remove rust-cookie_store-devel
/usr/share/cargo/registry/cookie_store-0.15.1
/usr/share/cargo/registry/cookie_store-0.15.1/.cargo-checksum.json
/usr/share/cargo/registry/cookie_store-0.15.1/CHANGELOG.md
/usr/share/cargo/registry/cookie_store-0.15.1/CONTRIBUTORS.md
/usr/share/cargo/registry/cookie_store-0.15.1/Cargo.toml
/usr/share/cargo/registry/cookie_store-0.15.1/LICENSE-APACHE
/usr/share/cargo/registry/cookie_store-0.15.1/LICENSE-MIT
/usr/share/cargo/registry/cookie_store-0.15.1/README.md
/usr/share/cargo/registry/cookie_store-0.15.1/src
/usr/share/cargo/registry/cookie_store-0.15.1/src/cookie.rs
/usr/share/cargo/registry/cookie_store-0.15.1/src/cookie_domain.rs
/usr/share/cargo/registry/cookie_store-0.15.1/src/cookie_expiration.rs
/usr/share/cargo/registry/cookie_store-0.15.1/src/cookie_path.rs
/usr/share/cargo/registry/cookie_store-0.15.1/src/cookie_store.rs
/usr/share/cargo/registry/cookie_store-0.15.1/src/lib.rs
/usr/share/cargo/registry/cookie_store-0.15.1/src/utils.rs
/usr/share/doc/rust-cookie_store-devel
/usr/share/doc/rust-cookie_store-devel/CHANGELOG.md
/usr/share/doc/rust-cookie_store-devel/CONTRIBUTORS.md
/usr/share/doc/rust-cookie_store-devel/README.md
/usr/share/licenses/rust-cookie_store-devel
/usr/share/licenses/rust-cookie_store-devel/LICENSE-APACHE
/usr/share/licenses/rust-cookie_store-devel/LICENSE-MIT

References

Summary

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