How to Install and Uninstall git-filter-repo.noarch Package on CentOS Stream 9

Last updated: December 28,2024

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

This is a short guide on how to install git-filter-repo.noarch on CentOS Stream 9

$ 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 CentOS Stream 9:

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

3. Information about the git-filter-repo.noarch package on CentOS Stream 9

Last metadata expiration check: 2:20:08 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : git-filter-repo
Version : 2.38.0
Release : 1.el9
Architecture : noarch
Size : 167 k
Source : git-filter-repo-2.38.0-1.el9.src.rpm
Repository : epel
Summary : Quickly rewrite git repository history (git-filter-branch replacement)
URL : https://github.com/newren/git-filter-repo
License : GPL-2.0-only OR 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.