How To Install libreport-filesystem on Fedora 36
Introduction
In this tutorial we learn how to install libreport-filesystem on Fedora 36.
What is libreport-filesystem
Filesystem layout for libreport
We can use yum or dnf to install libreport-filesystem on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libreport-filesystem.
Install libreport-filesystem 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 libreport-filesystem using dnf by running the following command:
sudo dnf -y install libreport-filesystem
Install libreport-filesystem 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 libreport-filesystem using yum by running the following command:
sudo yum -y install libreport-filesystem
How To Uninstall libreport-filesystem on Fedora 36
To uninstall only the libreport-filesystem package we can use the following command:
sudo dnf remove libreport-filesystem
libreport-filesystem Package Contents on Fedora 36
/etc/libreport
/etc/libreport/events
/etc/libreport/events.d
/etc/libreport/plugins
/etc/libreport/workflows.d
/usr/share/libreport
/usr/share/libreport/conf.d
/usr/share/libreport/conf.d/plugins
/usr/share/libreport/events
/usr/share/libreport/workflows
References
Summary
In this tutorial we learn how to install libreport-filesystem on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).