How To Install rust-clap_complete-devel on Fedora 36

In this tutorial we learn how to install rust-clap_complete-devel in Fedora 36. rust-clap_complete-devel is Generate shell completion scripts for your clap

Introduction

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

What is rust-clap_complete-devel

Generate shell completion scripts for your clap This package contains library source intended for building other packages which use the “clap_complete” crate.

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

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

sudo dnf -y install rust-clap_complete-devel

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

sudo yum -y install rust-clap_complete-devel

How To Uninstall rust-clap_complete-devel on Fedora 36

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

sudo dnf remove rust-clap_complete-devel

rust-clap_complete-devel Package Contents on Fedora 36

/usr/share/cargo/registry/clap_complete-3.0.6
/usr/share/cargo/registry/clap_complete-3.0.6/.cargo-checksum.json
/usr/share/cargo/registry/clap_complete-3.0.6/Cargo.toml
/usr/share/cargo/registry/clap_complete-3.0.6/LICENSE-APACHE
/usr/share/cargo/registry/clap_complete-3.0.6/LICENSE-MIT
/usr/share/cargo/registry/clap_complete-3.0.6/README.md
/usr/share/cargo/registry/clap_complete-3.0.6/src
/usr/share/cargo/registry/clap_complete-3.0.6/src/generator
/usr/share/cargo/registry/clap_complete-3.0.6/src/generator/mod.rs
/usr/share/cargo/registry/clap_complete-3.0.6/src/generator/utils.rs
/usr/share/cargo/registry/clap_complete-3.0.6/src/lib.rs
/usr/share/cargo/registry/clap_complete-3.0.6/src/macros.rs
/usr/share/cargo/registry/clap_complete-3.0.6/src/shells
/usr/share/cargo/registry/clap_complete-3.0.6/src/shells/bash.rs
/usr/share/cargo/registry/clap_complete-3.0.6/src/shells/elvish.rs
/usr/share/cargo/registry/clap_complete-3.0.6/src/shells/fish.rs
/usr/share/cargo/registry/clap_complete-3.0.6/src/shells/mod.rs
/usr/share/cargo/registry/clap_complete-3.0.6/src/shells/powershell.rs
/usr/share/cargo/registry/clap_complete-3.0.6/src/shells/shell.rs
/usr/share/cargo/registry/clap_complete-3.0.6/src/shells/zsh.rs
/usr/share/doc/rust-clap_complete-devel
/usr/share/doc/rust-clap_complete-devel/README.md
/usr/share/licenses/rust-clap_complete-devel
/usr/share/licenses/rust-clap_complete-devel/LICENSE-APACHE
/usr/share/licenses/rust-clap_complete-devel/LICENSE-MIT

References

Summary

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