How to Install and Uninstall tdom Package on Kali Linux

Last updated: May 11,2024

1. Install "tdom" package

This guide let you learn how to install tdom on Kali Linux

$ sudo apt update $ sudo apt install tdom

2. Uninstall "tdom" package

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

$ sudo apt remove tdom $ sudo apt autoclean && sudo apt autoremove

3. Information about the tdom package on Kali Linux

Package: tdom
Source: tdom (0.9.3-1)
Version: 0.9.3-1+b2
Installed-Size: 758
Maintainer: Tcl/Tk Debian Packagers
Architecture: amd64
Depends: tcl (>= 8.6.0-2), libc6 (>= 2.14), libexpat1 (>= 2.4.1), libgumbo2 (>= 0.12.0)
Size: 314136
SHA256: 993416f3b624be3f2d851547b1737fe71eefebe2ceeee899876ecc4fd9b84b89
SHA1: fb5353cf79367a3feea662f8bb0cdec4e6aeeab4
MD5sum: 9fbfc4d19bd9c94391fff936d3e8e650
Description: fast XML/DOM/XPath/XSLT/HTML/JSON extension for Tcl written in C
tDOM takes advantage of Expat, the XML parser from James Clark,
including namespace and DTD support. It includes a modified version
of Tclexpat, the Tcl interface to Expat, with event-based XML push (SAX-like)
and pull (StAX-like) parsing. tDOM comes with a (partial) DOM-I and DOM-II
implementation in C for maximum performance and minimum memory need. A very
complete, compliant, and fast XPath implementation is provided. A fast XSLT
implementation in C completes the basic feature set. tDOM interfaces with the
gumbo HTML5 parser and provides a robust JSON parser/ serializer for
JSON-to-JSON roundtripping. Documentation is provided in TMML, HTML and
nroff formats.
Description-md5:
Multi-Arch: same
Homepage: http://tdom.org/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/t/tdom/tdom_0.9.3-1+b2_amd64.deb