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

Last updated: May 17,2024

1. Install "libtpl-dev" package

Please follow the steps below to install libtpl-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtpl-dev

2. Uninstall "libtpl-dev" package

Please follow the step by step instructions below to uninstall libtpl-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtpl-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 301
Maintainer: Ubuntu Developers
Original-Maintainer: Kari Pahula
Architecture: all
Source: libtpl
Version: 1.6.1-1
Depends: libtpl0 (>= 1.6.1), libtpl0 (<< 1.6.1+1~)
Filename: pool/universe/libt/libtpl/libtpl-dev_1.6.1-1_all.deb
Size: 79992
MD5sum: 2271456d48459b686e100b9a893dee7f
SHA1: effa10a118177cb8b3052f8113a224d1311a4af3
SHA256: 2ca3b98b6227d0ed255bca0258e5001539729a0b9bfdca66b4747b8619788df7
Description-en: efficient C serialization library - development files
Tpl is a library for serializing C data. The data is stored in its
natural binary form. The API is small and tries to stay "out of the
way". Tpl can serialize many C data types, including structures.
.
Tpl makes a convenient file format. For example, suppose a program
needs to store a list of user names and ids. This can be expressed
using the format string "A(si)". If the program needs two such lists
(say, one for regular users and one for administrators) this could be
expressed as "A(si)A(si)". It is easy to read and write this kind of
structured data using tpl.
.
Tpl can also be used as an IPC message format. It handles byte order
issues and deframing individual messages off of a stream
automatically.
Description-md5: eeeedfd104c9953f3f0064e684f26a53
Homepage: http://troydhanson.github.io/tpl/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu