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

Last updated: June 26,2024

1. Install "python2-inflection" package

This guide let you learn how to install python2-inflection on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-inflection

2. Uninstall "python2-inflection" package

This guide let you learn how to uninstall python2-inflection on openSUSE Leap:

$ sudo zypper remove python2-inflection

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

Information for package python2-inflection:
-------------------------------------------
Repository : Main Repository
Name : python2-inflection
Version : 0.3.1-bp153.1.25
Arch : noarch
Vendor : openSUSE
Installed Size : 30,7 KiB
Installed : No
Status : not installed
Source package : python-inflection-0.3.1-bp153.1.25.src
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.