How to Install and Uninstall python-vcversioner Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 26,2024

1. Install "python-vcversioner" package

This guide let you learn how to install python-vcversioner on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-vcversioner

2. Uninstall "python-vcversioner" package

Please follow the guidelines below to uninstall python-vcversioner on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-vcversioner package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-vcversioner
Priority: optional
Section: universe/python
Installed-Size: 68
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: vcversioner
Version: 1.14.1.1-2
Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8)
Suggests: git, mercurial
Filename: pool/universe/v/vcversioner/python-vcversioner_1.14.1.1-2_all.deb
Size: 13150
MD5sum: 25468426a9d1ed529aeceecb53dcd0da
SHA1: 3c9c592a2eb4d6245e0782026954ca986d8c0a18
SHA256: 8f5d48fac1d69453654ab7a22bf22d442f9d2a20937757d47d4acc3db94c8818
Description-en: Use version control tags to discover version numbers
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 module contains vcversioner for Python 2.x
Description-md5: 99f501805d94035b527f1ace265e8d05
Homepage: https://github.com/habnabit/vcversioner
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu