How to Install and Uninstall rust-Inflector+heavyweight-devel.noarch Package on Fedora 38

Last updated: January 13,2025

1. Install "rust-Inflector+heavyweight-devel.noarch" package

In this section, we are going to explain the necessary steps to install rust-Inflector+heavyweight-devel.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install rust-Inflector+heavyweight-devel.noarch

2. Uninstall "rust-Inflector+heavyweight-devel.noarch" package

Please follow the guidelines below to uninstall rust-Inflector+heavyweight-devel.noarch on Fedora 38:

$ sudo dnf remove rust-Inflector+heavyweight-devel.noarch $ sudo dnf autoremove

3. Information about the rust-Inflector+heavyweight-devel.noarch package on Fedora 38

Last metadata expiration check: 2:26:45 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : rust-Inflector+heavyweight-devel
Version : 0.11.4
Release : 7.fc38
Architecture : noarch
Size : 8.1 k
Source : rust-Inflector-0.11.4-7.fc38.src.rpm
Repository : updates
Summary : Adds String based inflections for Rust
URL : https://crates.io/crates/Inflector
License : BSD-2-Clause
Description : Adds String based inflections for Rust. Snake, kebab, camel, sentence,
: class, title and table cases as well as ordinalize, deordinalize,
: demodulize, foreign key, and pluralize/singularize are supported as both
: traits and pure functions acting on String types.
:
: This package contains library source intended for building other packages which
: use the "heavyweight" feature of the "Inflector" crate.