How to Install and Uninstall python312-inflection Package on openSuSE Tumbleweed

Last updated: June 23,2024

1. Install "python312-inflection" package

This guide covers the steps necessary to install python312-inflection on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-inflection

2. Uninstall "python312-inflection" package

Please follow the step by step instructions below to uninstall python312-inflection on openSuSE Tumbleweed:

$ sudo zypper remove python312-inflection

3. Information about the python312-inflection package on openSuSE Tumbleweed

Information for package python312-inflection:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-inflection
Version : 0.5.1-2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 29.8 KiB
Installed : No
Status : not installed
Source package : python-inflection-0.5.1-2.14.src
Upstream URL : https://github.com/jpvanhal/inflection
Summary : A port of Ruby on Rails inflector to Python
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.