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

Last updated: May 20,2024

1. Install "libtut-dev" package

Here is a brief guide to show you how to install libtut-dev on Kali Linux

$ sudo apt update $ sudo apt install libtut-dev

2. Uninstall "libtut-dev" package

In this section, we are going to explain the necessary steps to uninstall libtut-dev on Kali Linux:

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

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

Package: libtut-dev
Source: libtut
Version: 0.0.20070706-3
Installed-Size: 625
Maintainer: Debian QA Group
Architecture: all
Suggests: pkg-config (>= 0.16.0-1)
Size: 79864
SHA256: d3f86a99551bdf867fb99d144fd5bc50e8fd9f9a0224be6b0144dec3c88257ee
SHA1: 4ea2bef97b8d452b66ee9fc6d4098785f435094c
MD5sum: 1f37ac1c2e7d218166e348bd87c2d965
Description: elegant C++ unit test framework
TUT is a unit test framework for C++, written in pure C++. It makes use of
C++ templates to reduce the responsibilities of the user and provide an
intuitive and easy-to-use interface. Unlike other test unit frameworks for
C++, TUT doesn't use macros, since their usage conceals actual implementation
and (what's worse) can interfere with client application.
.
TUT completely fits into a single header file. No library compilation is
required, thus a lot of portability problems are avoided and integration with
client code is very simple.
Description-md5:
Multi-Arch: foreign
Homepage: http://tut-framework.sourceforge.net/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libt/libtut/libtut-dev_0.0.20070706-3_all.deb