How to Install and Uninstall python39-titlecase Package on openSuSE Tumbleweed

Last updated: May 23,2024

1. Install "python39-titlecase" package

Please follow the step by step instructions below to install python39-titlecase on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-titlecase

2. Uninstall "python39-titlecase" package

This tutorial shows how to uninstall python39-titlecase on openSuSE Tumbleweed:

$ sudo zypper remove python39-titlecase

3. Information about the python39-titlecase package on openSuSE Tumbleweed

Information for package python39-titlecase:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-titlecase
Version : 2.4.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 51.8 KiB
Installed : No
Status : not installed
Source package : python-titlecase-2.4.1-1.4.src
Upstream URL : https://github.com/ppannuto/python-titlecase
Summary : Python library to capitalize strings
Description :
This filter changes all words to Title Caps, and attempts to be
clever about SMALL words like a/an/the in the input.
The list of "SMALL words" which are not capped comes from the New
York Times Manual of Style, plus some others like 'vs' and 'v'.