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

Last updated: November 27,2024

1. Install "python2-versiontools" package

Please follow the guidelines below to install python2-versiontools on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-versiontools

2. Uninstall "python2-versiontools" package

This guide let you learn how to uninstall python2-versiontools on openSUSE Leap:

$ sudo zypper remove python2-versiontools

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

Information for package python2-versiontools:
---------------------------------------------
Repository : Main Repository
Name : python2-versiontools
Version : 1.9.1-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 139,9 KiB
Installed : No
Status : not installed
Source package : python-versiontools-1.9.1-bp153.1.15.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