How To Install rust-oauth2-devel on Fedora 36

In this tutorial we learn how to install rust-oauth2-devel in Fedora 36. rust-oauth2-devel is Extensible, strongly-typed implementation of OAuth2

Introduction

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

What is rust-oauth2-devel

Extensible, strongly-typed implementation of OAuth2. This package contains library source intended for building other packages which use “oauth2” crate.

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

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

sudo dnf -y install rust-oauth2-devel

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

sudo yum -y install rust-oauth2-devel

How To Uninstall rust-oauth2-devel on Fedora 36

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

sudo dnf remove rust-oauth2-devel

rust-oauth2-devel Package Contents on Fedora 36

/usr/share/cargo/registry/oauth2-3.0.0
/usr/share/cargo/registry/oauth2-3.0.0/.cargo-checksum.json
/usr/share/cargo/registry/oauth2-3.0.0/Cargo-1.34.lock
/usr/share/cargo/registry/oauth2-3.0.0/Cargo.toml
/usr/share/cargo/registry/oauth2-3.0.0/LICENSE-APACHE
/usr/share/cargo/registry/oauth2-3.0.0/LICENSE-MIT
/usr/share/cargo/registry/oauth2-3.0.0/README.md
/usr/share/cargo/registry/oauth2-3.0.0/examples
/usr/share/cargo/registry/oauth2-3.0.0/examples/github.rs
/usr/share/cargo/registry/oauth2-3.0.0/examples/google.rs
/usr/share/cargo/registry/oauth2-3.0.0/examples/letterboxd.rs
/usr/share/cargo/registry/oauth2-3.0.0/examples/msgraph.rs
/usr/share/cargo/registry/oauth2-3.0.0/examples/wunderlist.rs
/usr/share/cargo/registry/oauth2-3.0.0/src
/usr/share/cargo/registry/oauth2-3.0.0/src/async_internal.rs
/usr/share/cargo/registry/oauth2-3.0.0/src/basic.rs
/usr/share/cargo/registry/oauth2-3.0.0/src/curl.rs
/usr/share/cargo/registry/oauth2-3.0.0/src/helpers.rs
/usr/share/cargo/registry/oauth2-3.0.0/src/lib.rs
/usr/share/cargo/registry/oauth2-3.0.0/src/reqwest
/usr/share/cargo/registry/oauth2-3.0.0/src/reqwest/async_client.rs
/usr/share/cargo/registry/oauth2-3.0.0/src/reqwest/mod.rs
/usr/share/cargo/registry/oauth2-3.0.0/src/tests.rs
/usr/share/cargo/registry/oauth2-3.0.0/src/types.rs
/usr/share/doc/rust-oauth2-devel
/usr/share/doc/rust-oauth2-devel/README.md
/usr/share/doc/rust-oauth2-devel/examples
/usr/share/doc/rust-oauth2-devel/examples/github.rs
/usr/share/doc/rust-oauth2-devel/examples/google.rs
/usr/share/doc/rust-oauth2-devel/examples/letterboxd.rs
/usr/share/doc/rust-oauth2-devel/examples/msgraph.rs
/usr/share/doc/rust-oauth2-devel/examples/wunderlist.rs
/usr/share/licenses/rust-oauth2-devel
/usr/share/licenses/rust-oauth2-devel/LICENSE-APACHE
/usr/share/licenses/rust-oauth2-devel/LICENSE-MIT

References

Summary

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