How To Install rust-nom4-devel on Fedora 36

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

Introduction

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

What is rust-nom4-devel

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

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

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

sudo dnf -y install rust-nom4-devel

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

sudo yum -y install rust-nom4-devel

How To Uninstall rust-nom4-devel on Fedora 36

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

sudo dnf remove rust-nom4-devel

rust-nom4-devel Package Contents on Fedora 36

/usr/share/cargo/registry/nom-4.2.3
/usr/share/cargo/registry/nom-4.2.3/.cargo-checksum.json
/usr/share/cargo/registry/nom-4.2.3/CHANGELOG.md
/usr/share/cargo/registry/nom-4.2.3/Cargo.toml
/usr/share/cargo/registry/nom-4.2.3/LICENSE
/usr/share/cargo/registry/nom-4.2.3/build.rs
/usr/share/cargo/registry/nom-4.2.3/src
/usr/share/cargo/registry/nom-4.2.3/src/bits.rs
/usr/share/cargo/registry/nom-4.2.3/src/branch.rs
/usr/share/cargo/registry/nom-4.2.3/src/bytes.rs
/usr/share/cargo/registry/nom-4.2.3/src/character.rs
/usr/share/cargo/registry/nom-4.2.3/src/internal.rs
/usr/share/cargo/registry/nom-4.2.3/src/lib.rs
/usr/share/cargo/registry/nom-4.2.3/src/macros.rs
/usr/share/cargo/registry/nom-4.2.3/src/methods.rs
/usr/share/cargo/registry/nom-4.2.3/src/multi.rs
/usr/share/cargo/registry/nom-4.2.3/src/nom.rs
/usr/share/cargo/registry/nom-4.2.3/src/regexp.rs
/usr/share/cargo/registry/nom-4.2.3/src/sequence.rs
/usr/share/cargo/registry/nom-4.2.3/src/simple_errors.rs
/usr/share/cargo/registry/nom-4.2.3/src/str.rs
/usr/share/cargo/registry/nom-4.2.3/src/traits.rs
/usr/share/cargo/registry/nom-4.2.3/src/types.rs
/usr/share/cargo/registry/nom-4.2.3/src/util.rs
/usr/share/cargo/registry/nom-4.2.3/src/verbose_errors.rs
/usr/share/cargo/registry/nom-4.2.3/src/whitespace.rs
/usr/share/cargo/registry/nom-4.2.3/tests
/usr/share/cargo/registry/nom-4.2.3/tests/arithmetic.rs
/usr/share/cargo/registry/nom-4.2.3/tests/arithmetic_ast.rs
/usr/share/cargo/registry/nom-4.2.3/tests/blockbuf-arithmetic.rs
/usr/share/cargo/registry/nom-4.2.3/tests/complete_arithmetic.rs
/usr/share/cargo/registry/nom-4.2.3/tests/complete_float.rs
/usr/share/cargo/registry/nom-4.2.3/tests/css.rs
/usr/share/cargo/registry/nom-4.2.3/tests/custom_errors.rs
/usr/share/cargo/registry/nom-4.2.3/tests/float.rs
/usr/share/cargo/registry/nom-4.2.3/tests/inference.rs
/usr/share/cargo/registry/nom-4.2.3/tests/ini.rs
/usr/share/cargo/registry/nom-4.2.3/tests/ini_str.rs
/usr/share/cargo/registry/nom-4.2.3/tests/issues.rs
/usr/share/cargo/registry/nom-4.2.3/tests/json.rs
/usr/share/cargo/registry/nom-4.2.3/tests/mp4.rs
/usr/share/cargo/registry/nom-4.2.3/tests/multiline.rs
/usr/share/cargo/registry/nom-4.2.3/tests/named_args.rs
/usr/share/cargo/registry/nom-4.2.3/tests/overflow.rs
/usr/share/cargo/registry/nom-4.2.3/tests/reborrow_fold.rs
/usr/share/cargo/registry/nom-4.2.3/tests/test1.rs
/usr/share/doc/rust-nom4-devel
/usr/share/doc/rust-nom4-devel/CHANGELOG.md
/usr/share/licenses/rust-nom4-devel
/usr/share/licenses/rust-nom4-devel/LICENSE

References

Summary

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