How To Install rust-pretty-devel on Fedora 36
Introduction
In this tutorial we learn how to install rust-pretty-devel
on Fedora 36.
What is rust-pretty-devel
Wadler-style pretty-printing combinators in Rust. This package contains library source intended for building other packages which use the “pretty” crate.
We can use yum
or dnf
to install rust-pretty-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-pretty-devel.
Install rust-pretty-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-pretty-devel
using dnf
by running the following command:
sudo dnf -y install rust-pretty-devel
Install rust-pretty-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-pretty-devel
using yum
by running the following command:
sudo yum -y install rust-pretty-devel
How To Uninstall rust-pretty-devel on Fedora 36
To uninstall only the rust-pretty-devel
package we can use the following command:
sudo dnf remove rust-pretty-devel
rust-pretty-devel Package Contents on Fedora 36
/usr/share/cargo/registry/pretty-0.11.2
/usr/share/cargo/registry/pretty-0.11.2/.cargo-checksum.json
/usr/share/cargo/registry/pretty-0.11.2/CHANGELOG.md
/usr/share/cargo/registry/pretty-0.11.2/Cargo.toml
/usr/share/cargo/registry/pretty-0.11.2/LICENSE
/usr/share/cargo/registry/pretty-0.11.2/README.md
/usr/share/cargo/registry/pretty-0.11.2/benches
/usr/share/cargo/registry/pretty-0.11.2/benches/trees.rs
/usr/share/cargo/registry/pretty-0.11.2/examples
/usr/share/cargo/registry/pretty-0.11.2/examples/colored.rs
/usr/share/cargo/registry/pretty-0.11.2/examples/trees.rs
/usr/share/cargo/registry/pretty-0.11.2/release.sh
/usr/share/cargo/registry/pretty-0.11.2/src
/usr/share/cargo/registry/pretty-0.11.2/src/lib.rs
/usr/share/cargo/registry/pretty-0.11.2/src/render.rs
References
Summary
In this tutorial we learn how to install rust-pretty-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).