How To Install rust-argparse-devel on Fedora 36

In this tutorial we learn how to install rust-argparse-devel in Fedora 36. rust-argparse-devel is Powerful command-line argument parsing library

Introduction

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

What is rust-argparse-devel

Powerful command-line argument parsing library. This package contains library source intended for building other packages which use “argparse” crate.

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

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

sudo dnf -y install rust-argparse-devel

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

sudo yum -y install rust-argparse-devel

How To Uninstall rust-argparse-devel on Fedora 36

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

sudo dnf remove rust-argparse-devel

rust-argparse-devel Package Contents on Fedora 36

/usr/share/cargo/registry/argparse-0.2.2
/usr/share/cargo/registry/argparse-0.2.2/.cargo-checksum.json
/usr/share/cargo/registry/argparse-0.2.2/Cargo.toml
/usr/share/cargo/registry/argparse-0.2.2/LICENSE
/usr/share/cargo/registry/argparse-0.2.2/README.rst
/usr/share/cargo/registry/argparse-0.2.2/bulk.yaml
/usr/share/cargo/registry/argparse-0.2.2/examples
/usr/share/cargo/registry/argparse-0.2.2/examples/greeting.rs
/usr/share/cargo/registry/argparse-0.2.2/examples/structure.rs
/usr/share/cargo/registry/argparse-0.2.2/examples/subcommands.rs
/usr/share/cargo/registry/argparse-0.2.2/src
/usr/share/cargo/registry/argparse-0.2.2/src/action.rs
/usr/share/cargo/registry/argparse-0.2.2/src/bool.rs
/usr/share/cargo/registry/argparse-0.2.2/src/custom.rs
/usr/share/cargo/registry/argparse-0.2.2/src/from_cli.rs
/usr/share/cargo/registry/argparse-0.2.2/src/generic.rs
/usr/share/cargo/registry/argparse-0.2.2/src/help.rs
/usr/share/cargo/registry/argparse-0.2.2/src/lib.rs
/usr/share/cargo/registry/argparse-0.2.2/src/num.rs
/usr/share/cargo/registry/argparse-0.2.2/src/parser.rs
/usr/share/cargo/registry/argparse-0.2.2/src/print.rs
/usr/share/cargo/registry/argparse-0.2.2/src/test_bool.rs
/usr/share/cargo/registry/argparse-0.2.2/src/test_const.rs
/usr/share/cargo/registry/argparse-0.2.2/src/test_enum.rs
/usr/share/cargo/registry/argparse-0.2.2/src/test_env.rs
/usr/share/cargo/registry/argparse-0.2.2/src/test_float.rs
/usr/share/cargo/registry/argparse-0.2.2/src/test_help.rs
/usr/share/cargo/registry/argparse-0.2.2/src/test_int.rs
/usr/share/cargo/registry/argparse-0.2.2/src/test_many.rs
/usr/share/cargo/registry/argparse-0.2.2/src/test_optional.rs
/usr/share/cargo/registry/argparse-0.2.2/src/test_parser.rs
/usr/share/cargo/registry/argparse-0.2.2/src/test_path.rs
/usr/share/cargo/registry/argparse-0.2.2/src/test_pos.rs
/usr/share/cargo/registry/argparse-0.2.2/src/test_str.rs
/usr/share/cargo/registry/argparse-0.2.2/src/test_usage.rs
/usr/share/cargo/registry/argparse-0.2.2/vagga.yaml
/usr/share/doc/rust-argparse-devel
/usr/share/doc/rust-argparse-devel/README.rst
/usr/share/licenses/rust-argparse-devel
/usr/share/licenses/rust-argparse-devel/LICENSE

References

Summary

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