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

Last updated: May 14,2024

1. Install "cvsd" package

Please follow the guidance below to install cvsd on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cvsd

2. Uninstall "cvsd" package

This guide covers the steps necessary to uninstall cvsd on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cvsd $ sudo apt autoclean && sudo apt autoremove

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

Package: cvsd
Priority: optional
Section: universe/net
Installed-Size: 293
Maintainer: Ubuntu Developers
Original-Maintainer: Arthur de Jong
Architecture: amd64
Version: 1.0.24
Depends: libc6 (>= 2.15), debconf (>= 0.5) | debconf-2.0, cvs, adduser, lsb-base (>= 3.0-6)
Suggests: perl, tmpreaper
Filename: pool/universe/c/cvsd/cvsd_1.0.24_amd64.deb
Size: 95104
MD5sum: 724eef7113d0afd0f6d87970ec941ddf
SHA1: c868d548ed238def125a11f0aca725b529f2912c
SHA256: 4008a5977ea40751de84aca534f819ce141a69b67534643f344119d9cc2c1e16
Description-en: chroot wrapper to run 'cvs pserver' more securely
cvsd is a wrapper program for cvs in pserver mode. it will run 'cvs pserver'
under a special uid/gid in a chroot jail. cvsd is run as a daemon and is
controlled through a configuration file. It is relatively easy to configure
and provides tools for setting up a rootjail.
.
This server can be useful if you want to run a public cvs pserver. You
should however be aware of the security limitations of running a cvs
pserver. If you want any kind of authentication you should really consider
using secure shell as a secure authentication mechanism and transport.
Passwords used with cvs pserver are transmitted in plaintext.
.
You should probably disable the pserver from the cvs package.
Description-md5: e7db47439c785f41c3ae167bc30095e8
Homepage: http://arthurdejong.org/cvsd/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu