How to Install and Uninstall python3-inflect.noarch Package on Fedora 39

Last updated: November 29,2024

1. Install "python3-inflect.noarch" package

This tutorial shows how to install python3-inflect.noarch on Fedora 39

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

2. Uninstall "python3-inflect.noarch" package

This guide covers the steps necessary to uninstall python3-inflect.noarch on Fedora 39:

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

3. Information about the python3-inflect.noarch package on Fedora 39

Last metadata expiration check: 3:47:20 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-inflect
Version : 2.1.0
Release : 17.fc39
Architecture : noarch
Size : 80 k
Source : python-inflect-2.1.0-17.fc39.src.rpm
Repository : fedora
Summary : Correctly generate plurals, singular nouns, ordinals and indefinite articles
URL : https://github.com/jazzband/inflect
License : MIT
Description : The methods of the class 'engine' in module 'inflect.py' provide plural
: inflections, singular noun inflections, "a"/"an" selection for English words,
: and manipulation of numbers as words.
:
: Plural forms of all nouns, most verbs, and some adjectives are provided. Where
: appropriate, "classical" variants (for example: "brother" -> "brethren",
: "dogma" -> "dogmata", etc.) are also provided.
:
: Single forms of nouns are also provided. The gender of singular pronouns can be
: chosen (for example "they" -> "it" or "she" or "he" or "they").
:
: Pronunciation-based "a"/"an" selection is provided for all English words, and
: most initialisms.
:
: It is also possible to inflect numerals (1,2,3) to ordinals (1st, 2nd, 3rd) and
: to English words ("one", "two", "three).