How To Install rust-fever_api-devel on Fedora 36

In this tutorial we learn how to install rust-fever_api-devel in Fedora 36. rust-fever_api-devel is Rust implementation of the FEVER-API

Introduction

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

What is rust-fever_api-devel

Rust implementation of the FEVER-API. This package contains library source intended for building other packages which use “fever_api” crate.

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

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

sudo dnf -y install rust-fever_api-devel

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

sudo yum -y install rust-fever_api-devel

How To Uninstall rust-fever_api-devel on Fedora 36

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

sudo dnf remove rust-fever_api-devel

rust-fever_api-devel Package Contents on Fedora 36

/usr/share/cargo/registry/fever_api-0.2.11
/usr/share/cargo/registry/fever_api-0.2.11/.cargo-checksum.json
/usr/share/cargo/registry/fever_api-0.2.11/Cargo.toml
/usr/share/cargo/registry/fever_api-0.2.11/LICENSE
/usr/share/cargo/registry/fever_api-0.2.11/README.md
/usr/share/cargo/registry/fever_api-0.2.11/src
/usr/share/cargo/registry/fever_api-0.2.11/src/deserialize.rs
/usr/share/cargo/registry/fever_api-0.2.11/src/error.rs
/usr/share/cargo/registry/fever_api-0.2.11/src/lib.rs
/usr/share/cargo/registry/fever_api-0.2.11/src/models
/usr/share/cargo/registry/fever_api-0.2.11/src/models/enums.rs
/usr/share/cargo/registry/fever_api-0.2.11/src/models/error.rs
/usr/share/cargo/registry/fever_api-0.2.11/src/models/favicon.rs
/usr/share/cargo/registry/fever_api-0.2.11/src/models/feed.rs
/usr/share/cargo/registry/fever_api-0.2.11/src/models/feedgroup.rs
/usr/share/cargo/registry/fever_api-0.2.11/src/models/group.rs
/usr/share/cargo/registry/fever_api-0.2.11/src/models/item.rs
/usr/share/cargo/registry/fever_api-0.2.11/src/models/link.rs
/usr/share/cargo/registry/fever_api-0.2.11/src/models/mod.rs
/usr/share/cargo/registry/fever_api-0.2.11/src/models/saved.rs
/usr/share/cargo/registry/fever_api-0.2.11/src/models/unread.rs
/usr/share/cargo/registry/fever_api-0.2.11/src/tests.rs
/usr/share/doc/rust-fever_api-devel
/usr/share/doc/rust-fever_api-devel/README.md
/usr/share/licenses/rust-fever_api-devel
/usr/share/licenses/rust-fever_api-devel/LICENSE

References

Summary

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