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

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

Introduction

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

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

We can use yum or dnf to install rust-cookie-factory+default-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+default-devel.

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

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

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

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

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

sudo dnf remove rust-cookie-factory+default-devel
/usr/share/cargo/registry/cookie-factory-0.3.2/Cargo.toml

References

Summary

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