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

Last updated: October 10,2024

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 39

$ 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 39:

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

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

Last metadata expiration check: 1:33:48 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : git-repair
Version : 1.20220404
Release : 7.fc39
Architecture : x86_64
Size : 3.3 M
Source : git-repair-1.20220404-7.fc39.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.