How to Install and Uninstall rust-pretty_assertions+default-devel.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "rust-pretty_assertions+default-devel.noarch" package

This guide covers the steps necessary to install rust-pretty_assertions+default-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install rust-pretty_assertions+default-devel.noarch

2. Uninstall "rust-pretty_assertions+default-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall rust-pretty_assertions+default-devel.noarch on Fedora 36:

$ sudo dnf remove rust-pretty_assertions+default-devel.noarch $ sudo dnf autoremove

3. Information about the rust-pretty_assertions+default-devel.noarch package on Fedora 36

Last metadata expiration check: 0:27:01 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : rust-pretty_assertions+default-devel
Version : 1.2.1
Release : 1.fc36
Architecture : noarch
Size : 8.1 k
Source : rust-pretty_assertions-1.2.1-1.fc36.src.rpm
Repository : updates
Summary : Overwrite assert_eq! and assert_ne! with colorful replacements
URL : https://crates.io/crates/pretty_assertions
License : MIT or ASL 2.0
Description : Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements, adding
: colorful diffs.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "pretty_assertions" crate.