How to Install and Uninstall libhtmlcxx3v5 Package on Kali Linux

Last updated: May 16,2024

1. Install "libhtmlcxx3v5" package

This is a short guide on how to install libhtmlcxx3v5 on Kali Linux

$ sudo apt update $ sudo apt install libhtmlcxx3v5

2. Uninstall "libhtmlcxx3v5" package

This is a short guide on how to uninstall libhtmlcxx3v5 on Kali Linux:

$ sudo apt remove libhtmlcxx3v5 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libhtmlcxx3v5 package on Kali Linux

Package: libhtmlcxx3v5
Source: htmlcxx
Version: 0.87-4
Installed-Size: 114
Maintainer: Ludovico Cavedon
Architecture: amd64
Replaces: libhtmlcxx3 (<< 0.85-3.1~)
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Breaks: libhtmlcxx3 (<< 0.85-3.1~)
Size: 31812
SHA256: 83832dbacb78de2e77947319080a9a6c922b573e37f4d0ba1a4eb0f838543ff9
SHA1: 4cc9e3ccffa70071f3dcd446907ea80855a68bac
MD5sum: 0e6962f66e291dc371aa8b21f0e8847e
Description: simple HTML parser library for C++
htmlcxx is a simple non-validating CSS1 and HTML parser for C++. Although
there are several other html parsers available, htmlcxx has some
characteristics that make it unique:
.
* STL like navigation of DOM tree, using excellent tree.hh library from
Kasper Peeters
* It is possible to reproduce exactly, character by character, the original
document from the parse tree
* Bundled CSS parser
* Optional parsing of attributes
* C++ code that looks like C++ (not so true anymore)
* Offsets of tags/elements in the original document are stored in the nodes
of the DOM tree
.
The parsing politics of htmlcxx were created trying to mimic Mozilla Firefox
(http://www.mozilla.org) behavior. So you should expect parse trees similar to
those create by Firefox. However, differently from Firefox, htmlcxx does not
insert non-existent stuff in your html. Therefore, serializing the DOM tree
gives exactly the same bytes contained in the original HTML document.
Description-md5:
Multi-Arch: same
Homepage: http://htmlcxx.sourceforge.net/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/h/htmlcxx/libhtmlcxx3v5_0.87-4_amd64.deb