How to Install and Uninstall hub Package on Kali Linux

Last updated: May 02,2024

1. Install "hub" package

Please follow the steps below to install hub on Kali Linux

$ sudo apt update $ sudo apt install hub

2. Uninstall "hub" package

Here is a brief guide to show you how to uninstall hub on Kali Linux:

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

3. Information about the hub package on Kali Linux

Package: hub
Source: hub (2.14.2~ds1-1)
Version: 2.14.2~ds1-1+b14
Installed-Size: 6499
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), git
Recommends: xsel | xclip
Size: 2196872
SHA256: 2ad9f31f14c863a4ef81cf5b819a580b4542c73182be0f0a60c0db6c1900dfc7
SHA1: 7f2275bdfb54c9e6b9d5a1c0c8314cccdc90e587
MD5sum: f5afdc983bf3f610b4a1ec3dea4ca791
Description: make git easier with GitHub
hub is a command line tool that wraps git in order to extend it
with extra functionality that make working with GitHub easier.
.
$ hub clone rtomayko/tilt
.
# expands to:
$ git clone git://github.com/rtomayko/tilt.git
.
hub is best aliased as git, so you can type "git " in the shell
and get all the usual hub features.
.
You should place this command in your .bash_profile or other
startup script:
.
eval "$(hub alias -s)"
.
This package contains the binaries.
Description-md5:
Homepage: https://github.com/github/hub
Built-Using: golang-1.21 (= 1.21.3-1), golang-blackfriday-v2 (= 2.1.0-1), golang-github-atotto-clipboard (= 0.1.4-1), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-mattn-go-colorable (= 0.1.13-1), golang-github-mattn-go-isatty (= 0.0.19-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-go.crypto (= 1:0.13.0-1), golang-golang-x-net (= 1:0.15.0-2), golang-golang-x-sys (= 0.12.0-1), golang-golang-x-term (= 0.12.0-1), golang-golang-x-text (= 0.13.0-1), golang-toml (= 1.2.1-1), golang-yaml.v2 (= 2.4.0-4)
Section: net
Priority: optional
Filename: pool/main/h/hub/hub_2.14.2~ds1-1+b14_amd64.deb