How to Install and Uninstall cvsutils Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "cvsutils" package

Please follow the steps below to install cvsutils on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cvsutils

2. Uninstall "cvsutils" package

This tutorial shows how to uninstall cvsutils on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the cvsutils package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cvsutils
Priority: optional
Section: universe/devel
Installed-Size: 116
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Uwe Hermann
Architecture: all
Version: 0.2.5-1
Depends: perl, cvs
Filename: pool/universe/c/cvsutils/cvsutils_0.2.5-1_all.deb
Size: 19336
MD5sum: 374b4aa9cfa564f38e7fd0821e5dd355
SHA1: 3247be0ea9287c8cfeb185694abe8f1363de89b5
SHA256: cf4b1b2dcff24fdfa2d37db62c3edf4543476ec708fd0952d31afc07430d8b38
Description-en: 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: 0fc30109b459275c9a1a6c70be3c7b13
Homepage: http://www.red-bean.com/cvsutils/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu