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

Last updated: November 23,2024

1. Install "python36-inflection" package

Please follow the steps below to install python36-inflection on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-inflection

2. Uninstall "python36-inflection" package

This tutorial shows how to uninstall python36-inflection on openSuSE Tumbleweed:

$ sudo zypper remove python36-inflection

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

Information for package python36-inflection:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-inflection
Version : 0.5.1-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 37,8 KiB
Installed : No
Status : not installed
Source package : python-inflection-0.5.1-2.2.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.