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

Last updated: May 18,2024

1. Install "doctest" package

This guide covers the steps necessary to install doctest on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install doctest

2. Uninstall "doctest" package

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

$ sudo apt remove doctest $ sudo apt autoclean && sudo apt autoremove

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

Package: doctest
Priority: extra
Section: universe/devel
Installed-Size: 49877
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-doctest
Version: 0.10.1-3build3
Depends: libc6 (>= 2.15), libffi6 (>= 3.0.4), libgmp10
Filename: pool/universe/h/haskell-doctest/doctest_0.10.1-3build3_amd64.deb
Size: 6048600
MD5sum: 5e5e4fbbf729046cefc76672fde95da1
SHA1: 158dab479ac126bacc0527aab6b1007a5c6de307
SHA256: 1ddc703b9e482020fd8979e0a6af582567a79c1f92fc295a673eef20a075dc1d
Description-en: test interactive Haskell examples; executable
The doctest program checks examples in source code comments.
It is modeled after doctest for Python
().
.
Documentation is at
.
.
This package contains the doctest executable.
Description-md5: 404f6e768fb995bf2ee3802142a923b2
Homepage: https://github.com/sol/doctest-haskell
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu