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

Last updated: May 13,2024

1. Install "python38-versioneer" package

This tutorial shows how to install python38-versioneer on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-versioneer

2. Uninstall "python38-versioneer" package

Here is a brief guide to show you how to uninstall python38-versioneer on openSuSE Tumbleweed:

$ sudo zypper remove python38-versioneer

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

Information for package python38-versioneer:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-versioneer
Version : 0.20-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 343,1 KiB
Installed : No
Status : not installed
Source package : python-versioneer-0.20-1.2.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.