How to Install and Uninstall git-repair.x86_64 Package on Fedora 34

Last updated: September 20,2024

1. Install "git-repair.x86_64" package

Please follow the guidelines below to install git-repair.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install git-repair.x86_64

2. Uninstall "git-repair.x86_64" package

This guide let you learn how to uninstall git-repair.x86_64 on Fedora 34:

$ sudo dnf remove git-repair.x86_64 $ sudo dnf autoremove

3. Information about the git-repair.x86_64 package on Fedora 34

Last metadata expiration check: 0:29:30 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : git-repair
Version : 1.20200504
Release : 4.fc34
Architecture : x86_64
Size : 1.0 M
Source : git-repair-1.20200504-4.fc34.src.rpm
Repository : fedora
Summary : Repairs a damaged git repository
URL : https://hackage.haskell.org/package/git-repair
License : AGPLv3
Description : 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.