How To Install rust-prettytable-rs-devel on Fedora 36

In this tutorial we learn how to install rust-prettytable-rs-devel in Fedora 36. rust-prettytable-rs-devel is Library for printing pretty formatted tables in terminal

Introduction

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

What is rust-prettytable-rs-devel

Library for printing pretty formatted tables in terminal. This package contains library source intended for building other packages which use “prettytable-rs” crate.

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

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

sudo dnf -y install rust-prettytable-rs-devel

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

sudo yum -y install rust-prettytable-rs-devel

How To Uninstall rust-prettytable-rs-devel on Fedora 36

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

sudo dnf remove rust-prettytable-rs-devel

rust-prettytable-rs-devel Package Contents on Fedora 36

/usr/share/cargo/registry/prettytable-rs-0.8.0
/usr/share/cargo/registry/prettytable-rs-0.8.0/.cargo-checksum.json
/usr/share/cargo/registry/prettytable-rs-0.8.0/Cargo.toml
/usr/share/cargo/registry/prettytable-rs-0.8.0/LICENSE.txt
/usr/share/cargo/registry/prettytable-rs-0.8.0/README.md
/usr/share/cargo/registry/prettytable-rs-0.8.0/TODO.md
/usr/share/cargo/registry/prettytable-rs-0.8.0/appveyor.yml
/usr/share/cargo/registry/prettytable-rs-0.8.0/examples
/usr/share/cargo/registry/prettytable-rs-0.8.0/examples/basic.rs
/usr/share/cargo/registry/prettytable-rs-0.8.0/examples/csv.rs
/usr/share/cargo/registry/prettytable-rs-0.8.0/examples/formatting.rs
/usr/share/cargo/registry/prettytable-rs-0.8.0/examples/multiline.rs
/usr/share/cargo/registry/prettytable-rs-0.8.0/examples/slices.rs
/usr/share/cargo/registry/prettytable-rs-0.8.0/examples/span.rs
/usr/share/cargo/registry/prettytable-rs-0.8.0/examples/style.rs
/usr/share/cargo/registry/prettytable-rs-0.8.0/examples/tictactoe.rs
/usr/share/cargo/registry/prettytable-rs-0.8.0/publish_doc
/usr/share/cargo/registry/prettytable-rs-0.8.0/publish_doc/publish_doc.sh
/usr/share/cargo/registry/prettytable-rs-0.8.0/src
/usr/share/cargo/registry/prettytable-rs-0.8.0/src/cell.rs
/usr/share/cargo/registry/prettytable-rs-0.8.0/src/csv.rs
/usr/share/cargo/registry/prettytable-rs-0.8.0/src/format.rs
/usr/share/cargo/registry/prettytable-rs-0.8.0/src/lib.rs
/usr/share/cargo/registry/prettytable-rs-0.8.0/src/main.rs
/usr/share/cargo/registry/prettytable-rs-0.8.0/src/row.rs
/usr/share/cargo/registry/prettytable-rs-0.8.0/src/utils.rs
/usr/share/doc/rust-prettytable-rs-devel
/usr/share/doc/rust-prettytable-rs-devel/README.md
/usr/share/licenses/rust-prettytable-rs-devel
/usr/share/licenses/rust-prettytable-rs-devel/LICENSE.txt

References

Summary

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