How To Install recorder-devel on Fedora 36

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

Introduction

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

What is recorder-devel

Development files for the flight recorder library.

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

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

sudo dnf -y install recorder-devel

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

sudo yum -y install recorder-devel

How To Uninstall recorder-devel on Fedora 36

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

sudo dnf remove recorder-devel

recorder-devel Package Contents on Fedora 36

title: “How To Install recorder-devel on Fedora 36”

linkTitle: “recorder-devel”

type: "docs"
description: "In this tutorial we learn how to install recorder-devel in Fedora 36. recorder-devel is Development files for recorder library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/recorder-devel-featured.png
---

## Introduction

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

### What is `recorder-devel`

> Development files for the flight recorder library.  

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

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

sudo dnf -y install recorder-devel

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

sudo yum -y install recorder-devel

How To Uninstall recorder-devel on Fedora 36

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

sudo dnf remove recorder-devel

recorder-devel Package Contents on Fedora 36

/usr/include/recorder
/usr/include/recorder/recorder.h
/usr/include/recorder/recorder_ring.h
/usr/lib64/librecorder.so
/usr/share/man/man3/RECORDER.3.gz
/usr/share/man/man3/RECORDER_DECLARE.3.gz
/usr/share/man/man3/RECORDER_DEFINE.3.gz
/usr/share/man/man3/RECORDER_TRACE.3.gz
/usr/share/man/man3/RECORDER_TWEAK.3.gz
/usr/share/man/man3/record.3.gz
/usr/share/man/man3/record_fast.3.gz
/usr/share/man/man3/recorder_configure_format.3.gz
/usr/share/man/man3/recorder_configure_output.3.gz
/usr/share/man/man3/recorder_configure_show.3.gz
/usr/share/man/man3/recorder_configure_type.3.gz
/usr/share/man/man3/recorder_dump.3.gz
/usr/share/man/man3/recorder_dump_for.3.gz
/usr/share/man/man3/recorder_dump_on_common_signals.3.gz
/usr/share/man/man3/recorder_dump_on_signal.3.gz
/usr/share/man/man3/recorder_sort.3.gz
/usr/share/man/man3/recorder_trace_set.3.gz
/usr/share/pkgconfig/recorder.pc

References

Summary

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

/usr/include/recorder /usr/include/recorder/recorder.h /usr/include/recorder/recorder_ring.h /usr/lib/librecorder.so /usr/share/man/man3/RECORDER.3.gz /usr/share/man/man3/RECORDER_DECLARE.3.gz /usr/share/man/man3/RECORDER_DEFINE.3.gz /usr/share/man/man3/RECORDER_TRACE.3.gz /usr/share/man/man3/RECORDER_TWEAK.3.gz /usr/share/man/man3/record.3.gz /usr/share/man/man3/record_fast.3.gz /usr/share/man/man3/recorder_configure_format.3.gz /usr/share/man/man3/recorder_configure_output.3.gz /usr/share/man/man3/recorder_configure_show.3.gz /usr/share/man/man3/recorder_configure_type.3.gz /usr/share/man/man3/recorder_dump.3.gz /usr/share/man/man3/recorder_dump_for.3.gz /usr/share/man/man3/recorder_dump_on_common_signals.3.gz /usr/share/man/man3/recorder_dump_on_signal.3.gz /usr/share/man/man3/recorder_sort.3.gz /usr/share/man/man3/recorder_trace_set.3.gz /usr/share/pkgconfig/recorder.pc


## References

* [recorder-devel website](https://github.com/tao-3D/recorder)

## Summary

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