How to Install and Uninstall git-hub Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 30,2024

1. Install "git-hub" package

Here is a brief guide to show you how to install git-hub on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install git-hub

2. Uninstall "git-hub" package

This guide covers the steps necessary to uninstall git-hub on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the git-hub package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: git-hub
Priority: optional
Section: universe/vcs
Installed-Size: 104
Maintainer: Ubuntu Developers
Original-Maintainer: Maximiliano Curia
Architecture: all
Version: 0.9.0-2
Depends: python, git (>= 1:1.7.7)
Filename: pool/universe/g/git-hub/git-hub_0.9.0-2_all.deb
Size: 32446
MD5sum: 01e1066748cec6a6fd11e86c861d0037
SHA1: 3041fcd06e7e7959cad88dfca40f677029889744
SHA256: 719362edf97ec43b32ced9dd0391a900a0f75cde7afc37a8168ceb2946a2fbf0
Description-en: 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: 3e257d1f6193871bc252efaf361c5762
Homepage: https://github.com/sociomantic/git-hub
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu