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

Last updated: November 27,2024

1. Install "htmlcxx.x86_64" package

Please follow the instructions below to install htmlcxx.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install htmlcxx.x86_64

2. Uninstall "htmlcxx.x86_64" package

Please follow the guidance below to uninstall htmlcxx.x86_64 on Fedora 39:

$ sudo dnf remove htmlcxx.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:44:07 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : htmlcxx
Version : 0.86
Release : 20.fc39
Architecture : x86_64
Size : 96 k
Source : htmlcxx-0.86-20.fc39.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.