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

Last updated: May 19,2024

1. Install "htmlcxx.i686" package

Here is a brief guide to show you how to install htmlcxx.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install htmlcxx.i686

2. Uninstall "htmlcxx.i686" package

Please follow the step by step instructions below to uninstall htmlcxx.i686 on Fedora 35:

$ sudo dnf remove htmlcxx.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:28:58 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : htmlcxx
Version : 0.86
Release : 15.fc35
Architecture : i686
Size : 98 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.