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

Last updated: October 05,2024

1. Install "python3-inflect.noarch" package

In this section, we are going to explain the necessary steps to install python3-inflect.noarch on Fedora 34

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

2. Uninstall "python3-inflect.noarch" package

Please follow the step by step instructions below to uninstall python3-inflect.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:13:22 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-inflect
Version : 2.1.0
Release : 9.fc34
Architecture : noarch
Size : 73 k
Source : python-inflect-2.1.0-9.fc34.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).