How To Install rust-protobuf-codegen-devel on Fedora 36

In this tutorial we learn how to install rust-protobuf-codegen-devel in Fedora 36. rust-protobuf-codegen-devel is Code generator for rust-protobuf

Introduction

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

What is rust-protobuf-codegen-devel

Code generator for rust-protobuf. Includes a library and protoc-gen-rust binary. See protoc-rust and protobuf-codegen-pure crates. This package contains library source intended for building other packages which use “protobuf-codegen” crate.

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

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

sudo dnf -y install rust-protobuf-codegen-devel

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

sudo yum -y install rust-protobuf-codegen-devel

How To Uninstall rust-protobuf-codegen-devel on Fedora 36

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

sudo dnf remove rust-protobuf-codegen-devel

rust-protobuf-codegen-devel Package Contents on Fedora 36

/usr/share/cargo/registry/protobuf-codegen-2.25.2
/usr/share/cargo/registry/protobuf-codegen-2.25.2/.cargo-checksum.json
/usr/share/cargo/registry/protobuf-codegen-2.25.2/Cargo.toml
/usr/share/cargo/registry/protobuf-codegen-2.25.2/LICENSE.txt
/usr/share/cargo/registry/protobuf-codegen-2.25.2/README.md
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/bin
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/bin/protobuf-bin-gen-rust-do-not-use.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/bin/protoc-gen-rust.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/code_writer.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/customize.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/enums.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/extensions.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/field
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/field/mod.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/file.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/file_and_mod.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/file_descriptor.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/float.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/inside.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/lib.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/message.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/oneof.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/protobuf_name.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/rust.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/rust_name.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/rust_types_values.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/scope.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/serde.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/strx.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/syntax.rs
/usr/share/cargo/registry/protobuf-codegen-2.25.2/src/well_known_types.rs
/usr/share/doc/rust-protobuf-codegen-devel
/usr/share/doc/rust-protobuf-codegen-devel/README.md
/usr/share/licenses/rust-protobuf-codegen-devel
/usr/share/licenses/rust-protobuf-codegen-devel/LICENSE.txt

References

Summary

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