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

Last updated: May 19,2024

1. Install "python39-versiontools" package

Learn how to install python39-versiontools on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-versiontools

2. Uninstall "python39-versiontools" package

This is a short guide on how to uninstall python39-versiontools on openSuSE Tumbleweed:

$ sudo zypper remove python39-versiontools

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

Information for package python39-versiontools:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-versiontools
Version : 1.9.1-14.25
Arch : noarch
Vendor : openSUSE
Installed Size : 131.4 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