How to Install and Uninstall python3-versioneer Package on Kali Linux

Last updated: May 12,2024

1. Install "python3-versioneer" package

Please follow the guidance below to install python3-versioneer on Kali Linux

$ sudo apt update $ sudo apt install python3-versioneer

2. Uninstall "python3-versioneer" package

This guide covers the steps necessary to uninstall python3-versioneer on Kali Linux:

$ sudo apt remove python3-versioneer $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-versioneer package on Kali Linux

Package: python3-versioneer
Source: python-versioneer
Version: 0.29-1
Installed-Size: 155
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python-python-versioneer-doc
Size: 42972
SHA256: d256179a94aac4f9a6b121256a44d907ec7a86b416cd29a8570b4ec08ec7c8f3
SHA1: 149c5830292485481f16d0ecdf7a59e3b7be3507
MD5sum: 19e8683486c9e30e8886bc1bd0a53930
Description: determine version from repository tag
This is a tool for managing a recorded version number in distutils-based
python projects. The goal is to remove the tedious and error-prone
"update the embedded version string" step from your release
process. Making a new release should be as easy as recording a new tag
in your version-control system, and maybe making new tarballs.
Description-md5:
Homepage: https://github.com/python-versioneer/python-versioneer
Section: devel
Priority: optional
Filename: pool/main/p/python-versioneer/python3-versioneer_0.29-1_all.deb