How To Install recorder on Fedora 36
Introduction
In this tutorial we learn how to install recorder on Fedora 36.
What is recorder
Flight recorder for C and C++ programs using printf-like ‘record’ statements.
We can use yum or dnf to install recorder on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install recorder.
Install recorder 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 using dnf by running the following command:
sudo dnf -y install recorder
Install recorder 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 using yum by running the following command:
sudo yum -y install recorder
How To Uninstall recorder on Fedora 36
To uninstall only the recorder package we can use the following command:
sudo dnf remove recorder
recorder Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/61d8f4af1a6e35c83853f9a565af105cdd0cd0
/usr/lib64/librecorder.so.1
/usr/lib64/librecorder.so.1.1.0
/usr/share/doc/recorder
/usr/share/doc/recorder/AUTHORS
/usr/share/doc/recorder/NEWS
/usr/share/doc/recorder/README.md
/usr/share/licenses/recorder
/usr/share/licenses/recorder/COPYING
References
Summary
In this tutorial we learn how to install recorder on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install recorder on Fedora 36” linkTitle: “recorder” type: “docs” description: “In this tutorial we learn how to install recorder in Fedora 36. recorder is Lock-free, real-time flight recorder for C or C++ programs” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/recorder-featured.png
Introduction
In this tutorial we learn how to install recorder on Fedora 36.
What is recorder
Flight recorder for C and C++ programs using printf-like ‘record’ statements.
We can use yum or dnf to install recorder on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install recorder.
Install recorder 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 using dnf by running the following command:
sudo dnf -y install recorder
Install recorder 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 using yum by running the following command:
sudo yum -y install recorder
How To Uninstall recorder on Fedora 36
To uninstall only the recorder package we can use the following command:
sudo dnf remove recorder
recorder Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/c45f8f6403087762d7346c86c9b7ed388a81a9
/usr/lib/librecorder.so.1
/usr/lib/librecorder.so.1.1.0
/usr/share/doc/recorder
/usr/share/doc/recorder/AUTHORS
/usr/share/doc/recorder/NEWS
/usr/share/doc/recorder/README.md
/usr/share/licenses/recorder
/usr/share/licenses/recorder/COPYING
References
Summary
In this tutorial we learn how to install recorder on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).