How To Install rust-prost-build-devel on Fedora 36

In this tutorial we learn how to install rust-prost-build-devel in Fedora 36. rust-prost-build-devel is Protocol Buffers implementation for the Rust Language

Introduction

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

What is rust-prost-build-devel

Protocol Buffers implementation for the Rust Language. This package contains library source intended for building other packages which use the “prost-build” crate.

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

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

sudo dnf -y install rust-prost-build-devel

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

sudo yum -y install rust-prost-build-devel

How To Uninstall rust-prost-build-devel on Fedora 36

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

sudo dnf remove rust-prost-build-devel

rust-prost-build-devel Package Contents on Fedora 36

/usr/share/cargo/registry/prost-build-0.8.0
/usr/share/cargo/registry/prost-build-0.8.0/.cargo-checksum.json
/usr/share/cargo/registry/prost-build-0.8.0/Cargo.toml
/usr/share/cargo/registry/prost-build-0.8.0/README.md
/usr/share/cargo/registry/prost-build-0.8.0/build.rs
/usr/share/cargo/registry/prost-build-0.8.0/src
/usr/share/cargo/registry/prost-build-0.8.0/src/ast.rs
/usr/share/cargo/registry/prost-build-0.8.0/src/code_generator.rs
/usr/share/cargo/registry/prost-build-0.8.0/src/extern_paths.rs
/usr/share/cargo/registry/prost-build-0.8.0/src/goodbye.proto
/usr/share/cargo/registry/prost-build-0.8.0/src/hello.proto
/usr/share/cargo/registry/prost-build-0.8.0/src/ident.rs
/usr/share/cargo/registry/prost-build-0.8.0/src/lib.rs
/usr/share/cargo/registry/prost-build-0.8.0/src/message_graph.rs
/usr/share/cargo/registry/prost-build-0.8.0/src/path.rs
/usr/share/cargo/registry/prost-build-0.8.0/src/smoke_test.proto
/usr/share/cargo/registry/prost-build-0.8.0/src/types.proto
/usr/share/doc/rust-prost-build-devel
/usr/share/doc/rust-prost-build-devel/README.md

References

Summary

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