How to Install and Uninstall mgitstatus Package on Kali Linux

Last updated: April 28,2024

1. Install "mgitstatus" package

This tutorial shows how to install mgitstatus on Kali Linux

$ sudo apt update $ sudo apt install mgitstatus

2. Uninstall "mgitstatus" package

This guide covers the steps necessary to uninstall mgitstatus on Kali Linux:

$ sudo apt remove mgitstatus $ sudo apt autoclean && sudo apt autoremove

3. Information about the mgitstatus package on Kali Linux

Package: mgitstatus
Version: 2.2+dfsg-2
Installed-Size: 27
Maintainer: Baptiste Beauplat
Architecture: all
Depends: git
Size: 8148
SHA256: cbaffc5cde81c37abb3ce1c852100e22dad308db0905943b8aa5eab6a9ca87b0
SHA1: 782d00218925c1c0dfbadc3f4aa944c39c59bce2
MD5sum: 3f02ba1d328e00c6daa888b6fb2404a9
Description: Show status of multiple Git repositories
mgitstatus is a tool that loop over multiple Git repositories reporting,
for each one, the uncommitted, untracked and unpushed changes. The output
is nicely formatted using colors to quickly detect which repositories
need action.
.
When working over several project, mgitstatus is quite helpful to track
unfinished work, not in sync with your remotes. Optionally, it can also
check if the repository needs a pull by fetching remote branches.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/fboender/multi-git-status
Section: vcs
Priority: optional
Filename: pool/main/m/mgitstatus/mgitstatus_2.2+dfsg-2_all.deb