How to Install and Uninstall python311-versiontools Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "python311-versiontools" package

This is a short guide on how to install python311-versiontools on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-versiontools

2. Uninstall "python311-versiontools" package

Please follow the steps below to uninstall python311-versiontools on openSuSE Tumbleweed:

$ sudo zypper remove python311-versiontools

3. Information about the python311-versiontools package on openSuSE Tumbleweed

Information for package python311-versiontools:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-versiontools
Version : 1.9.1-14.25
Arch : noarch
Vendor : openSUSE
Installed Size : 157.9 KiB
Installed : No
Status : not installed
Source package : python-versiontools-1.9.1-14.25.src
Upstream URL : https://launchpad.net/versiontools
Summary : Smart replacement for plain tuple used in __version__
Description :
Smart replacement for plain tuple used in __version__.
* Keep a *single version definition* inside your package or module
* Get proper versioning of development snapshots coupled with your
Version Control System (pluggable support for additional systems
available)
* Produce nice version strings for released files that are compliant
with PEP 386
* Remain comparable as tuple of integers