How To Install libcbor-devel on Fedora 36

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

Introduction

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

What is libcbor-devel

The libcbor-devel contains libraries and header files for libcbor.

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

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

sudo dnf -y install libcbor-devel

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

sudo yum -y install libcbor-devel

How To Uninstall libcbor-devel on Fedora 36

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

sudo dnf remove libcbor-devel

libcbor-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `libcbor-devel`

> The libcbor-devel contains libraries and header files for libcbor.  

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

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

sudo dnf -y install libcbor-devel

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

sudo yum -y install libcbor-devel

How To Uninstall libcbor-devel on Fedora 36

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

sudo dnf remove libcbor-devel

libcbor-devel Package Contents on Fedora 36

/usr/include/cbor.h
/usr/include/cbor/arrays.h
/usr/include/cbor/bytestrings.h
/usr/include/cbor/callbacks.h
/usr/include/cbor/common.h
/usr/include/cbor/configuration.h
/usr/include/cbor/data.h
/usr/include/cbor/encoding.h
/usr/include/cbor/floats_ctrls.h
/usr/include/cbor/internal/builder_callbacks.h
/usr/include/cbor/internal/encoders.h
/usr/include/cbor/internal/loaders.h
/usr/include/cbor/internal/memory_utils.h
/usr/include/cbor/internal/stack.h
/usr/include/cbor/internal/unicode.h
/usr/include/cbor/ints.h
/usr/include/cbor/maps.h
/usr/include/cbor/serialization.h
/usr/include/cbor/streaming.h
/usr/include/cbor/strings.h
/usr/include/cbor/tags.h
/usr/lib64/libcbor.so
/usr/lib64/pkgconfig/libcbor.pc

References

Summary

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

/usr/include/cbor.h /usr/include/cbor/arrays.h /usr/include/cbor/bytestrings.h /usr/include/cbor/callbacks.h /usr/include/cbor/common.h /usr/include/cbor/configuration.h /usr/include/cbor/data.h /usr/include/cbor/encoding.h /usr/include/cbor/floats_ctrls.h /usr/include/cbor/internal/builder_callbacks.h /usr/include/cbor/internal/encoders.h /usr/include/cbor/internal/loaders.h /usr/include/cbor/internal/memory_utils.h /usr/include/cbor/internal/stack.h /usr/include/cbor/internal/unicode.h /usr/include/cbor/ints.h /usr/include/cbor/maps.h /usr/include/cbor/serialization.h /usr/include/cbor/streaming.h /usr/include/cbor/strings.h /usr/include/cbor/tags.h /usr/lib/libcbor.so /usr/lib/pkgconfig/libcbor.pc


## References

* [libcbor-devel website](http://libcbor.org)

## Summary

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