How to Install and Uninstall htmlcxx Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "htmlcxx" package
Please follow the step by step instructions below to install htmlcxx on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
htmlcxx
Copied
2. Uninstall "htmlcxx" package
This is a short guide on how to uninstall htmlcxx on openSuSE Tumbleweed:
$
sudo zypper remove
htmlcxx
Copied
3. Information about the htmlcxx package on openSuSE Tumbleweed
Information for package htmlcxx:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : htmlcxx
Version : 0.87-2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 259.3 KiB
Installed : No
Status : not installed
Source package : htmlcxx-0.87-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
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : htmlcxx
Version : 0.87-2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 259.3 KiB
Installed : No
Status : not installed
Source package : htmlcxx-0.87-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