How to Install and Uninstall rust-powerfmt+std-devel.noarch Package on Fedora 39

Last updated: September 22,2024

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

Please follow the steps below to install rust-powerfmt+std-devel.noarch on Fedora 39

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

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

This is a short guide on how to uninstall rust-powerfmt+std-devel.noarch on Fedora 39:

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

3. Information about the rust-powerfmt+std-devel.noarch package on Fedora 39

Last metadata expiration check: 2:04:33 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-powerfmt+std-devel
Version : 0.2.0
Release : 1.fc39
Architecture : noarch
Size : 7.3 k
Source : rust-powerfmt-0.2.0-1.fc39.src.rpm
Repository : updates
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 "std" feature of the "powerfmt" crate.