How to Install and Uninstall cvsutils Package on Kali Linux

Last updated: May 09,2024

1. Install "cvsutils" package

This tutorial shows how to install cvsutils on Kali Linux

$ sudo apt update $ sudo apt install cvsutils

2. Uninstall "cvsutils" package

This guide covers the steps necessary to uninstall cvsutils on Kali Linux:

$ sudo apt remove cvsutils $ sudo apt autoclean && sudo apt autoremove

3. Information about the cvsutils package on Kali Linux

Package: cvsutils
Version: 0.2.6-1
Installed-Size: 67
Maintainer: Debian QA Group
Architecture: all
Depends: perl:any, cvs
Size: 21928
SHA256: 7e599a4abb28f38fedaf7e86d1e7d05a3a4b9061c937924e2857f6dc8134df7f
SHA1: 5aeafa1764c7e75e89bfbfdac77d677730bb80ff
MD5sum: 765a84839253bb703873757911bccccc
Description: CVS utilities for use in working directories
Several utilities which are used to facilitate working with the
files in the working directory of a developer using CVS.
.
The utilities included in this package are:
.
+ cvsu: Offline "cvs update" simulator. Lists the files found in
the current directory (or in the directories which you
specify).
+ cvsco: "Cruel checkout". Removes results of compilation and
discards local changes. Deletes all the files except
listed unmodified ones and checks out everything which
seems to be missing.
+ cvsdiscard: Discards local changes but keeps results of compilation.
Works like "cvsco", but only deletes files which are
likely to cause merge conflicts.
+ cvspurge: CVS-based "make maintainer-clean". Removes results of
compilation but keeps local changes intact. Removes
unknown files, but keeps changes in files known to CVS.
+ cvstrim: Removes files and directories unknown to CVS.
+ cvschroot: Makes it possible to change CVS/Root in all subdirectories
to the given value.
+ cvsdo: Simulates some of the CVS commands (currently add, remove
and diff) without any access to the CVS server.
+ cvsnotag: Reports untagged files.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.red-bean.com/cvsutils/
Tag: devel::buildtools, devel::rcs, implemented-in::perl,
interface::commandline, role::program, scope::utility,
use::synchronizing, works-with::software:source
Section: vcs
Priority: optional
Filename: pool/main/c/cvsutils/cvsutils_0.2.6-1_all.deb