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

Last updated: May 21,2024

1. Install "git-repair" package

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

$ sudo apt update $ sudo apt install git-repair

2. Uninstall "git-repair" package

This guide covers the steps necessary to uninstall git-repair on Kali Linux:

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

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

Package: git-repair
Source: git-repair (1.20200102-2)
Version: 1.20200102-2+b1
Installed-Size: 4814
Maintainer: Sean Whitton
Architecture: amd64
Depends: git, rsync, libc6 (>= 2.29), libffi8 (>= 3.4), libgmp10 (>= 2:6.2.1+dfsg)
Size: 866000
SHA256: 06acb33848fc83baf2ad64a0013cca5341e24a83ae64c066fc5eb51a96c36a76
SHA1: 46de95fa6ee64bd9436f6ce79dbe59d0278aad51
MD5sum: a571b204407828612260f956745256fe
Description: repair various forms of damage to git repositories
git-repair can repair various forms of damage to git repositories.
.
It is a complement to git fsck, which finds problems, but does not fix them.
.
As well as avoiding the need to rm -rf a damaged repository and re-clone,
using git-repair can help rescue commits you've made to the damaged
repository and not yet pushed out.
Description-md5: 36b21dca712d59325250d3295c6ba8d9
Homepage: https://git-repair.branchable.com/
Section: utils
Priority: optional
Filename: pool/main/g/git-repair/git-repair_1.20200102-2+b1_amd64.deb