How to Install and Uninstall libtut-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libtut-dev" package

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

$ sudo apt update $ sudo apt install libtut-dev

2. Uninstall "libtut-dev" package

This is a short guide on how to uninstall libtut-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libtut-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtut-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 388
Maintainer: Ubuntu Core Developers
Original-Maintainer: César Gómez Martín
Architecture: all
Source: libtut
Version: 0.0.20070706-1
Suggests: pkg-config (>= 0.16.0-1)
Filename: pool/universe/libt/libtut/libtut-dev_0.0.20070706-1_all.deb
Size: 100092
MD5sum: 9391f1456463b7cf3a4d452dbf47c333
SHA1: 6d4e161f27ac73cd64951154efda8e5cd38321a5
SHA256: 7d781e7dae1151417bf1b54fc05ccebec688e4ed2ff2a48eb1de3e91a01fd3f5
Description-en: 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: c21f793fc467ee9ade60942ce50da3f1
Homepage: http://tut-framework.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu