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

Last updated: April 30,2024

1. Install "git-hub" package

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

$ sudo apt update $ sudo apt install git-hub

2. Uninstall "git-hub" package

Please follow the guidance below to uninstall git-hub on Kali Linux:

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

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

Package: git-hub
Version: 2.1.3-1
Installed-Size: 124
Maintainer: Maximiliano Curia
Architecture: all
Depends: git (>= 1:1.7.7), python3:any
Recommends: vim-git-hub
Size: 39004
SHA256: 81d44591884177977d127f926be92fb372ebaac0e6faf97a6b536113ec6da703
SHA1: fbc267ae92afe4d1558100733c134ff3d83e1c73
MD5sum: 8fe8049dbe7ad3a6f1880437e1845b81
Description: Git command line interface to GitHub
git hub is a simple command line interface to GitHub, enabling most useful
GitHub tasks (like creating and listing pull request or issues) to be accessed
directly through the Git command line.
.
Although probably the most outstanding feature (and the one that motivated the
creation of this tool) is the pull rebase command, which is the rebasing
version of the GitHub Merge (TM) button. This enables an easy workflow that
doesn't involve thousands of merges which makes the repository history
unreadable.
.
Another unique feature is the ability to transform an issue into a pull
request by attaching commits to it (this is something offered by the GitHub
API but not by the web interface).
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/sociomantic-tsunami/git-hub
Section: vcs
Priority: optional
Filename: pool/main/g/git-hub/git-hub_2.1.3-1_all.deb