How To Install rust-criterion-plot-devel on Fedora 36

In this tutorial we learn how to install rust-criterion-plot-devel in Fedora 36. rust-criterion-plot-devel is Criterion’s plotting library

Introduction

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

What is rust-criterion-plot-devel

Criterion’s plotting library. This package contains library source intended for building other packages which use “criterion-plot” crate.

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

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

sudo dnf -y install rust-criterion-plot-devel

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

sudo yum -y install rust-criterion-plot-devel

How To Uninstall rust-criterion-plot-devel on Fedora 36

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

sudo dnf remove rust-criterion-plot-devel

rust-criterion-plot-devel Package Contents on Fedora 36

/usr/share/cargo/registry/criterion-plot-0.4.4
/usr/share/cargo/registry/criterion-plot-0.4.4/.cargo-checksum.json
/usr/share/cargo/registry/criterion-plot-0.4.4/CONTRIBUTING.md
/usr/share/cargo/registry/criterion-plot-0.4.4/Cargo.toml
/usr/share/cargo/registry/criterion-plot-0.4.4/LICENSE-APACHE
/usr/share/cargo/registry/criterion-plot-0.4.4/LICENSE-MIT
/usr/share/cargo/registry/criterion-plot-0.4.4/README.md
/usr/share/cargo/registry/criterion-plot-0.4.4/src
/usr/share/cargo/registry/criterion-plot-0.4.4/src/axis.rs
/usr/share/cargo/registry/criterion-plot-0.4.4/src/candlestick.rs
/usr/share/cargo/registry/criterion-plot-0.4.4/src/curve.rs
/usr/share/cargo/registry/criterion-plot-0.4.4/src/data.rs
/usr/share/cargo/registry/criterion-plot-0.4.4/src/display.rs
/usr/share/cargo/registry/criterion-plot-0.4.4/src/errorbar.rs
/usr/share/cargo/registry/criterion-plot-0.4.4/src/filledcurve.rs
/usr/share/cargo/registry/criterion-plot-0.4.4/src/grid.rs
/usr/share/cargo/registry/criterion-plot-0.4.4/src/key.rs
/usr/share/cargo/registry/criterion-plot-0.4.4/src/lib.rs
/usr/share/cargo/registry/criterion-plot-0.4.4/src/map.rs
/usr/share/cargo/registry/criterion-plot-0.4.4/src/prelude.rs
/usr/share/cargo/registry/criterion-plot-0.4.4/src/proxy.rs
/usr/share/cargo/registry/criterion-plot-0.4.4/src/traits.rs
/usr/share/doc/rust-criterion-plot-devel
/usr/share/doc/rust-criterion-plot-devel/README.md
/usr/share/licenses/rust-criterion-plot-devel
/usr/share/licenses/rust-criterion-plot-devel/LICENSE-APACHE
/usr/share/licenses/rust-criterion-plot-devel/LICENSE-MIT

References

Summary

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