How to Install and Uninstall python3-inflection Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-inflection" package

In this section, we are going to explain the necessary steps to install python3-inflection on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-inflection

2. Uninstall "python3-inflection" package

Please follow the instructions below to uninstall python3-inflection on openSUSE Leap:

$ sudo zypper remove python3-inflection

3. Information about the python3-inflection package on openSUSE Leap

Information for package python3-inflection:
-------------------------------------------
Repository : Main Repository
Name : python3-inflection
Version : 0.3.1-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 38.9 KiB
Installed : No
Status : not installed
Source package : python-inflection-0.3.1-bp155.2.12.src
Upstream URL : http://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.