How To Install rust-plotlib-devel on Fedora 36

In this tutorial we learn how to install rust-plotlib-devel in Fedora 36. rust-plotlib-devel is Pure Rust plotting library

Introduction

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

What is rust-plotlib-devel

Pure Rust plotting library. This package contains library source intended for building other packages which use “plotlib” crate.

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

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

sudo dnf -y install rust-plotlib-devel

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

sudo yum -y install rust-plotlib-devel

How To Uninstall rust-plotlib-devel on Fedora 36

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

sudo dnf remove rust-plotlib-devel

rust-plotlib-devel Package Contents on Fedora 36

/usr/share/cargo/registry/plotlib-0.5.1
/usr/share/cargo/registry/plotlib-0.5.1/.cargo-checksum.json
/usr/share/cargo/registry/plotlib-0.5.1/CHANGELOG
/usr/share/cargo/registry/plotlib-0.5.1/Cargo.toml
/usr/share/cargo/registry/plotlib-0.5.1/LICENSE
/usr/share/cargo/registry/plotlib-0.5.1/README.md
/usr/share/cargo/registry/plotlib-0.5.1/examples
/usr/share/cargo/registry/plotlib-0.5.1/examples/barchart_svg.rs
/usr/share/cargo/registry/plotlib-0.5.1/examples/boxplot_svg.rs
/usr/share/cargo/registry/plotlib-0.5.1/examples/function_svg.rs
/usr/share/cargo/registry/plotlib-0.5.1/examples/histogram_svg.rs
/usr/share/cargo/registry/plotlib-0.5.1/examples/histogram_text.rs
/usr/share/cargo/registry/plotlib-0.5.1/examples/letter_counter.rs
/usr/share/cargo/registry/plotlib-0.5.1/examples/line_and_point_svg.rs
/usr/share/cargo/registry/plotlib-0.5.1/examples/line_svg.rs
/usr/share/cargo/registry/plotlib-0.5.1/examples/scatter_svg.rs
/usr/share/cargo/registry/plotlib-0.5.1/examples/scatter_text.rs
/usr/share/cargo/registry/plotlib-0.5.1/examples/with_grid.rs
/usr/share/cargo/registry/plotlib-0.5.1/release.sh
/usr/share/cargo/registry/plotlib-0.5.1/scatter.png
/usr/share/cargo/registry/plotlib-0.5.1/src
/usr/share/cargo/registry/plotlib-0.5.1/src/axis.rs
/usr/share/cargo/registry/plotlib-0.5.1/src/errors.rs
/usr/share/cargo/registry/plotlib-0.5.1/src/grid.rs
/usr/share/cargo/registry/plotlib-0.5.1/src/lib.rs
/usr/share/cargo/registry/plotlib-0.5.1/src/page.rs
/usr/share/cargo/registry/plotlib-0.5.1/src/render.rs
/usr/share/cargo/registry/plotlib-0.5.1/src/repr
/usr/share/cargo/registry/plotlib-0.5.1/src/repr/barchart.rs
/usr/share/cargo/registry/plotlib-0.5.1/src/repr/boxplot.rs
/usr/share/cargo/registry/plotlib-0.5.1/src/repr/histogram.rs
/usr/share/cargo/registry/plotlib-0.5.1/src/repr/mod.rs
/usr/share/cargo/registry/plotlib-0.5.1/src/repr/plot.rs
/usr/share/cargo/registry/plotlib-0.5.1/src/save.rs
/usr/share/cargo/registry/plotlib-0.5.1/src/style.rs
/usr/share/cargo/registry/plotlib-0.5.1/src/svg_render.rs
/usr/share/cargo/registry/plotlib-0.5.1/src/text_render.rs
/usr/share/cargo/registry/plotlib-0.5.1/src/utils.rs
/usr/share/cargo/registry/plotlib-0.5.1/src/view.rs
/usr/share/cargo/registry/plotlib-0.5.1/tests
/usr/share/cargo/registry/plotlib-0.5.1/tests/test_no_data.rs
/usr/share/doc/rust-plotlib-devel
/usr/share/doc/rust-plotlib-devel/CHANGELOG
/usr/share/doc/rust-plotlib-devel/README.md
/usr/share/licenses/rust-plotlib-devel
/usr/share/licenses/rust-plotlib-devel/LICENSE

References

Summary

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