How to Install and Uninstall rust-pretty_assertions+alloc-devel.noarch Package on AlmaLinux 9

Last updated: July 02,2024

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

Please follow the step by step instructions below to install rust-pretty_assertions+alloc-devel.noarch on AlmaLinux 9

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

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

Learn how to uninstall rust-pretty_assertions+alloc-devel.noarch on AlmaLinux 9:

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

3. Information about the rust-pretty_assertions+alloc-devel.noarch package on AlmaLinux 9

Last metadata expiration check: 0:32:28 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-pretty_assertions+alloc-devel
Version : 1.4.0
Release : 1.el9
Architecture : noarch
Size : 8.2 k
Source : rust-pretty_assertions-1.4.0-1.el9.src.rpm
Repository : epel
Summary : Drop-in replacements for assert_eq! and assert_ne! with colorful diffs
URL : https://crates.io/crates/pretty_assertions
License : MIT OR Apache-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 "alloc" feature of the "pretty_assertions" crate.