How To Install c4fs-devel on Fedora 36

In this tutorial we learn how to install c4fs-devel in Fedora 36. c4fs-devel is Development files for c4fs

Introduction

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

What is c4fs-devel

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

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

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

sudo dnf -y install c4fs-devel

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

sudo yum -y install c4fs-devel

How To Uninstall c4fs-devel on Fedora 36

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

sudo dnf remove c4fs-devel

c4fs-devel Package Contents on Fedora 36

---
title: "How To Install c4fs-devel on Fedora 36"
linkTitle: "c4fs-devel"
type: "docs"
description: "In this tutorial we learn how to install c4fs-devel in Fedora 36. c4fs-devel is Development files for c4fs"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/c4fs-devel-featured.png
---

## Introduction

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

### What is `c4fs-devel`

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

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

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

sudo dnf -y install c4fs-devel

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

sudo yum -y install c4fs-devel

How To Uninstall c4fs-devel on Fedora 36

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

sudo dnf remove c4fs-devel

c4fs-devel Package Contents on Fedora 36

/usr/include/c4/fs
/usr/include/c4/fs/export.hpp
/usr/include/c4/fs/fs.hpp
/usr/lib64/cmake/c4fs
/usr/lib64/cmake/c4fs/c4fsConfig.cmake
/usr/lib64/cmake/c4fs/c4fsConfigVersion.cmake
/usr/lib64/cmake/c4fs/c4fsTargets-noconfig.cmake
/usr/lib64/cmake/c4fs/c4fsTargets.cmake
/usr/lib64/libc4fs.so

References

Summary

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

/usr/include/c4/fs /usr/include/c4/fs/export.hpp /usr/include/c4/fs/fs.hpp /usr/lib/cmake/c4fs /usr/lib/cmake/c4fs/c4fsConfig.cmake /usr/lib/cmake/c4fs/c4fsConfigVersion.cmake /usr/lib/cmake/c4fs/c4fsTargets-noconfig.cmake /usr/lib/cmake/c4fs/c4fsTargets.cmake /usr/lib/libc4fs.so


## References

* [c4fs-devel website](https://github.com/biojppm/c4fs)

## Summary

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