How To Install CTML-devel on Fedora 36

In this tutorial we learn how to install CTML-devel in Fedora 36. CTML-devel is C++ HTML document constructor only depending on the standard library

Introduction

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

What is CTML-devel

CTML is a C++ HTML document constructor, that was designed to be simple to use and implement. Has no dependencies on any other projects, only the C++ standard library.

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

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

sudo dnf -y install CTML-devel

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

sudo yum -y install CTML-devel

How To Uninstall CTML-devel on Fedora 36

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

sudo dnf remove CTML-devel

CTML-devel Package Contents on Fedora 36

---
title: "How To Install CTML-devel on Fedora 36"
linkTitle: "CTML-devel"
type: "docs"
description: "In this tutorial we learn how to install CTML-devel in Fedora 36. CTML-devel is C++ HTML document constructor only depending on the standard library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/CTML-devel-featured.png
---

## Introduction

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

### What is `CTML-devel`

>  CTML is a C++ HTML document constructor, that was designed to be simple to use and implement. Has no dependencies on any other projects, only the C++ standard library.  

/usr/include/CTML
/usr/include/CTML/ctml.hpp
/usr/share/doc/CTML-devel
/usr/share/doc/CTML-devel/README.md
/usr/share/licenses/CTML-devel
/usr/share/licenses/CTML-devel/LICENSE
We can use `yum` or `dnf` to install `CTML-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install CTML-devel.

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

sudo dnf -y install CTML-devel

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



```bash
## References
sudo yum -y install CTML-devel

How To Uninstall CTML-devel on Fedora 36

Summary

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

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

CTML-devel Package Contents on Fedora 36

/usr/include/CTML
/usr/include/CTML/ctml.hpp
/usr/share/doc/CTML-devel
/usr/share/doc/CTML-devel/README.md
/usr/share/licenses/CTML-devel
/usr/share/licenses/CTML-devel/LICENSE

References

Summary

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