How To Install htmlcxx-devel on Fedora 36

In this tutorial we learn how to install htmlcxx-devel in Fedora 36. htmlcxx-devel is Headers and Static Library for htmlcxx

Introduction

In this tutorial we learn how to install htmlcxx-devel on Fedora 36.

What is htmlcxx-devel

The htmlcxx-devel package contains libraries and header files for developing applications that use htmlcxx.

We can use yum or dnf to install htmlcxx-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install htmlcxx-devel.

Install htmlcxx-devel 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-devel using dnf by running the following command:

sudo dnf -y install htmlcxx-devel

Install htmlcxx-devel 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-devel using yum by running the following command:

sudo yum -y install htmlcxx-devel

How To Uninstall htmlcxx-devel on Fedora 36

title: “How To Install htmlcxx-devel on Fedora 36” linkTitle: “htmlcxx-devel” To uninstall only the htmlcxx-devel package we can use the following command:

type: “docs”

description: "In this tutorial we learn how to install htmlcxx-devel in Fedora 36. htmlcxx-devel is Headers and Static Library for htmlcxx"
sudo dnf remove htmlcxx-devel
date: "2022-08-17"

lastmod: “2022-08-17”

#image: /images/fedora/36/htmlcxx-devel-featured.png

htmlcxx-devel Package Contents on Fedora 36


## Introduction

In this tutorial we learn how to install `htmlcxx-devel` on Fedora 36.

### What is `htmlcxx-devel`

> The htmlcxx-devel package contains libraries and header files for developing applications that use htmlcxx.  

We can use `yum` or `dnf` to install `htmlcxx-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install htmlcxx-devel.

## Install htmlcxx-devel 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-devel using dnf by running the following command:

sudo dnf -y install htmlcxx-devel

Install htmlcxx-devel 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-devel using yum by running the following command:

sudo yum -y install htmlcxx-devel

How To Uninstall htmlcxx-devel on Fedora 36

To uninstall only the htmlcxx-devel package we can use the following command:

sudo dnf remove htmlcxx-devel

htmlcxx-devel Package Contents on Fedora 36

/usr/include/htmlcxx
/usr/include/htmlcxx/css
/usr/include/htmlcxx/css/parser.h
/usr/include/htmlcxx/css/parser_pp.h
/usr/include/htmlcxx/html
/usr/include/htmlcxx/html/CharsetConverter.h
/usr/include/htmlcxx/html/Extensions.h
/usr/include/htmlcxx/html/Node.h
/usr/include/htmlcxx/html/ParserDom.h
/usr/include/htmlcxx/html/ParserSax.h
/usr/include/htmlcxx/html/ParserSax.tcc
/usr/include/htmlcxx/html/Uri.h
/usr/include/htmlcxx/html/ci_string.h
/usr/include/htmlcxx/html/tld.h
/usr/include/htmlcxx/html/tree.h
/usr/include/htmlcxx/html/utils.h
/usr/lib/libcss_parser.so
/usr/lib/libcss_parser_pp.so
/usr/lib/libhtmlcxx.so
/usr/lib/pkgconfig/htmlcxx.pc

References

Summary

In this tutorial we learn how to install htmlcxx-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/include/htmlcxx /usr/include/htmlcxx/css /usr/include/htmlcxx/css/parser.h /usr/include/htmlcxx/css/parser_pp.h /usr/include/htmlcxx/html /usr/include/htmlcxx/html/CharsetConverter.h /usr/include/htmlcxx/html/Extensions.h /usr/include/htmlcxx/html/Node.h /usr/include/htmlcxx/html/ParserDom.h /usr/include/htmlcxx/html/ParserSax.h /usr/include/htmlcxx/html/ParserSax.tcc /usr/include/htmlcxx/html/Uri.h /usr/include/htmlcxx/html/ci_string.h /usr/include/htmlcxx/html/tld.h /usr/include/htmlcxx/html/tree.h /usr/include/htmlcxx/html/utils.h /usr/lib64/libcss_parser.so /usr/lib64/libcss_parser_pp.so /usr/lib64/libhtmlcxx.so /usr/lib64/pkgconfig/htmlcxx.pc


## References

* [htmlcxx-devel website](http://htmlcxx.sourceforge.net/)

## Summary

In this tutorial we learn how to install `htmlcxx-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).