How to Install and Uninstall cvs-fast-export Package on Kali Linux

Last updated: May 14,2024

1. Install "cvs-fast-export" package

Here is a brief guide to show you how to install cvs-fast-export on Kali Linux

$ sudo apt update $ sudo apt install cvs-fast-export

2. Uninstall "cvs-fast-export" package

This guide let you learn how to uninstall cvs-fast-export on Kali Linux:

$ sudo apt remove cvs-fast-export $ sudo apt autoclean && sudo apt autoremove

3. Information about the cvs-fast-export package on Kali Linux

Package: cvs-fast-export
Source: cvs-fast-export (1.59-1)
Version: 1.59-1+b1
Installed-Size: 319
Maintainer: Anthony Fok
Architecture: amd64
Depends: libc6 (>= 2.34), python3:any
Recommends: reposurgeon, cvs, git, rsync
Suggests: rcs, brz
Size: 121844
SHA256: 3377da9a942cca565f546005b57287c88206382a662bfdd309002747c7884678
SHA1: cf668bde5666f2367f600392a45ab5ae867672a2
MD5sum: 4e7718adc1224222f6b904192a3da13a
Description: Export an RCS or CVS history as a fast-import stream
cvs-fast-export, formerly "parsecvs", does what its new name implies:
exports CVS repositories in a format suitable for git fast-import.
.
This program analyzes a collection of RCS files in a CVS repository
(or outside of one) and, when possible, emits an equivalent history
in the form of a fast-import stream. Not all possible histories can
be rendered this way; the program tries to emit useful warnings when
it can't. The program can also produce a visualization of the
resulting commit DAG in the DOT format handled by the graphviz suite.
.
The distribution includes a tool, cvssync, for fetching masters from
CVS remote repositories so cvs-fast-export can see them. You will
need rsync installed to use it.
.
A wrapper script called cvsconvert runs a conversion to git and
looks for content mismatches with the original CVS. You will need
CVS and Git installed to use it.
.
Also included is a tool called cvsstrip that strips content out of
trees of RCS/CVS masters, leaving only metadata structure in place.
Description-md5:
Homepage: http://www.catb.org/esr/cvs-fast-export/
Section: vcs
Priority: optional
Filename: pool/main/c/cvs-fast-export/cvs-fast-export_1.59-1+b1_amd64.deb