How to Install and Uninstall htmlcxx.x86_64 Package on Fedora 35

Last updated: November 01,2024

1. Install "htmlcxx.x86_64" package

Learn how to install htmlcxx.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install htmlcxx.x86_64

2. Uninstall "htmlcxx.x86_64" package

Learn how to uninstall htmlcxx.x86_64 on Fedora 35:

$ sudo dnf remove htmlcxx.x86_64 $ sudo dnf autoremove

3. Information about the htmlcxx.x86_64 package on Fedora 35

Last metadata expiration check: 2:49:39 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : htmlcxx
Version : 0.86
Release : 15.fc35
Architecture : x86_64
Size : 94 k
Source : htmlcxx-0.86-15.fc35.src.rpm
Repository : fedora
Summary : A simple non-validating CSS1 and HTML parser for C++
URL : http://htmlcxx.sourceforge.net/
License : LGPLv2 and GPLv2+ and ASL 2.0 and MIT
Description : htmlcxx is a simple non-validating html parser library for C++.
: It allows to fully dump the original html document, character by character,
: from the parse tree. It also has an intuitive tree traversal API.