How To Install rust-pest-devel on Fedora 36

In this tutorial we learn how to install rust-pest-devel in Fedora 36. rust-pest-devel is Elegant Parser

Introduction

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

What is rust-pest-devel

Elegant Parser. This package contains library source intended for building other packages which use “pest” crate.

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

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

sudo dnf -y install rust-pest-devel

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

sudo yum -y install rust-pest-devel

How To Uninstall rust-pest-devel on Fedora 36

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

sudo dnf remove rust-pest-devel

rust-pest-devel Package Contents on Fedora 36

/usr/share/cargo/registry/pest-2.1.3
/usr/share/cargo/registry/pest-2.1.3/.cargo-checksum.json
/usr/share/cargo/registry/pest-2.1.3/Cargo.toml
/usr/share/cargo/registry/pest-2.1.3/LICENSE-APACHE
/usr/share/cargo/registry/pest-2.1.3/LICENSE-MIT
/usr/share/cargo/registry/pest-2.1.3/_README.md
/usr/share/cargo/registry/pest-2.1.3/examples
/usr/share/cargo/registry/pest-2.1.3/examples/parens.rs
/usr/share/cargo/registry/pest-2.1.3/src
/usr/share/cargo/registry/pest-2.1.3/src/error.rs
/usr/share/cargo/registry/pest-2.1.3/src/iterators
/usr/share/cargo/registry/pest-2.1.3/src/iterators/flat_pairs.rs
/usr/share/cargo/registry/pest-2.1.3/src/iterators/mod.rs
/usr/share/cargo/registry/pest-2.1.3/src/iterators/pair.rs
/usr/share/cargo/registry/pest-2.1.3/src/iterators/pairs.rs
/usr/share/cargo/registry/pest-2.1.3/src/iterators/queueable_token.rs
/usr/share/cargo/registry/pest-2.1.3/src/iterators/tokens.rs
/usr/share/cargo/registry/pest-2.1.3/src/lib.rs
/usr/share/cargo/registry/pest-2.1.3/src/macros.rs
/usr/share/cargo/registry/pest-2.1.3/src/parser.rs
/usr/share/cargo/registry/pest-2.1.3/src/parser_state.rs
/usr/share/cargo/registry/pest-2.1.3/src/position.rs
/usr/share/cargo/registry/pest-2.1.3/src/prec_climber.rs
/usr/share/cargo/registry/pest-2.1.3/src/span.rs
/usr/share/cargo/registry/pest-2.1.3/src/stack.rs
/usr/share/cargo/registry/pest-2.1.3/src/token.rs
/usr/share/cargo/registry/pest-2.1.3/src/unicode
/usr/share/cargo/registry/pest-2.1.3/src/unicode/binary.rs
/usr/share/cargo/registry/pest-2.1.3/src/unicode/category.rs
/usr/share/cargo/registry/pest-2.1.3/src/unicode/mod.rs
/usr/share/cargo/registry/pest-2.1.3/tests
/usr/share/cargo/registry/pest-2.1.3/tests/calculator.rs
/usr/share/cargo/registry/pest-2.1.3/tests/json.rs
/usr/share/doc/rust-pest-devel
/usr/share/doc/rust-pest-devel/_README.md
/usr/share/licenses/rust-pest-devel
/usr/share/licenses/rust-pest-devel/LICENSE-APACHE
/usr/share/licenses/rust-pest-devel/LICENSE-MIT

References

Summary

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