How To Install libreport-gtk on Rocky Linux 8
Introduction
In this tutorial we learn how to install libreport-gtk
on Rocky Linux 8.
What is libreport-gtk
Applications for reporting bugs using libreport backend
We can use yum
or dnf
to install libreport-gtk
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libreport-gtk.
Install libreport-gtk on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libreport-gtk
using dnf
by running the following command:
sudo dnf -y install libreport-gtk
Install libreport-gtk on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libreport-gtk
using yum
by running the following command:
sudo yum -y install libreport-gtk
How To Uninstall libreport-gtk on Rocky Linux 8
To uninstall only the libreport-gtk
package we can use the following command:
sudo dnf remove libreport-gtk
libreport-gtk Package Contents on Rocky Linux 8
/etc/libreport/events.d/emergencyanalysis_event.conf
/usr/bin/report-gtk
/usr/lib/.build-id
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/41d5d015e932504d2a50a2871735e3a0528fb9
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/fc82cac5b72adfeefc82ecbc21178759087a76
/usr/lib64/libreport-gtk.so.0
/usr/lib64/libreport-gtk.so.0.0.1
/usr/share/libreport/events/report_EmergencyAnalysis.xml
/usr/share/man/man1/report-gtk.1.gz
/usr/share/man/man5/emergencyanalysis_event.conf.5.gz
/etc/libreport/events.d/emergencyanalysis_event.conf
/usr/bin/report-gtk
/usr/lib/.build-id
/usr/lib/.build-id/72
/usr/lib/.build-id/72/1e31e7ec3df72f32e3599e6fe19a8598dff91d
/usr/lib/.build-id/72/d179d2449acba77d302fe3216e0b554f1ac098
/usr/lib64/libreport-gtk.so.0
/usr/lib64/libreport-gtk.so.0.0.1
/usr/share/libreport/events/report_EmergencyAnalysis.xml
/usr/share/man/man1/report-gtk.1.gz
/usr/share/man/man5/emergencyanalysis_event.conf.5.gz
/etc/libreport/events.d/emergencyanalysis_event.conf
/usr/bin/report-gtk
/usr/lib/.build-id
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/42c4d8a4c4f92083e88784ee201f8fcc0651da
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/42ed2a3b158ff4c8b68cdb3306d65e0ec16b5e
/usr/lib/libreport-gtk.so.0
/usr/lib/libreport-gtk.so.0.0.1
/usr/share/libreport/events/report_EmergencyAnalysis.xml
/usr/share/man/man1/report-gtk.1.gz
/usr/share/man/man5/emergencyanalysis_event.conf.5.gz
/etc/libreport/events.d/emergencyanalysis_event.conf
/usr/bin/report-gtk
/usr/lib/.build-id
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/0976464bdd047a3c79b671bc58e14cbd61631e
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/1c61ebd55a05b54ee929afd7193809b3d15bea
/usr/lib/libreport-gtk.so.0
/usr/lib/libreport-gtk.so.0.0.1
/usr/share/libreport/events/report_EmergencyAnalysis.xml
/usr/share/man/man1/report-gtk.1.gz
/usr/share/man/man5/emergencyanalysis_event.conf.5.gz
References
Summary
In this tutorial we learn how to install libreport-gtk
on Rocky Linux 8 using yum and dnf.