How to Install and Uninstall libtpl-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libtpl-dev" package

Please follow the steps below to install libtpl-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libtpl-dev

2. Uninstall "libtpl-dev" package

This is a short guide on how to uninstall libtpl-dev on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libtpl-dev package on Ubuntu 21.10 (Impish Indri)

Package: libtpl-dev
Architecture: all
Version: 1.6.1-1.1
Priority: extra
Section: universe/libdevel
Source: libtpl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Kari Pahula
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 281
Depends: libtpl0 (>= 1.6.1), libtpl0 (<< 1.6.1+1~)
Filename: pool/universe/libt/libtpl/libtpl-dev_1.6.1-1.1_all.deb
Size: 79980
MD5sum: 3c815293ee51eb5b7cf756d3d5f0b14d
SHA1: 894c18e37228ea2b8a295143315f3420f30dca58
SHA256: 8450ad4e76e8fcd52a617de622723a53f43aa9ca0d213b1a106b1baab00a8f93
SHA512: b388d2af2da57d0915484e20b55ca754747549ba2b29a3a25ad3921d16e865256cfc500e9b3885f9993920fbcd40a6fb569f55b62ba08637dc28ea5f48b6e537
Homepage: http://troydhanson.github.io/tpl/
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