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

Last updated: October 07,2024

1. Install "git-repair.x86_64" package

This guide covers the steps necessary to install git-repair.x86_64 on Fedora 36

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

2. Uninstall "git-repair.x86_64" package

Please follow the steps below to uninstall git-repair.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 4:29:21 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : git-repair
Version : 1.20210629
Release : 3.fc36
Architecture : x86_64
Size : 1.1 M
Source : git-repair-1.20210629-3.fc36.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.