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

Last updated: May 06,2024

1. Install "python3-vcversioner" package

This is a short guide on how to install python3-vcversioner on Kali Linux

$ sudo apt update $ sudo apt install python3-vcversioner

2. Uninstall "python3-vcversioner" package

This is a short guide on how to uninstall python3-vcversioner on Kali Linux:

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

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

Package: python3-vcversioner
Source: vcversioner
Version: 2.16.0.0-6
Installed-Size: 44
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: git, mercurial
Size: 14116
SHA256: 14644356c562baa22d2254132c5df6e7a1afa19d9afd95333b166021fef2eb84
SHA1: a7e947a431064ae2a97264a1f97b6bb0b9aaaa3c
MD5sum: c90e29a425720add04e614955b619be2
Description: Use version control tags to discover version numbers (Python3 version)
vcversioner autodiscovers a Python project's version number using
version control system tags. This allows developers to avoid
duplicating version information between their VCS and their setup.py
metadata.
.
When the package is built, vcversioner generates a version.txt file
that can be used for release tarballs.
.
Currently, vcversioner supports the git and mercurial (hg) VCS.
.
This package contains vcversioner for Python 3.x
Description-md5:
Homepage: https://github.com/habnabit/vcversioner
Section: python
Priority: optional
Filename: pool/main/v/vcversioner/python3-vcversioner_2.16.0.0-6_all.deb