How To Install rust-nom-devel on Fedora 36

In this tutorial we learn how to install rust-nom-devel in Fedora 36. rust-nom-devel is Byte-oriented, zero-copy, parser combinators library

Introduction

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

What is rust-nom-devel

Byte-oriented, zero-copy, parser combinators library. This package contains library source intended for building other packages which use the “nom” crate.

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

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

sudo dnf -y install rust-nom-devel

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

sudo yum -y install rust-nom-devel

How To Uninstall rust-nom-devel on Fedora 36

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

sudo dnf remove rust-nom-devel

rust-nom-devel Package Contents on Fedora 36

/usr/share/cargo/registry/nom-7.1.1
/usr/share/cargo/registry/nom-7.1.1/.cargo-checksum.json
/usr/share/cargo/registry/nom-7.1.1/.gitignore
/usr/share/cargo/registry/nom-7.1.1/CHANGELOG.md
/usr/share/cargo/registry/nom-7.1.1/Cargo.toml
/usr/share/cargo/registry/nom-7.1.1/LICENSE
/usr/share/cargo/registry/nom-7.1.1/README.md
/usr/share/cargo/registry/nom-7.1.1/doc
/usr/share/cargo/registry/nom-7.1.1/doc/nom_recipes.md
/usr/share/cargo/registry/nom-7.1.1/src
/usr/share/cargo/registry/nom-7.1.1/src/bits
/usr/share/cargo/registry/nom-7.1.1/src/bits/complete.rs
/usr/share/cargo/registry/nom-7.1.1/src/bits/mod.rs
/usr/share/cargo/registry/nom-7.1.1/src/bits/streaming.rs
/usr/share/cargo/registry/nom-7.1.1/src/branch
/usr/share/cargo/registry/nom-7.1.1/src/branch/mod.rs
/usr/share/cargo/registry/nom-7.1.1/src/branch/tests.rs
/usr/share/cargo/registry/nom-7.1.1/src/bytes
/usr/share/cargo/registry/nom-7.1.1/src/bytes/complete.rs
/usr/share/cargo/registry/nom-7.1.1/src/bytes/mod.rs
/usr/share/cargo/registry/nom-7.1.1/src/bytes/streaming.rs
/usr/share/cargo/registry/nom-7.1.1/src/bytes/tests.rs
/usr/share/cargo/registry/nom-7.1.1/src/character
/usr/share/cargo/registry/nom-7.1.1/src/character/complete.rs
/usr/share/cargo/registry/nom-7.1.1/src/character/mod.rs
/usr/share/cargo/registry/nom-7.1.1/src/character/streaming.rs
/usr/share/cargo/registry/nom-7.1.1/src/character/tests.rs
/usr/share/cargo/registry/nom-7.1.1/src/combinator
/usr/share/cargo/registry/nom-7.1.1/src/combinator/mod.rs
/usr/share/cargo/registry/nom-7.1.1/src/combinator/tests.rs
/usr/share/cargo/registry/nom-7.1.1/src/error.rs
/usr/share/cargo/registry/nom-7.1.1/src/internal.rs
/usr/share/cargo/registry/nom-7.1.1/src/lib.rs
/usr/share/cargo/registry/nom-7.1.1/src/multi
/usr/share/cargo/registry/nom-7.1.1/src/multi/mod.rs
/usr/share/cargo/registry/nom-7.1.1/src/multi/tests.rs
/usr/share/cargo/registry/nom-7.1.1/src/number
/usr/share/cargo/registry/nom-7.1.1/src/number/complete.rs
/usr/share/cargo/registry/nom-7.1.1/src/number/mod.rs
/usr/share/cargo/registry/nom-7.1.1/src/number/streaming.rs
/usr/share/cargo/registry/nom-7.1.1/src/sequence
/usr/share/cargo/registry/nom-7.1.1/src/sequence/mod.rs
/usr/share/cargo/registry/nom-7.1.1/src/sequence/tests.rs
/usr/share/cargo/registry/nom-7.1.1/src/str.rs
/usr/share/cargo/registry/nom-7.1.1/src/traits.rs
/usr/share/cargo/registry/nom-7.1.1/tests
/usr/share/cargo/registry/nom-7.1.1/tests/arithmetic.rs
/usr/share/cargo/registry/nom-7.1.1/tests/arithmetic_ast.rs
/usr/share/cargo/registry/nom-7.1.1/tests/css.rs
/usr/share/cargo/registry/nom-7.1.1/tests/custom_errors.rs
/usr/share/cargo/registry/nom-7.1.1/tests/escaped.rs
/usr/share/cargo/registry/nom-7.1.1/tests/float.rs
/usr/share/cargo/registry/nom-7.1.1/tests/fnmut.rs
/usr/share/cargo/registry/nom-7.1.1/tests/ini.rs
/usr/share/cargo/registry/nom-7.1.1/tests/ini_str.rs
/usr/share/cargo/registry/nom-7.1.1/tests/issues.rs
/usr/share/cargo/registry/nom-7.1.1/tests/json.rs
/usr/share/cargo/registry/nom-7.1.1/tests/mp4.rs
/usr/share/cargo/registry/nom-7.1.1/tests/multiline.rs
/usr/share/cargo/registry/nom-7.1.1/tests/overflow.rs
/usr/share/cargo/registry/nom-7.1.1/tests/reborrow_fold.rs

References

Summary

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