How To Install rust-pbr-devel on Fedora 36

In this tutorial we learn how to install rust-pbr-devel in Fedora 36. rust-pbr-devel is Console progress bar for Rust

Introduction

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

What is rust-pbr-devel

Console progress bar for Rust. This package contains library source intended for building other packages which use “pbr” crate.

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

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

sudo dnf -y install rust-pbr-devel

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

sudo yum -y install rust-pbr-devel

How To Uninstall rust-pbr-devel on Fedora 36

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

sudo dnf remove rust-pbr-devel

rust-pbr-devel Package Contents on Fedora 36

/usr/share/cargo/registry/pbr-1.0.4
/usr/share/cargo/registry/pbr-1.0.4/.cargo-checksum.json
/usr/share/cargo/registry/pbr-1.0.4/Cargo.toml
/usr/share/cargo/registry/pbr-1.0.4/LICENSE.md
/usr/share/cargo/registry/pbr-1.0.4/README.md
/usr/share/cargo/registry/pbr-1.0.4/examples
/usr/share/cargo/registry/pbr-1.0.4/examples/max_refresh_rate.rs
/usr/share/cargo/registry/pbr-1.0.4/examples/multi.rs
/usr/share/cargo/registry/pbr-1.0.4/examples/multi_bg.rs
/usr/share/cargo/registry/pbr-1.0.4/examples/npm_bar.rs
/usr/share/cargo/registry/pbr-1.0.4/examples/simple.rs
/usr/share/cargo/registry/pbr-1.0.4/src
/usr/share/cargo/registry/pbr-1.0.4/src/lib.rs
/usr/share/cargo/registry/pbr-1.0.4/src/multi.rs
/usr/share/cargo/registry/pbr-1.0.4/src/pb.rs
/usr/share/cargo/registry/pbr-1.0.4/src/tty
/usr/share/cargo/registry/pbr-1.0.4/src/tty/mod.rs
/usr/share/cargo/registry/pbr-1.0.4/src/tty/unix.rs
/usr/share/cargo/registry/pbr-1.0.4/src/tty/wasi.rs
/usr/share/cargo/registry/pbr-1.0.4/src/tty/windows.rs
/usr/share/cargo/registry/pbr-1.0.4/tests
/usr/share/cargo/registry/pbr-1.0.4/tests/lib.rs
/usr/share/doc/rust-pbr-devel
/usr/share/doc/rust-pbr-devel/README.md
/usr/share/licenses/rust-pbr-devel
/usr/share/licenses/rust-pbr-devel/LICENSE.md

References

Summary

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