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

Last updated: January 11,2025

1. Install "python2-versioneer" package

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

$ sudo zypper refresh $ sudo zypper install python2-versioneer

2. Uninstall "python2-versioneer" package

Please follow the guidelines below to uninstall python2-versioneer on openSUSE Leap:

$ sudo zypper remove python2-versioneer

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

Information for package python2-versioneer:
-------------------------------------------
Repository : Main Repository
Name : python2-versioneer
Version : 0.18-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 200,4 KiB
Installed : No
Status : not installed
Source package : python-versioneer-0.18-bp153.1.15.src
Summary : VCS-based management of project version strings
Description :
Versioneer is a tool to automatically update version strings (in
setup.py and the conventional ‘from PROJECT import _version’ pattern)
by asking the version control system about the current tree.