How to Install and Uninstall git-cvs Package on Kali Linux

Last updated: May 20,2024

1. Install "git-cvs" package

In this section, we are going to explain the necessary steps to install git-cvs on Kali Linux

$ sudo apt update $ sudo apt install git-cvs

2. Uninstall "git-cvs" package

Learn how to uninstall git-cvs on Kali Linux:

$ sudo apt remove git-cvs $ sudo apt autoclean && sudo apt autoremove

3. Information about the git-cvs package on Kali Linux

Package: git-cvs
Source: git
Version: 1:2.43.0-1
Installed-Size: 1393
Maintainer: Jonathan Nieder
Architecture: all
Depends: git (>> 1:2.43.0), git (<< 1:2.43.0-.), cvsps, libdbd-sqlite3-perl
Suggests: git-doc, cvs
Size: 1078768
SHA256: 79db8e63d2d1f2e5d04884e2990000a443792e99f7134e573407d2f0a5e16a35
SHA1: 7df22adb134e599f5c14fa80f0b50295a4dbf940
MD5sum: afcf2899b206106b710d30548b0e8c24
Description: fast, scalable, distributed revision control system (cvs interoperability)
Git is popular version control system designed to handle very large
projects with speed and efficiency; it is used for many high profile
open source projects, most notably the Linux kernel.
.
Git falls in the category of distributed source code management tools.
Every Git working directory is a full-fledged repository with full
revision tracking capabilities, not dependent on network access or a
central server.
.
This package provides the git cvsimport, cvsexportcommit, and cvsserver
tools, which allow Git to read from and write to CVS repositories and
offer access over CVS protocol to Git repositories.
.
The git cvsimport tool can incrementally import from a repository that
is being actively developed and only requires remote access over CVS
protocol. Unfortunately, in many situations the import leads to
incorrect results. For reliable, one-shot imports, cvs2git from the
cvs2svn package or parsecvs may be a better fit.
Description-md5:
Multi-Arch: foreign
Homepage: https://git-scm.com/
Tag: implemented-in::perl, interface::commandline, interface::daemon,
network::client, network::server, role::program, scope::utility,
works-with::vcs
Section: vcs
Priority: optional
Filename: pool/main/g/git/git-cvs_2.43.0-1_all.deb