How To Install abrt-gui on Fedora 36

In this tutorial we learn how to install abrt-gui in Fedora 36. abrt-gui is abrt’s gui

Introduction

In this tutorial we learn how to install abrt-gui on Fedora 36.

What is abrt-gui

GTK+ wizard for convenient bug reporting.

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

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

sudo dnf -y install abrt-gui

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

sudo yum -y install abrt-gui

How To Uninstall abrt-gui on Fedora 36

To uninstall only the abrt-gui package we can use the following command:

sudo dnf remove abrt-gui

abrt-gui Package Contents on Fedora 36

/etc/xdg/autostart/org.freedesktop.problems.applet.desktop
/usr/bin/abrt-applet
/usr/bin/system-config-abrt
/usr/lib/.build-id
/usr/lib/.build-id/61
/usr/lib/.build-id/61/2465a3071e54bfb3edcc6f20d20725b333c4d3
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/59f415f2d6c0dd6ed778de286b4f265ac3b1d6
/usr/share/abrt
/usr/share/abrt/ui/abrt-config-widget.glade
/usr/share/applications/org.freedesktop.problems.applet.desktop
/usr/share/dbus-1/services/org.freedesktop.problems.applet.service
/usr/share/icons/hicolor/scalable/apps/abrt.svg
/usr/share/icons/hicolor/symbolic/apps/abrt-symbolic.svg
/usr/share/man/man1/abrt-applet.1.gz
/usr/share/man/man1/system-config-abrt.1.gz

References

Summary

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