How to Install and Uninstall git-bump Package on Kali Linux

Last updated: May 19,2024

1. Install "git-bump" package

Please follow the guidance below to install git-bump on Kali Linux

$ sudo apt update $ sudo apt install git-bump

2. Uninstall "git-bump" package

Please follow the instructions below to uninstall git-bump on Kali Linux:

$ sudo apt remove git-bump $ sudo apt autoclean && sudo apt autoremove

3. Information about the git-bump package on Kali Linux

Package: git-bump
Source: ruby-git-bump
Version: 1.1.0-2
Installed-Size: 35
Maintainer: Andrej Shadura
Architecture: all
Provides: ruby-git-bump
Depends: ruby, ruby-thor
Size: 9924
SHA256: 3d53fb6aa0d2b036b03d690b31991c8ded3c96fe244075fca961fe1b27863ccc
SHA1: 84d21aa56729cf116c3eaab26acbaa43437d003a
MD5sum: 8be3e14896636dcb2b79b85156b5f2c5
Description: create Git release commits and tags with changelogs
git-bump automates the best practices for doing releases for
code bases stored in Git:
.
* Update version-related minutiae in the code base.
* Commit with a message like projectname 1.2.3.
* Create a signed, annotated tag with the same message with a name like
v1.2.3.
* Include release notes in the release commit.
Description-md5:
Homepage: https://tpo.pe/git-bump
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-git-bump/git-bump_1.1.0-2_all.deb