How To Install rust-cookie-factory-devel on Fedora 36

In this tutorial we learn how to install rust-cookie-factory-devel in Fedora 36. rust-cookie-factory-devel is Nom inspired serialization library

Introduction

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

Nom inspired serialization library. This package contains library source intended for building other packages which use the “cookie-factory” crate.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install rust-cookie-factory-devel

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install rust-cookie-factory-devel

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

sudo dnf remove rust-cookie-factory-devel
/usr/share/cargo/registry/cookie-factory-0.3.2
/usr/share/cargo/registry/cookie-factory-0.3.2/.cargo-checksum.json
/usr/share/cargo/registry/cookie-factory-0.3.2/.gitignore
/usr/share/cargo/registry/cookie-factory-0.3.2/Cargo.toml
/usr/share/cargo/registry/cookie-factory-0.3.2/LICENSE
/usr/share/cargo/registry/cookie-factory-0.3.2/README.md
/usr/share/cargo/registry/cookie-factory-0.3.2/src
/usr/share/cargo/registry/cookie-factory-0.3.2/src/bytes.rs
/usr/share/cargo/registry/cookie-factory-0.3.2/src/combinator.rs
/usr/share/cargo/registry/cookie-factory-0.3.2/src/gen.rs
/usr/share/cargo/registry/cookie-factory-0.3.2/src/internal.rs
/usr/share/cargo/registry/cookie-factory-0.3.2/src/io_compat.rs
/usr/share/cargo/registry/cookie-factory-0.3.2/src/lib.rs
/usr/share/cargo/registry/cookie-factory-0.3.2/src/multi.rs
/usr/share/cargo/registry/cookie-factory-0.3.2/src/sequence.rs
/usr/share/doc/rust-cookie-factory-devel
/usr/share/doc/rust-cookie-factory-devel/README.md
/usr/share/licenses/rust-cookie-factory-devel
/usr/share/licenses/rust-cookie-factory-devel/LICENSE

References

Summary

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