How To Install abrt-gui on Rocky Linux 8
In this tutorial we learn how to install abrt-gui on Rocky Linux 8. abrt-gui is abrt’s gui
Introduction
In this tutorial we learn how to install abrt-gui
on Rocky Linux 8.
What is abrt-gui
GTK+ wizard for convenient bug reporting.
We can use yum
or dnf
to install abrt-gui
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install abrt-gui.
Install abrt-gui 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 abrt-gui
using dnf
by running the following command:
sudo dnf -y install abrt-gui
Install abrt-gui 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 abrt-gui
using yum
by running the following command:
sudo yum -y install abrt-gui
How To Uninstall abrt-gui on Rocky Linux 8
To uninstall only the abrt-gui
package we can use the following command:
sudo dnf remove abrt-gui
abrt-gui Package Contents on Rocky Linux 8
/etc/xdg/autostart/abrt-applet.desktop
/usr/bin/abrt-applet
/usr/bin/system-config-abrt
/usr/lib/.build-id
/usr/lib/.build-id/7c/9b85fd0dbe32ca45e1f92449cabbe08386f2b2
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/ecb9b8fd1c442e75d6ada3a505881e59f7b8f1
/usr/share/abrt
/usr/share/abrt/icons/hicolor/16x16/status/abrt.png
/usr/share/abrt/icons/hicolor/22x22/status/abrt.png
/usr/share/abrt/icons/hicolor/24x24/status/abrt.png
/usr/share/abrt/icons/hicolor/256x256/status/abrt.png
/usr/share/abrt/icons/hicolor/32x32/status/abrt.png
/usr/share/abrt/icons/hicolor/48x48/status/abrt.png
/usr/share/abrt/ui/abrt-config-widget.glade
/usr/share/applications/abrt-applet.desktop
/usr/share/icons/hicolor/16x16/apps/abrt.png
/usr/share/icons/hicolor/16x16/status/abrt.png
/usr/share/icons/hicolor/22x22/apps/abrt.png
/usr/share/icons/hicolor/22x22/status/abrt.png
/usr/share/icons/hicolor/24x24/apps/abrt.png
/usr/share/icons/hicolor/24x24/status/abrt.png
/usr/share/icons/hicolor/256x256/status/abrt.png
/usr/share/icons/hicolor/32x32/apps/abrt.png
/usr/share/icons/hicolor/32x32/status/abrt.png
/usr/share/icons/hicolor/48x48/apps/abrt.png
/usr/share/icons/hicolor/48x48/status/abrt.png
/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 Rocky Linux 8 using yum and dnf.