How to Install and Uninstall rust-powerfmt-devel.noarch Package on Fedora 38

Last updated: November 29,2024

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

Please follow the steps below to install rust-powerfmt-devel.noarch on Fedora 38

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

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

This tutorial shows how to uninstall rust-powerfmt-devel.noarch on Fedora 38:

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

3. Information about the rust-powerfmt-devel.noarch package on Fedora 38

Last metadata expiration check: 4:18:22 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : rust-powerfmt-devel
Version : 0.2.0
Release : 1.fc38
Architecture : noarch
Size : 23 k
Source : rust-powerfmt-0.2.0-1.fc38.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 "powerfmt" crate.