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

Last updated: October 09,2024

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

This guide covers the steps necessary to install git-filter-repo.noarch on Fedora 35

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

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

Please follow the guidance below to uninstall git-filter-repo.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:26:47 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : git-filter-repo
Version : 2.34.0
Release : 1.fc35
Architecture : noarch
Size : 94 k
Source : git-filter-repo-2.34.0-1.fc35.src.rpm
Repository : updates
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.