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

Last updated: January 16,2025

1. Install "git-repair.x86_64" package

In this section, we are going to explain the necessary steps to install git-repair.x86_64 on Fedora 38

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

2. Uninstall "git-repair.x86_64" package

This tutorial shows how to uninstall git-repair.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 5:50:10 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : git-repair
Version : 1.20220404
Release : 3.fc38
Architecture : x86_64
Size : 2.9 M
Source : git-repair-1.20220404-3.fc38.src.rpm
Repository : fedora
Summary : Repairs a damaged git repository
URL : https://hackage.haskell.org/package/git-repair
License : AGPL-3.0-or-later
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.