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

Last updated: August 21,2024

1. Install "git-flow" package

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

$ sudo apt update $ sudo apt install git-flow

2. Uninstall "git-flow" package

Please follow the step by step instructions below to uninstall git-flow on Kali Linux:

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

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

Package: git-flow
Version: 1.12.3-3
Installed-Size: 321
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Depends: git | git-core
Size: 47224
SHA256: 28fe49dd9ff675790c39282999a3ded55808c845be0c0a7740be15d5133283e9
SHA1: b0e1b97b1b5d014d699861d059c44b14a0d54d85
MD5sum: 38c3076e5eff6d8f53d38cb6fb0adce9
Description: Git extension to provide a high-level branching model
A set of scripts that provide high-level repository operations for
managing feature/release/hotfix branches in a Git repository,
particularly suited to be utilised to follow Vincent Driessen's
branching model, described at
.
.
This package follows the AVH edition.
Description-md5:
Homepage: https://github.com/petervanderdoes/gitflow/wiki
Section: vcs
Priority: optional
Filename: pool/main/g/git-flow/git-flow_1.12.3-3_all.deb