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

Last updated: May 13,2024

1. Install "git-notifier" package

Please follow the guidance below to install git-notifier on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install git-notifier

2. Uninstall "git-notifier" package

Please follow the guidelines below to uninstall git-notifier on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: git-notifier
Priority: optional
Section: universe/vcs
Installed-Size: 57
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Edmonds
Architecture: all
Version: 1:0.6-25-1
Depends: default-mta | mail-transport-agent, git, python
Recommends: moreutils
Filename: pool/universe/g/git-notifier/git-notifier_0.6-25-1_all.deb
Size: 22766
MD5sum: 1f754faa8036140b3433ac04aab91e9c
SHA1: e5e02f507e2171dff18bbc080573ed4ef8adde5c
SHA256: 2920be166f56b1d7bc0d803242d6e7ee9524f88c71db1e1ea840db32c31aec65
Description-en: git commit email notification script
git-notifier is a script to be used with git as a post-receive hook.
Once installed, it emails out a summary of all changes each time a user
pushes an update to the repository. Different from other similar
scripts, git-notifier sends exactly one email per change, each of which
includes a complete diff of all modifications as well as the set of
branches from which the new revision can be reached. The script ensures
that each change is mailed out only exactly once by keeping a state
file of already reported revisions. The script integrates nicely with
gitolite.
Description-md5: 86df0e0018ddf595ddf9c5869bf9ef8c
Enhances: git, gitolite
Homepage: http://www.icir.org/robin/git-notifier/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu