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

Last updated: July 03,2024

1. Install "python36-versiontools" package

Please follow the instructions below to install python36-versiontools on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-versiontools

2. Uninstall "python36-versiontools" package

This guide let you learn how to uninstall python36-versiontools on openSuSE Tumbleweed:

$ sudo zypper remove python36-versiontools

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

Information for package python36-versiontools:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-versiontools
Version : 1.9.1-14.12
Arch : noarch
Vendor : openSUSE
Installed Size : 131,3 KiB
Installed : No
Status : not installed
Source package : python-versiontools-1.9.1-14.12.src
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