How to Install and Uninstall cvm-pgsql Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "cvm-pgsql" package

This tutorial shows how to install cvm-pgsql on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cvm-pgsql

2. Uninstall "cvm-pgsql" package

Please follow the guidelines below to uninstall cvm-pgsql on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cvm-pgsql $ sudo apt autoclean && sudo apt autoremove

3. Information about the cvm-pgsql package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cvm-pgsql
Priority: optional
Section: universe/admin
Installed-Size: 92
Maintainer: Ubuntu Developers
Original-Maintainer: Gerrit Pape
Architecture: amd64
Source: cvm
Version: 0.96-1.2build1
Depends: libc6 (>= 2.4), libcvm1, libpq5
Recommends: cvm
Filename: pool/universe/c/cvm/cvm-pgsql_0.96-1.2build1_amd64.deb
Size: 6004
MD5sum: a074d383f98846e4055fc0c53779b337
SHA1: 5d3c3a330f9c86a90021c5e72b0380bc08cdfecd
SHA256: ecace2454ca156092d5a6bdc5d9f5c0eafb920aed72c09176c6456693edb76b5
Description-en: Credential Validation Modules (PostgreSQL)
CVM is a framework for validating a set of credentials against a database
using a filter program. The modules act as a filter, taking a set of
credentials as input and writing a set of facts as output if those
credentials are valid. Optional input is given to the module through
environment variables.
.
Some of the ideas for CVM came from experience with PAM (pluggable
authentication modules), the checkpassword interface used by qmail-pop3d,
and the "authmod" interface used by Courier IMAP and POP3. This framework
places fewer restrictions on the invoking client than checkpassword does,
and is much simpler to implement on both sides than PAM and the authmod
framework.
.
See http://untroubled.org/cvm/cvm.html for more information.
Description-md5: 0b759f5b06ac61a0cde6553fa6dd62c0
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu