How To Install htmlcxx on Fedora 36
Introduction
In this tutorial we learn how to install htmlcxx
on Fedora 36.
What is htmlcxx
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.
We can use yum
or dnf
to install htmlcxx
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install htmlcxx.
Install htmlcxx on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install htmlcxx
using dnf
by running the following command:
sudo dnf -y install htmlcxx
Install htmlcxx on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install htmlcxx
using yum
by running the following command:
sudo yum -y install htmlcxx
How To Uninstall htmlcxx on Fedora 36
title: “How To Install htmlcxx on Fedora 36”
To uninstall only the htmlcxx
package we can use the following command:
linkTitle: “htmlcxx”
type: “docs”
sudo dnf remove htmlcxx
description: "In this tutorial we learn how to install htmlcxx in Fedora 36. htmlcxx is A simple non-validating CSS1 and HTML parser for C++"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/htmlcxx-featured.png
---
## Introduction
In this tutorial we learn how to install `htmlcxx` on Fedora 36.
### What is `htmlcxx`
> 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.
We can use `yum` or `dnf` to install `htmlcxx` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install htmlcxx.
## Install htmlcxx on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install htmlcxx
using dnf
by running the following command:
sudo dnf -y install htmlcxx
Install htmlcxx on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install htmlcxx
using yum
by running the following command:
sudo yum -y install htmlcxx
How To Uninstall htmlcxx on Fedora 36
To uninstall only the htmlcxx
package we can use the following command:
sudo dnf remove htmlcxx
htmlcxx Package Contents on Fedora 36
## htmlcxx Package Contents on Fedora 36
```bash
```bash
/usr/bin/htmlcxx
/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/c91f316111f1be4dd3f54e2c04e475e607d678
/usr/lib/.build-id/33
/usr/lib/.build-id/33/06c6fa6a43471dbf6523ae36c90ad2430329e3
/usr/lib/.build-id/52
/usr/lib/.build-id/52/45f22b449abcfb014e4d92ecd2f6ceffd8f297
/usr/lib/.build-id/60
/usr/lib/.build-id/60/f195e1685458c6cf75663d382d881f7cacc5cf
/usr/lib64/libcss_parser.so.0
/usr/lib64/libcss_parser.so.0.0.0
/usr/lib64/libcss_parser_pp.so.0
/usr/lib64/libcss_parser_pp.so.0.0.0
/usr/lib64/libhtmlcxx.so.3
/usr/lib64/libhtmlcxx.so.3.1.0
/usr/share/doc/htmlcxx
/usr/share/doc/htmlcxx/AUTHORS
/usr/share/doc/htmlcxx/ChangeLog
/usr/share/doc/htmlcxx/README
/usr/share/htmlcxx
/usr/share/htmlcxx/css
/usr/share/htmlcxx/css/default.css
/usr/share/licenses/htmlcxx
/usr/share/licenses/htmlcxx/ASF-2.0
/usr/share/licenses/htmlcxx/COPYING
/usr/share/licenses/htmlcxx/LGPL_V2
References
Summary
In this tutorial we learn how to install htmlcxx
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/bin/htmlcxx /usr/lib/.build-id /usr/lib/.build-id/76 /usr/lib/.build-id/76/20081139048b30b01492e71128d341c0070307 /usr/lib/.build-id/d1 /usr/lib/.build-id/d1/4ad5df360b70407f0bae5afd11e8c8d709ccc5 /usr/lib/.build-id/e7 /usr/lib/.build-id/e7/5296d99310bf26413efcb354dad78a1daa87ba /usr/lib/.build-id/ee /usr/lib/.build-id/ee/f08af20a179b12982de574be82a0eaea3a043e /usr/lib/libcss_parser.so.0 /usr/lib/libcss_parser.so.0.0.0 /usr/lib/libcss_parser_pp.so.0 /usr/lib/libcss_parser_pp.so.0.0.0 /usr/lib/libhtmlcxx.so.3 /usr/lib/libhtmlcxx.so.3.1.0 /usr/share/doc/htmlcxx /usr/share/doc/htmlcxx/AUTHORS /usr/share/doc/htmlcxx/ChangeLog /usr/share/doc/htmlcxx/README /usr/share/htmlcxx /usr/share/htmlcxx/css /usr/share/htmlcxx/css/default.css /usr/share/licenses/htmlcxx /usr/share/licenses/htmlcxx/ASF-2.0 /usr/share/licenses/htmlcxx/COPYING /usr/share/licenses/htmlcxx/LGPL_V2
## References
* [htmlcxx website](http://htmlcxx.sourceforge.net/)
## Summary
In this tutorial we learn how to install `htmlcxx` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).