How to Install and Uninstall htmlcxx Package on openSUSE Leap

Last updated: July 01,2024

1. Install "htmlcxx" package

Learn how to install htmlcxx on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install htmlcxx

2. Uninstall "htmlcxx" package

Please follow the steps below to uninstall htmlcxx on openSUSE Leap:

$ sudo zypper remove htmlcxx

3. Information about the htmlcxx package on openSUSE Leap

Information for package htmlcxx:
--------------------------------
Repository : Main Repository
Name : htmlcxx
Version : 0.87-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 231.2 KiB
Installed : No
Status : not installed
Source package : htmlcxx-0.87-bp155.2.11.src
Upstream URL : http://htmlcxx.sourceforge.net/
Summary : HTML and CSS APIs for C++
Description :
This 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 excelent's 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