How to Install and Uninstall cvs Package on Kali Linux

Last updated: May 15,2024

1. Install "cvs" package

Please follow the step by step instructions below to install cvs on Kali Linux

$ sudo apt update $ sudo apt install cvs

2. Uninstall "cvs" package

This tutorial shows how to uninstall cvs on Kali Linux:

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

3. Information about the cvs package on Kali Linux

Package: cvs
Version: 2:1.12.13+real-30
Installed-Size: 4753
Maintainer: Thorsten Glaser
Architecture: amd64
Depends: libbsd0 (>= 0.0), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.6.dfsg.2), zlib1g (>= 1:1.1.4), adduser
Recommends: openssh-client
Suggests: mksh, rcs
Enhances: cvs2svn (>= 2.4.0-4~), rcs
Size: 2815146
SHA256: b105640744efb1452694c2d2394d82ad6d4fc081d5124fe80a74cc387ab73d3b
SHA1: 199027a98ae0d6ebd46167062ed37d4ffa9e4950
MD5sum: 17a35632fa847861182f8fc28e59786e
Description: Concurrent Versions System
CVS is a version control system, which allows you to keep access
to old versions of files (usually source code), keep a log of
who, when, and why changes occurred, etc., like RCS or SCCS.
It handles multiple developers, multiple directories, triggers to
enable/log/control various operations, and can work over a wide
area network. The texinfo manual provides further information on
more tasks that it can perform.
.
There are some tasks that are not covered by CVS. They can be done in
conjunction with CVS but will tend to require some script-writing and
software other than CVS. These tasks are bug-tracking, build management
(that is, make and make-like tools), and automated testing. However,
CVS makes these tasks easier.
.
This package contains a CVS binary which can act as both client and
server, although there is no CVS dæmon; to access remote repositories,
please use :extssh: not :pserver: any more.
Description-md5:
Multi-Arch: foreign
Homepage: http://www.nongnu.org/cvs/
Tag: devel::lang:c, devel::library, devel::rcs, implemented-in::c,
interface::commandline, interface::daemon, made-of::info, made-of::pdf,
network::client, network::server, role::devel-lib, role::documentation,
role::program, scope::application, suite::gnu, use::storing,
use::synchronizing, works-with::file, works-with::software:source,
works-with::vcs
Section: vcs
Priority: optional
Filename: pool/main/c/cvs/cvs_1.12.13+real-30_amd64.deb