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

Last updated: May 03,2024

1. Install "libtclap-dev" package

Learn how to install libtclap-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtclap-dev

2. Uninstall "libtclap-dev" package

This tutorial shows how to uninstall libtclap-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtclap-dev
Priority: optional
Section: universe/devel
Installed-Size: 5996
Maintainer: Ubuntu Developers
Original-Maintainer: Dirk Eddelbuettel
Architecture: amd64
Source: tclap
Version: 1.2.1-1
Filename: pool/universe/t/tclap/libtclap-dev_1.2.1-1_amd64.deb
Size: 709868
MD5sum: 77781fd223bc0e9e21817bf8e16bb76a
SHA1: 2e1ca8fac307295b1342148132485284b7b3b440
SHA256: 687cafff0f9d72b266e97558554e7224da3eb8f414172bb665216044e8d86daa
Description-en: Templatized command-line argument parser for C++
This package provides a simple C++ library that facilitates
parsing command-line arguments in a type-independent manner.
The functionality is provided via template header files, so
no actual library is included.
Description-md5: 9a1649e8c6aeb157e3d6b3452cfb2af5
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu