How to Install and Uninstall git-filter-repo Package on openSUSE Leap

Last updated: May 06,2024

1. Install "git-filter-repo" package

Please follow the step by step instructions below to install git-filter-repo on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install git-filter-repo

2. Uninstall "git-filter-repo" package

In this section, we are going to explain the necessary steps to uninstall git-filter-repo on openSUSE Leap:

$ sudo zypper remove git-filter-repo

3. Information about the git-filter-repo package on openSUSE Leap

Information for package git-filter-repo:
----------------------------------------
Repository : Main Repository
Name : git-filter-repo
Version : 2.38.0-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 318.5 KiB
Installed : No
Status : not installed
Source package : git-filter-repo-2.38.0-bp155.1.5.src
Upstream URL : https://github.com/newren/git-filter-repo
Summary : Quickly rewrite git repository history (git-filter-branch replacement)
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.