How to Install and Uninstall bumpversion Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "bumpversion" package

Learn how to install bumpversion on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install bumpversion

2. Uninstall "bumpversion" package

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

$ sudo apt remove bumpversion $ sudo apt autoclean && sudo apt autoremove

3. Information about the bumpversion package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: bumpversion
Priority: optional
Section: universe/devel
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Michael Fladischer
Architecture: all
Version: 0.5.3-3
Depends: python3:any (>= 3.4~)
Filename: pool/universe/b/bumpversion/bumpversion_0.5.3-3_all.deb
Size: 23120
MD5sum: 5981408704ae765972f67da00f7abcf2
SHA1: 8200376eeadc838f9ec6e356cbbb6cd4d11d1a8f
SHA256: 74fd652c9ad23df5ed09a5559629d3c53fdff12ef0195dc631bee512e0b71f9a
Description-en: Version-bump your software with a single command
A small command line tool to simplify releasing software by updating all
version strings in your source code by the correct increment.
.
Also creates commits and tags:
* version formats are highly configurable
* works without any VCS, but happily reads tag information from and
writes commits and tags to Git and Mercurial if available
* just handles text files, so it's not specific to any programming
language
Description-md5: 0a3ea473617a1d417c77e436b3fdb505
Homepage: https://github.com/peritus/bumpversion
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu