How To Install ctemplate on Fedora 36

In this tutorial we learn how to install ctemplate in Fedora 36. ctemplate is A simple but powerful template language for C++

Introduction

In this tutorial we learn how to install ctemplate on Fedora 36.

What is ctemplate

CTemplate is a simple but powerful template language for C++. It emphasizes separating logic from presentation embed application logic in this template language.

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

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

sudo dnf -y install ctemplate

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

sudo yum -y install ctemplate

How To Uninstall ctemplate on Fedora 36

To uninstall only the ctemplate package we can use the following command:

sudo dnf remove ctemplate

ctemplate Package Contents on Fedora 36

---
title: "How To Install ctemplate on Fedora 36"
linkTitle: "ctemplate"
type: "docs"
description: "In this tutorial we learn how to install ctemplate in Fedora 36. ctemplate is A simple but powerful template language for C++"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/ctemplate-featured.png
---

## Introduction

In this tutorial we learn how to install `ctemplate` on Fedora 36.

### What is `ctemplate`

> CTemplate is a simple but powerful template language for C++. It emphasizes separating logic from presentation embed application logic in this template language.  

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

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

sudo dnf -y install ctemplate

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

sudo yum -y install ctemplate

How To Uninstall ctemplate on Fedora 36

/usr/bin/template-converter /usr/lib/.build-id /usr/lib/.build-id/12 /usr/lib/.build-id/12/5a3efcb17f8021fd0832d506664f5fa25f2da6 /usr/lib/.build-id/2f /usr/lib/.build-id/2f/14667a84fd1ac0b677a52f4c80c7d45ef83e32 /usr/lib/libctemplate.so.3 /usr/lib/libctemplate.so.3.0.0 /usr/lib/libctemplate_nothreads.so.3 /usr/lib/libctemplate_nothreads.so.3.0.0 /usr/share/licenses/ctemplate /usr/share/licenses/ctemplate/COPYING To uninstall only the ctemplate package we can use the following command:

sudo dnf remove ctemplate

## ctemplate Package Contents on Fedora 36
## References


```bash
* [ctemplate website](https://github.com/olafvdspek/ctemplate)

## Summary

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

/usr/bin/template-converter
/usr/lib/.build-id
/usr/lib/.build-id/60
/usr/lib/.build-id/60/0284b09c6986254da85d90b45cb9090c10a313
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/3a826bf1238364eb9da52455794aa2542a55de
/usr/lib64/libctemplate.so.3
/usr/lib64/libctemplate.so.3.0.0
/usr/lib64/libctemplate_nothreads.so.3
/usr/lib64/libctemplate_nothreads.so.3.0.0
/usr/share/licenses/ctemplate
/usr/share/licenses/ctemplate/COPYING

References

Summary

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