How To Install rust-docopt-devel on Fedora 36

In this tutorial we learn how to install rust-docopt-devel in Fedora 36. rust-docopt-devel is Command line argument parsing

Introduction

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

What is rust-docopt-devel

Command line argument parsing. This package contains library source intended for building other packages which use “docopt” crate.

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

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

sudo dnf -y install rust-docopt-devel

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

sudo yum -y install rust-docopt-devel

How To Uninstall rust-docopt-devel on Fedora 36

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

sudo dnf remove rust-docopt-devel

rust-docopt-devel Package Contents on Fedora 36

/usr/share/cargo/registry/docopt-1.1.1
/usr/share/cargo/registry/docopt-1.1.1/.cargo-checksum.json
/usr/share/cargo/registry/docopt-1.1.1/COPYING
/usr/share/cargo/registry/docopt-1.1.1/Cargo.toml
/usr/share/cargo/registry/docopt-1.1.1/LICENSE-MIT
/usr/share/cargo/registry/docopt-1.1.1/README.md
/usr/share/cargo/registry/docopt-1.1.1/UNLICENSE
/usr/share/cargo/registry/docopt-1.1.1/completions
/usr/share/cargo/registry/docopt-1.1.1/completions/docopt-wordlist.bash
/usr/share/cargo/registry/docopt-1.1.1/examples
/usr/share/cargo/registry/docopt-1.1.1/examples/cargo.rs
/usr/share/cargo/registry/docopt-1.1.1/examples/cp.rs
/usr/share/cargo/registry/docopt-1.1.1/examples/decode.rs
/usr/share/cargo/registry/docopt-1.1.1/examples/hashmap.rs
/usr/share/cargo/registry/docopt-1.1.1/examples/optional_command.rs
/usr/share/cargo/registry/docopt-1.1.1/examples/verbose_multiple.rs
/usr/share/cargo/registry/docopt-1.1.1/src
/usr/share/cargo/registry/docopt-1.1.1/src/dopt.rs
/usr/share/cargo/registry/docopt-1.1.1/src/lib.rs
/usr/share/cargo/registry/docopt-1.1.1/src/parse.rs
/usr/share/cargo/registry/docopt-1.1.1/src/synonym.rs
/usr/share/cargo/registry/docopt-1.1.1/src/test
/usr/share/cargo/registry/docopt-1.1.1/src/test/mod.rs
/usr/share/cargo/registry/docopt-1.1.1/src/test/suggestions.rs
/usr/share/cargo/registry/docopt-1.1.1/src/test/testcases.docopt
/usr/share/cargo/registry/docopt-1.1.1/src/test/testcases.rs
/usr/share/cargo/registry/docopt-1.1.1/src/wordlist.rs
/usr/share/doc/rust-docopt-devel
/usr/share/doc/rust-docopt-devel/README.md
/usr/share/licenses/rust-docopt-devel
/usr/share/licenses/rust-docopt-devel/COPYING
/usr/share/licenses/rust-docopt-devel/LICENSE-MIT
/usr/share/licenses/rust-docopt-devel/UNLICENSE

References

Summary

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