How to Install and Uninstall libtpl-dev Package on Kali Linux
Last updated: November 22,2024
1. Install "libtpl-dev" package
Learn how to install libtpl-dev on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
libtpl-dev
Copied
2. Uninstall "libtpl-dev" package
In this section, we are going to explain the necessary steps to uninstall libtpl-dev on Kali Linux:
$
sudo apt remove
libtpl-dev
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libtpl-dev package on Kali Linux
Package: libtpl-dev
Source: libtpl
Version: 1.6.1-1.1
Installed-Size: 283
Maintainer: Kari Pahula
Architecture: all
Depends: libtpl0 (>= 1.6.1), libtpl0 (<< 1.6.1+1~)
Size: 97580
SHA256: f6f225a73280b0ce2b139bb05324387638345b171a1f768388f9991105ecc679
SHA1: 648bb797132be25e0a7ad265013363d5786ed189
MD5sum: 09a8ce1cfd324740c247d50aa88d6ebd
Description: 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:
Homepage: http://troydhanson.github.io/tpl/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libt/libtpl/libtpl-dev_1.6.1-1.1_all.deb
Source: libtpl
Version: 1.6.1-1.1
Installed-Size: 283
Maintainer: Kari Pahula
Architecture: all
Depends: libtpl0 (>= 1.6.1), libtpl0 (<< 1.6.1+1~)
Size: 97580
SHA256: f6f225a73280b0ce2b139bb05324387638345b171a1f768388f9991105ecc679
SHA1: 648bb797132be25e0a7ad265013363d5786ed189
MD5sum: 09a8ce1cfd324740c247d50aa88d6ebd
Description: 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:
Homepage: http://troydhanson.github.io/tpl/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libt/libtpl/libtpl-dev_1.6.1-1.1_all.deb