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

Last updated: October 05,2024

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

Please follow the steps below to install rust-Inflector+regex-devel.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall rust-Inflector+regex-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:05:49 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : rust-Inflector+regex-devel
Version : 0.11.4
Release : 1.fc34
Architecture : noarch
Size : 7.4 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 "regex" feature of "Inflector" crate.