How to Install and Uninstall python3-versiontools Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-versiontools" package

This guide covers the steps necessary to install python3-versiontools on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-versiontools

2. Uninstall "python3-versiontools" package

This tutorial shows how to uninstall python3-versiontools on openSUSE Leap:

$ sudo zypper remove python3-versiontools

3. Information about the python3-versiontools package on openSUSE Leap

Information for package python3-versiontools:
---------------------------------------------
Repository : Main Repository
Name : python3-versiontools
Version : 1.9.1-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 131.3 KiB
Installed : No
Status : not installed
Source package : python-versiontools-1.9.1-bp155.2.10.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