How to Install and Uninstall rust-powerfmt+default-devel.noarch Package on Rocky Linux 9

Last updated: July 02,2024

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

Please follow the guidance below to install rust-powerfmt+default-devel.noarch on Rocky Linux 9

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

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

Here is a brief guide to show you how to uninstall rust-powerfmt+default-devel.noarch on Rocky Linux 9:

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

3. Information about the rust-powerfmt+default-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 0:23:31 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rust-powerfmt+default-devel
Version : 0.2.0
Release : 1.el9
Architecture : noarch
Size : 7.3 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 "default" feature of the "powerfmt" crate.