How to Install and Uninstall libhtmlcxx3v5 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "libhtmlcxx3v5" package

Please follow the step by step instructions below to install libhtmlcxx3v5 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libhtmlcxx3v5

2. Uninstall "libhtmlcxx3v5" package

This tutorial shows how to uninstall libhtmlcxx3v5 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libhtmlcxx3v5 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libhtmlcxx3v5
Priority: extra
Section: universe/libs
Installed-Size: 108
Maintainer: Ubuntu Developers
Original-Maintainer: Ludovico Cavedon
Architecture: amd64
Source: htmlcxx
Version: 0.86-1
Replaces: libhtmlcxx3 (<< 0.85-3.1~)
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
Breaks: libhtmlcxx3 (<< 0.85-3.1~)
Filename: pool/universe/h/htmlcxx/libhtmlcxx3v5_0.86-1_amd64.deb
Size: 30956
MD5sum: 2f60f14cf0a99e4017309e0a9f9f3fea
SHA1: 2a143e85778619ccae4b9693925ba0c970e6a5d3
SHA256: 9df5c4770dc15911936c41b0404891cda8c7dccc6878fc6196b4befa0ebdcae2
Description-en: 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: e0050d08030d97dacace237e03292de6
Multi-Arch: same
Homepage: http://htmlcxx.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu