How To Install rust-resolv-conf-devel on Fedora 36

In this tutorial we learn how to install rust-resolv-conf-devel in Fedora 36. rust-resolv-conf-devel is Resolv.conf file parser

Introduction

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

What is rust-resolv-conf-devel

Resolv.conf file parser. This package contains library source intended for building other packages which use “resolv-conf” crate.

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

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

sudo dnf -y install rust-resolv-conf-devel

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

sudo yum -y install rust-resolv-conf-devel

How To Uninstall rust-resolv-conf-devel on Fedora 36

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

sudo dnf remove rust-resolv-conf-devel

rust-resolv-conf-devel Package Contents on Fedora 36

/usr/share/cargo/registry/resolv-conf-0.7.0
/usr/share/cargo/registry/resolv-conf-0.7.0/.cargo-checksum.json
/usr/share/cargo/registry/resolv-conf-0.7.0/Cargo.toml
/usr/share/cargo/registry/resolv-conf-0.7.0/LICENSE-APACHE
/usr/share/cargo/registry/resolv-conf-0.7.0/LICENSE-MIT
/usr/share/cargo/registry/resolv-conf-0.7.0/README.md
/usr/share/cargo/registry/resolv-conf-0.7.0/bulk.yaml
/usr/share/cargo/registry/resolv-conf-0.7.0/examples
/usr/share/cargo/registry/resolv-conf-0.7.0/examples/parse.rs
/usr/share/cargo/registry/resolv-conf-0.7.0/src
/usr/share/cargo/registry/resolv-conf-0.7.0/src/config.rs
/usr/share/cargo/registry/resolv-conf-0.7.0/src/grammar.rs
/usr/share/cargo/registry/resolv-conf-0.7.0/src/ip.rs
/usr/share/cargo/registry/resolv-conf-0.7.0/src/lib.rs
/usr/share/cargo/registry/resolv-conf-0.7.0/tests
/usr/share/cargo/registry/resolv-conf-0.7.0/tests/hosts
/usr/share/cargo/registry/resolv-conf-0.7.0/tests/lib.rs
/usr/share/cargo/registry/resolv-conf-0.7.0/tests/resolv.conf-linux
/usr/share/cargo/registry/resolv-conf-0.7.0/tests/resolv.conf-macos
/usr/share/cargo/registry/resolv-conf-0.7.0/tests/resolv.conf-openbsd
/usr/share/cargo/registry/resolv-conf-0.7.0/tests/resolv.conf-simple
/usr/share/cargo/registry/resolv-conf-0.7.0/vagga.yaml
/usr/share/doc/rust-resolv-conf-devel
/usr/share/doc/rust-resolv-conf-devel/README.md
/usr/share/licenses/rust-resolv-conf-devel
/usr/share/licenses/rust-resolv-conf-devel/LICENSE-APACHE
/usr/share/licenses/rust-resolv-conf-devel/LICENSE-MIT

References

Summary

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