How To Install satyr on Fedora 34
Introduction
In this tutorial we learn how to install satyr
on Fedora 34.
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. satyr 0.38 2.fc34 x86_64 114 k satyr-0.38-2.fc34.src.rpm updates Tools to create anonymous, machine-friendly problem reports https GPLv2+ 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install satyr.
Install satyr on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install satyr
using dnf
by running the following command:
sudo dnf -y install satyr
Install satyr on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the satyr
package we can use the following command:
sudo dnf remove satyr
satyr Package Contents on Fedora 34
/usr/bin/satyr
/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/ca8f37063c8328abdd3bec2709fb18dd8eeb9e
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/50707e54b88d56110a24728f5c440bb156f973
/usr/lib64/libsatyr.so.4
/usr/lib64/libsatyr.so.4.0.1
/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
/usr/bin/satyr
/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/ab2a6befa9095be60f1045686f52db27b9df1b
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/52f595f96272fd758547fb1a42f8701d4d7fc8
/usr/lib/libsatyr.so.4
/usr/lib/libsatyr.so.4.0.1
/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
/usr/bin/satyr
/usr/lib/.build-id
/usr/lib/.build-id/82
/usr/lib/.build-id/82/80812874e31100553f60a48e3fa231a4f40184
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/643f54ea8bcf161cd756c91bae5b4ccefe040a
/usr/lib64/libsatyr.so.4
/usr/lib64/libsatyr.so.4.0.2
/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
/usr/bin/satyr
/usr/lib/.build-id
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/40135ca1e100841b43da456f54f6df5102194d
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/b9dda329ed663228c49de8a4a73f2cffaa43c3
/usr/lib/libsatyr.so.4
/usr/lib/libsatyr.so.4.0.2
/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 https://github.com/abrt/satyr)
Summary
In this tutorial we learn how to install satyr
on Fedora 34 using yum and dnf.