How to Install and Uninstall rust-powerfmt+macros-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "rust-powerfmt+macros-devel.noarch" package

Please follow the guidance below to install rust-powerfmt+macros-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install rust-powerfmt+macros-devel.noarch

2. Uninstall "rust-powerfmt+macros-devel.noarch" package

This guide covers the steps necessary to uninstall rust-powerfmt+macros-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove rust-powerfmt+macros-devel.noarch $ sudo dnf autoremove

3. Information about the rust-powerfmt+macros-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:42:36 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-powerfmt+macros-devel
Version : 0.2.0
Release : 1.el9
Architecture : noarch
Size : 7.2 k
Source : rust-powerfmt-0.2.0-1.el9.src.rpm
Repository : epel
Summary : Utilities for formatting values
URL : https://crates.io/crates/powerfmt
License : MIT OR Apache-2.0
Description : `powerfmt` is a library that provides utilities for formatting values.
: This crate makes it significantly easier to support filling to a
: minimum width with alignment, avoid heap allocation, and avoid
: repetitive calculations.
:
: This package contains library source intended for building other packages which
: use the "macros" feature of the "powerfmt" crate.