How to Install and Uninstall python311-versioneer Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "python311-versioneer" package

Please follow the step by step instructions below to install python311-versioneer on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-versioneer

2. Uninstall "python311-versioneer" package

This guide covers the steps necessary to uninstall python311-versioneer on openSuSE Tumbleweed:

$ sudo zypper remove python311-versioneer

3. Information about the python311-versioneer package on openSuSE Tumbleweed

Information for package python311-versioneer:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-versioneer
Version : 0.29-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 268.1 KiB
Installed : No
Status : not installed
Source package : python-versioneer-0.29-1.4.src
Upstream URL : https://github.com/warner/python-versioneer
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.