How to Install and Uninstall rust-Inflector-devel.noarch Package on Fedora 34

Last updated: July 05,2024

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

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

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

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

This guide covers the steps necessary to uninstall rust-Inflector-devel.noarch on Fedora 34:

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

3. Information about the rust-Inflector-devel.noarch package on Fedora 34

Last metadata expiration check: 2:26:41 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rust-Inflector-devel
Version : 0.11.4
Release : 1.fc34
Architecture : noarch
Size : 29 k
Source : rust-Inflector-0.11.4-1.fc34.src.rpm
Repository : updates
Summary : Adds String based inflections for Rust
URL : https://crates.io/crates/Inflector
License : BSD
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 "Inflector" crate.