How to Install and Uninstall doctest-dev Package on Kali Linux

Last updated: May 15,2024

1. Install "doctest-dev" package

In this section, we are going to explain the necessary steps to install doctest-dev on Kali Linux

$ sudo apt update $ sudo apt install doctest-dev

2. Uninstall "doctest-dev" package

Please follow the instructions below to uninstall doctest-dev on Kali Linux:

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

3. Information about the doctest-dev package on Kali Linux

Package: doctest-dev
Source: doctest
Version: 2.4.11-1
Installed-Size: 1187
Maintainer: Debian QA Group
Architecture: all
Size: 215992
SHA256: a41b0d152b707310f40c60658d44f1baf51451f094c3b3e6aaa7e077b3ee005e
SHA1: 35a31688c40ebb23b8e7cd6a297b155e2fcfa02a
MD5sum: f4607911cb3077ce9f858019c1b769fd
Description: Light and feature-rich C++ testing framework
doctest is a light and feature-rich
C++98 / C++11 single-header testing framework
for unit tests and TDD.
.
It is inspired by the unittest {} functionality
of the D programming language and Python's docstrings -
tests can be considered a form of documentation
and should be able to reside near the production code
which they test.
This isn't possible (or at least practical)
with any other testing framework for C++.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/onqtam/doctest
Section: devel
Priority: optional
Filename: pool/main/d/doctest/doctest-dev_2.4.11-1_all.deb