How to Install and Uninstall libtpl0 Package on Kali Linux

Last updated: April 28,2024

1. Install "libtpl0" package

This guide covers the steps necessary to install libtpl0 on Kali Linux

$ sudo apt update $ sudo apt install libtpl0

2. Uninstall "libtpl0" package

In this section, we are going to explain the necessary steps to uninstall libtpl0 on Kali Linux:

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

3. Information about the libtpl0 package on Kali Linux

Package: libtpl0
Source: libtpl
Version: 1.6.1-1.1
Installed-Size: 56
Maintainer: Kari Pahula
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 20600
SHA256: 57c0e59845e67ea3891af376ece019b200504db556518dc7015ebc34e69b54e4
SHA1: 1bca42093cad4236cc7c824d1c75378ef829faad
MD5sum: 38b2731eba5ffb5dbd4ac8622c040541
Description: 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:
Homepage: http://troydhanson.github.io/tpl/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libt/libtpl/libtpl0_1.6.1-1.1_amd64.deb