How To Install abrt-atomic on Fedora 36
Introduction
In this tutorial we learn how to install abrt-atomic on Fedora 36.
What is abrt-atomic
Package to install all necessary packages for usage from Atomic hosts.
We can use yum or dnf to install abrt-atomic on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install abrt-atomic.
Install abrt-atomic 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 abrt-atomic using dnf by running the following command:
sudo dnf -y install abrt-atomic
Install abrt-atomic 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 abrt-atomic using yum by running the following command:
sudo yum -y install abrt-atomic
How To Uninstall abrt-atomic on Fedora 36
To uninstall only the abrt-atomic package we can use the following command:
sudo dnf remove abrt-atomic
abrt-atomic Package Contents on Fedora 36
/etc/abrt/abrt-action-save-package-data.conf
/usr/bin/abrt-action-save-package-data
/usr/lib/.build-id
/usr/lib/.build-id/ac/f322d66ee065762fb1b878b7a23feb7c17b37f
/usr/share/man/man1/abrt-action-save-package-data.1.gz
/usr/share/man/man5/abrt-action-save-package-data.conf.5.gz
References
Summary
In this tutorial we learn how to install abrt-atomic on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).