How to Install and Uninstall git-filter-repo.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "git-filter-repo.noarch" package

Please follow the step by step instructions below to install git-filter-repo.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install git-filter-repo.noarch

2. Uninstall "git-filter-repo.noarch" package

Please follow the guidelines below to uninstall git-filter-repo.noarch on Fedora 34:

$ sudo dnf remove git-filter-repo.noarch $ sudo dnf autoremove

3. Information about the git-filter-repo.noarch package on Fedora 34

Last metadata expiration check: 2:12:27 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : git-filter-repo
Version : 2.29.0
Release : 2.fc34
Architecture : noarch
Size : 92 k
Source : git-filter-repo-2.29.0-2.fc34.src.rpm
Repository : fedora
Summary : Quickly rewrite git repository history (git-filter-branch replacement)
URL : https://github.com/newren/git-filter-repo
License : MIT
Description : git filter-repo is a versatile tool for rewriting history, which includes
: capabilities not found anywhere else. It roughly falls into the same space of
: tool as git filter-branch but without the capitulation-inducing poor
: performance, with far more capabilities, and with a design that scales
: usability-wise beyond trivial rewriting cases.