How to Install and Uninstall libtpl0 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 13,2024

1. Install "libtpl0" package

Please follow the steps below to install libtpl0 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libtpl0

2. Uninstall "libtpl0" package

This tutorial shows how to uninstall libtpl0 on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libtpl0 package on Ubuntu 21.10 (Impish Indri)

Package: libtpl0
Architecture: amd64
Version: 1.6.1-1.1
Priority: extra
Section: universe/devel
Source: libtpl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Kari Pahula
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 54
Depends: libc6 (>= 2.14)
Filename: pool/universe/libt/libtpl/libtpl0_1.6.1-1.1_amd64.deb
Size: 19060
MD5sum: f99434af584a6a001b60c081c9319e99
SHA1: f2160719f0b7ed6ea65adec13ba37450a7aa54ee
SHA256: c130e9b54077a549cdcb47aae16b7053a9fc15951f3f15ecb3d90fd4841757b9
SHA512: 805aab2e1be6ce57c26aeb973d467e9a6fbba45c5a61694513e25133f94c27786a668136d09169fcff6b7e4f64822648fb99ae21d40f661e621d9de13e97c114
Homepage: http://troydhanson.github.io/tpl/
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