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

Last updated: October 04,2024

1. Install "htmlcxx.x86_64" package

This guide let you learn how to install htmlcxx.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install htmlcxx.x86_64

2. Uninstall "htmlcxx.x86_64" package

Learn how to uninstall htmlcxx.x86_64 on Fedora 38:

$ sudo dnf remove htmlcxx.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:11:56 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : htmlcxx
Version : 0.86
Release : 19.fc38
Architecture : x86_64
Size : 94 k
Source : htmlcxx-0.86-19.fc38.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.