How to Install and Uninstall git-filter-repo Package on Kali Linux

Last updated: May 19,2024

1. Install "git-filter-repo" package

This tutorial shows how to install git-filter-repo on Kali Linux

$ sudo apt update $ sudo apt install git-filter-repo

2. Uninstall "git-filter-repo" package

Please follow the step by step instructions below to uninstall git-filter-repo on Kali Linux:

$ sudo apt remove git-filter-repo $ sudo apt autoclean && sudo apt autoremove

3. Information about the git-filter-repo package on Kali Linux

Package: git-filter-repo
Version: 2.38.0-2
Installed-Size: 343
Maintainer: Debian Python Team
Architecture: all
Depends: git (>= 1:2.22), python3:any
Recommends: git (>= 1:2.28)
Size: 103124
SHA256: ef8236887e006184ee9364ea8058b7b6aa56636bc15347babfd2a7fa19ebe850
SHA1: e0fe3dd7cdf706431d2726e826a63fa046b86431
MD5sum: 3b3a834a2279996d07c161ffcace2a6a
Description: Quickly rewrite git repository history
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. git filter-repo is now
recommended by the git project instead of git filter-branch.
.
While most users will probably just use filter-repo as a simple command
line tool (and likely only use a few of its flags), at its core filter-repo
contains a library for creating history rewriting tools. As such, users
with specialized needs can leverage it to quickly create entirely new
history rewriting tools.
Description-md5:
Homepage: https://github.com/newren/git-filter-repo
Section: vcs
Priority: optional
Filename: pool/main/g/git-filter-repo/git-filter-repo_2.38.0-2_all.deb