How to Install and Uninstall bumpversion Package on Kali Linux

Last updated: May 13,2024

1. Install "bumpversion" package

In this section, we are going to explain the necessary steps to install bumpversion on Kali Linux

$ sudo apt update $ sudo apt install bumpversion

2. Uninstall "bumpversion" package

Please follow the steps below to uninstall bumpversion on Kali Linux:

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

3. Information about the bumpversion package on Kali Linux

Package: bumpversion
Version: 1.0.1-1
Installed-Size: 102
Maintainer: Michael Fladischer
Architecture: all
Depends: python3-pkg-resources, python3:any
Size: 31012
SHA256: 969e882de7760d8ef3da35e5c9ce2c8f11bf135da3913950a281e77cd2625a00
SHA1: 4e9a4d184161aab1ed98861a13a68fcc9e106f7b
MD5sum: d9a2bc8b84c35c35a23b2d490e269514
Description: 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:
Homepage: https://github.com/peritus/bumpversion
Section: devel
Priority: optional
Filename: pool/main/b/bumpversion/bumpversion_1.0.1-1_all.deb