How To Install rust-escargot-devel on Fedora 36

In this tutorial we learn how to install rust-escargot-devel in Fedora 36. rust-escargot-devel is Cargo API written in Paris

Introduction

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

What is rust-escargot-devel

Cargo API written in Paris. This package contains library source intended for building other packages which use the “escargot” crate.

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

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

sudo dnf -y install rust-escargot-devel

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

sudo yum -y install rust-escargot-devel

How To Uninstall rust-escargot-devel on Fedora 36

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

sudo dnf remove rust-escargot-devel

rust-escargot-devel Package Contents on Fedora 36

/usr/share/cargo/registry/escargot-0.5.7
/usr/share/cargo/registry/escargot-0.5.7/.cargo-checksum.json
/usr/share/cargo/registry/escargot-0.5.7/Cargo.toml
/usr/share/cargo/registry/escargot-0.5.7/LICENSE-APACHE
/usr/share/cargo/registry/escargot-0.5.7/LICENSE-MIT
/usr/share/cargo/registry/escargot-0.5.7/README.md
/usr/share/cargo/registry/escargot-0.5.7/build.rs
/usr/share/cargo/registry/escargot-0.5.7/examples
/usr/share/cargo/registry/escargot-0.5.7/examples/example_fixture.rs
/usr/share/cargo/registry/escargot-0.5.7/src
/usr/share/cargo/registry/escargot-0.5.7/src/bin
/usr/share/cargo/registry/escargot-0.5.7/src/bin/bin_fixture.rs
/usr/share/cargo/registry/escargot-0.5.7/src/build.rs
/usr/share/cargo/registry/escargot-0.5.7/src/cargo.rs
/usr/share/cargo/registry/escargot-0.5.7/src/error.rs
/usr/share/cargo/registry/escargot-0.5.7/src/format
/usr/share/cargo/registry/escargot-0.5.7/src/format/diagnostic.rs
/usr/share/cargo/registry/escargot-0.5.7/src/format/mod.rs
/usr/share/cargo/registry/escargot-0.5.7/src/format/test.rs
/usr/share/cargo/registry/escargot-0.5.7/src/lib.rs
/usr/share/cargo/registry/escargot-0.5.7/src/msg.rs
/usr/share/cargo/registry/escargot-0.5.7/src/run.rs
/usr/share/cargo/registry/escargot-0.5.7/src/test.rs
/usr/share/cargo/registry/escargot-0.5.7/tests
/usr/share/cargo/registry/escargot-0.5.7/tests/build.rs
/usr/share/doc/rust-escargot-devel
/usr/share/doc/rust-escargot-devel/README.md
/usr/share/licenses/rust-escargot-devel
/usr/share/licenses/rust-escargot-devel/LICENSE-APACHE
/usr/share/licenses/rust-escargot-devel/LICENSE-MIT

References

Summary

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