How To Install rust-grep-regex-devel on Fedora 36

In this tutorial we learn how to install rust-grep-regex-devel in Fedora 36. rust-grep-regex-devel is Use Rust’s regex library with the ‘grep’ crate

Introduction

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

What is rust-grep-regex-devel

Use Rust’s regex library with the ‘grep’ crate. This package contains library source intended for building other packages which use “grep-regex” crate.

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

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

sudo dnf -y install rust-grep-regex-devel

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

sudo yum -y install rust-grep-regex-devel

How To Uninstall rust-grep-regex-devel on Fedora 36

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

sudo dnf remove rust-grep-regex-devel

rust-grep-regex-devel Package Contents on Fedora 36

/usr/share/cargo/registry/grep-regex-0.1.9
/usr/share/cargo/registry/grep-regex-0.1.9/.cargo-checksum.json
/usr/share/cargo/registry/grep-regex-0.1.9/Cargo.toml
/usr/share/cargo/registry/grep-regex-0.1.9/LICENSE-MIT
/usr/share/cargo/registry/grep-regex-0.1.9/README.md
/usr/share/cargo/registry/grep-regex-0.1.9/UNLICENSE
/usr/share/cargo/registry/grep-regex-0.1.9/src
/usr/share/cargo/registry/grep-regex-0.1.9/src/ast.rs
/usr/share/cargo/registry/grep-regex-0.1.9/src/config.rs
/usr/share/cargo/registry/grep-regex-0.1.9/src/crlf.rs
/usr/share/cargo/registry/grep-regex-0.1.9/src/error.rs
/usr/share/cargo/registry/grep-regex-0.1.9/src/lib.rs
/usr/share/cargo/registry/grep-regex-0.1.9/src/literal.rs
/usr/share/cargo/registry/grep-regex-0.1.9/src/matcher.rs
/usr/share/cargo/registry/grep-regex-0.1.9/src/multi.rs
/usr/share/cargo/registry/grep-regex-0.1.9/src/non_matching.rs
/usr/share/cargo/registry/grep-regex-0.1.9/src/strip.rs
/usr/share/cargo/registry/grep-regex-0.1.9/src/util.rs
/usr/share/cargo/registry/grep-regex-0.1.9/src/word.rs
/usr/share/doc/rust-grep-regex-devel
/usr/share/doc/rust-grep-regex-devel/README.md
/usr/share/licenses/rust-grep-regex-devel
/usr/share/licenses/rust-grep-regex-devel/LICENSE-MIT
/usr/share/licenses/rust-grep-regex-devel/UNLICENSE

References

Summary

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