How To Install rust-protobuf-codegen-pure-devel on Fedora 36
Introduction
In this tutorial we learn how to install rust-protobuf-codegen-pure-devel
on Fedora 36.
What is rust-protobuf-codegen-pure-devel
Pure-rust codegen for protobuf using protobuf-parser crate WIP. This package contains library source intended for building other packages which use “protobuf-codegen-pure” crate.
We can use yum
or dnf
to install rust-protobuf-codegen-pure-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-pure-devel.
Install rust-protobuf-codegen-pure-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-pure-devel
using dnf
by running the following command:
sudo dnf -y install rust-protobuf-codegen-pure-devel
Install rust-protobuf-codegen-pure-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-pure-devel
using yum
by running the following command:
sudo yum -y install rust-protobuf-codegen-pure-devel
How To Uninstall rust-protobuf-codegen-pure-devel on Fedora 36
To uninstall only the rust-protobuf-codegen-pure-devel
package we can use the following command:
sudo dnf remove rust-protobuf-codegen-pure-devel
rust-protobuf-codegen-pure-devel Package Contents on Fedora 36
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/.cargo-checksum.json
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/Cargo.toml
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/LICENSE.txt
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/README.md
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/bin
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/bin/parse-and-typecheck.rs
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/convert.rs
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/lib.rs
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/linked_hash_map.rs
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/model.rs
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/parser.rs
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/proto
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/proto/README.md
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/proto/google
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/proto/google/protobuf
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/proto/google/protobuf/any.proto
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/proto/google/protobuf/api.proto
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/proto/google/protobuf/compiler
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/proto/google/protobuf/compiler/plugin.proto
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/proto/google/protobuf/descriptor.proto
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/proto/google/protobuf/duration.proto
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/proto/google/protobuf/empty.proto
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/proto/google/protobuf/field_mask.proto
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/proto/google/protobuf/source_context.proto
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/proto/google/protobuf/struct.proto
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/proto/google/protobuf/timestamp.proto
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/proto/google/protobuf/type.proto
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/proto/google/protobuf/wrappers.proto
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/proto/rustproto.proto
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/src/test_against_protobuf_protos.rs
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/tests
/usr/share/cargo/registry/protobuf-codegen-pure-2.25.2/tests/bundled_proto_consistent.rs
/usr/share/doc/rust-protobuf-codegen-pure-devel
/usr/share/doc/rust-protobuf-codegen-pure-devel/README.md
/usr/share/licenses/rust-protobuf-codegen-pure-devel
/usr/share/licenses/rust-protobuf-codegen-pure-devel/LICENSE.txt
References
Summary
In this tutorial we learn how to install rust-protobuf-codegen-pure-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).