How to Install and Uninstall reposurgeon Package on Kali Linux

Last updated: September 20,2024

1. Install "reposurgeon" package

Please follow the guidelines below to install reposurgeon on Kali Linux

$ sudo apt update $ sudo apt install reposurgeon

2. Uninstall "reposurgeon" package

Please follow the guidelines below to uninstall reposurgeon on Kali Linux:

$ sudo apt remove reposurgeon $ sudo apt autoclean && sudo apt autoremove

3. Information about the reposurgeon package on Kali Linux

Package: reposurgeon
Version: 4.38-1
Installed-Size: 17617
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: tzdata, libc6 (>= 2.34)
Recommends: cvs, cvs-fast-export, git, subversion
Suggests: brz, darcs, fossil, hg-fast-export
Size: 4642872
SHA256: b06b1ceccdd775193b5ba7b820837b2b697a78b5a7172d27a55ca49bd96dd049
SHA1: c2213bc93bb1f8c81bfb2520de57b3f3367bd445
MD5sum: 4eda4b38f2dd881a0b186f34794953c0
Description: Tool for editing version-control repository history
`reposurgeon` enables risky operations that version-control systems
don't want to let you do, such as (a) editing past comments and metadata,
(b) excising commits, (c) coalescing commits, and (d) removing files and
subtrees from repo history. The original motivation for `reposurgeon`
was to clean up artifacts created by repository conversions.
.
`reposurgeon` is also useful for scripting very high-quality
conversions from Subversion. It is better than `git-svn` at tag
lifting, automatically cleaning up `cvs2svn` conversion artifacts,
dealing with nonstandard repository layouts, recognizing branch
merges, handling mixed-branch commits, and generally at coping with
Subversion's many odd corner cases. Normally Subversion repos should
be analyzed at a rate of upwards of ten thousand commits per minute,
though that rate can fall significantly on extremely large
repositories.
.
An auxiliary program, `repotool`, performs various useful
operations such as checkouts and tag listing in a VCS-independent
manner. Yet another, `repomapper`, assists in automatically preparing
contributor maps of CVS and SVN repositories.
.
The `repocutter` program is available for some specialized operations on
Subversion dumpfiles; it may be useful in extracting portions of
particularly gnarly Subversion repositories for conversion with
reposurgeon.
.
This distribution supports a generic conversion workflow using these
tools, and includes a long-form manual "Repository Editing and
Conversion With Reposurgeon" that describes how to use it.
.
The file `reposurgeon-git-aliases` can be appended to your `~/.gitconfig` to
support working directly with action stamps in git.
.
Finally, an Emacs Lisp mode with useful functions for editing large
comment message-boxes is included.
Description-md5:
Homepage: http://www.catb.org/esr/reposurgeon/
Built-Using: golang-1.21 (= 1.21.7-1), golang-github-anmitsu-go-shlex (= 0.0~git20200514.38f4b40-2), golang-github-chzyer-readline (= 1.4.39.g2972be2-3), golang-github-emirpasic-gods (= 1.12.0-2), golang-github-ianbruene-go-difflib (= 1.2.0-2), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-pkg-term (= 1.1.0-4), golang-github-xo-terminfo (= 0.0~git20210125.ca9a967-2), golang-golang-x-sys (= 0.16.0-1), golang-golang-x-term (= 0.16.0-1), golang-golang-x-text (= 0.14.0-1)
Section: vcs
Priority: optional
Filename: pool/main/r/reposurgeon/reposurgeon_4.38-1_amd64.deb