How to Install and Uninstall libtpl0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "libtpl0" package

Please follow the steps below to install libtpl0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtpl0

2. Uninstall "libtpl0" package

Please follow the steps below to uninstall libtpl0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libtpl0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtpl0 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtpl0
Priority: extra
Section: universe/devel
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: Kari Pahula
Architecture: amd64
Source: libtpl
Version: 1.6.1-1
Depends: libc6 (>= 2.14)
Filename: pool/universe/libt/libtpl/libtpl0_1.6.1-1_amd64.deb
Size: 18546
MD5sum: 6740895b52b0d09fc42f2290ef42f36a
SHA1: 1aec5ee7956cca61123897fec625e66533166c3d
SHA256: c68eb0beef1ed44d9c112d3e70d44e203fc43e7f7669d53e68791594667a67e4
Description-en: efficient C serialization library
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: bebb25ac947bb62a12fdbc3247d027b3
Homepage: http://troydhanson.github.io/tpl/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu