How to Install and Uninstall python3-inflection.noarch Package on Fedora 35

Last updated: March 01,2025

1. Install "python3-inflection.noarch" package

Please follow the steps below to install python3-inflection.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-inflection.noarch

2. Uninstall "python3-inflection.noarch" package

This is a short guide on how to uninstall python3-inflection.noarch on Fedora 35:

$ sudo dnf remove python3-inflection.noarch $ sudo dnf autoremove

3. Information about the python3-inflection.noarch package on Fedora 35

Last metadata expiration check: 4:33:58 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-inflection
Version : 0.5.1
Release : 4.fc35
Architecture : noarch
Size : 17 k
Source : python-inflection-0.5.1-4.fc35.src.rpm
Repository : fedora
Summary : Port of Ruby on Rails inflector to Python
URL : https://github.com/jpvanhal/inflection
License : MIT
Description : Inflection is a string transformation library. It singularizes and pluralizes
: English words, and transforms strings from CamelCase to underscored string.
: Inflection is a port of Ruby on Rails’ inflector to Python.
:
: Python 3 version.