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

Last updated: October 06,2024

1. Install "htmlcxx.x86_64" package

Please follow the guidance below to install htmlcxx.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install htmlcxx.x86_64

2. Uninstall "htmlcxx.x86_64" package

Learn how to uninstall htmlcxx.x86_64 on Fedora 34:

$ sudo dnf remove htmlcxx.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:28:20 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : htmlcxx
Version : 0.86
Release : 14.fc34
Architecture : x86_64
Size : 97 k
Source : htmlcxx-0.86-14.fc34.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.