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

Last updated: May 21,2024

1. Install "git-repair" package

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

$ sudo apt update $ sudo apt install git-repair

2. Uninstall "git-repair" package

This guide let you learn how to uninstall git-repair on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: git-repair
Priority: optional
Section: universe/utils
Installed-Size: 5198
Maintainer: Ubuntu Developers
Original-Maintainer: Richard Hartmann
Architecture: amd64
Version: 1.20151215-1
Depends: libc6 (>= 2.15), libffi6 (>= 3.0.4), libgmp10, git, rsync
Filename: pool/universe/g/git-repair/git-repair_1.20151215-1_amd64.deb
Size: 906054
MD5sum: 60eb9df048d1b328281c908729334896
SHA1: 777f6262a8cdb0d796d1b81d8a7b5337968cae93
SHA256: 8abedd01e18917827136b88ee88aa0968c88377a246fd1fddafe78feace21207
Description-en: 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: http://git-repair.branchable.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu