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

Last updated: July 05,2024

1. Install "python310-versiontools" package

This tutorial shows how to install python310-versiontools on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-versiontools

2. Uninstall "python310-versiontools" package

Here is a brief guide to show you how to uninstall python310-versiontools on openSuSE Tumbleweed:

$ sudo zypper remove python310-versiontools

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

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