How To Install satyr on Fedora 36

In this tutorial we learn how to install satyr in Fedora 36. satyr is Tools to create anonymous, machine-friendly problem reports

Introduction

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

What is satyr

Satyr is a library that can be used to create and process microreports. Microreports consist of structured data suitable to be analyzed in a fully automated manner, though they do not necessarily contain sufficient information to fix the underlying problem. The reports are designed not to contain any potentially sensitive data to eliminate the need for review before submission. Included is a tool that can create microreports and perform some basic operations on them.

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

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

sudo dnf -y install satyr

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

sudo yum -y install satyr

How To Uninstall satyr on Fedora 36

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

sudo dnf remove satyr

satyr Package Contents on Fedora 36

---
title: "How To Install satyr on Fedora 36"
linkTitle: "satyr"
type: "docs"
description: "In this tutorial we learn how to install satyr in Fedora 36. satyr is Tools to create anonymous, machine-friendly problem reports"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/satyr-featured.png
---

## Introduction

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

### What is `satyr`

> Satyr is a library that can be used to create and process microreports. Microreports consist of structured data suitable to be analyzed in a fully automated manner, though they do not necessarily contain sufficient information to fix the underlying problem. The reports are designed not to contain any potentially sensitive data to eliminate the need for review before submission. Included is a tool that can create microreports and perform some basic operations on them.  

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

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

sudo dnf -y install satyr

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

sudo yum -y install satyr

How To Uninstall satyr on Fedora 36

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

sudo dnf remove satyr

satyr Package Contents on Fedora 36

/usr/bin/satyr
/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/b9306f5a697277b7f9b4515ad0504ece06d0a1
/usr/lib/.build-id/94
/usr/lib/.build-id/94/677f60a8d271cc20f7b278fd83b3c52b972479
/usr/lib64/libsatyr.so.4
/usr/lib64/libsatyr.so.4.0.3
/usr/share/doc/satyr
/usr/share/doc/satyr/NEWS
/usr/share/doc/satyr/README.md
/usr/share/licenses/satyr
/usr/share/licenses/satyr/COPYING
/usr/share/man/man1/satyr.1.gz

References

Summary

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

/usr/bin/satyr /usr/lib/.build-id /usr/lib/.build-id/49 /usr/lib/.build-id/49/4696b617396a2e75780a2fc64018175d790704 /usr/lib/.build-id/f5 /usr/lib/.build-id/f5/fdb91a5746866269177e6f375efe4aea971249 /usr/lib/libsatyr.so.4 /usr/lib/libsatyr.so.4.0.3 /usr/share/doc/satyr /usr/share/doc/satyr/NEWS /usr/share/doc/satyr/README.md /usr/share/licenses/satyr /usr/share/licenses/satyr/COPYING /usr/share/man/man1/satyr.1.gz


## References

* [satyr website](https://github.com/abrt/satyr)

## Summary

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