How To Install gshutdown on Fedora 36

In this tutorial we learn how to install gshutdown in Fedora 36. gshutdown is GShutDown is an advanced shut down utility for GNOME

Introduction

In this tutorial we learn how to install gshutdown on Fedora 36.

What is gshutdown

GShutdown is an advanced shutdown utility which allows you to schedule the shutdown or the restart of your computer, or logout your actual session. Also can be use under Xfce and KDE.

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

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

sudo dnf -y install gshutdown

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

sudo yum -y install gshutdown

How To Uninstall gshutdown on Fedora 36

To uninstall only the gshutdown package we can use the following command:

sudo dnf remove gshutdown

gshutdown Package Contents on Fedora 36

/usr/bin/gshutdown
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/155416836d65ed9a12aba52cae6c3ed1001a5d
/usr/share/applications/gshutdown.desktop
/usr/share/doc/gshutdown
/usr/share/doc/gshutdown/AUTHORS
/usr/share/doc/gshutdown/COPYING
/usr/share/doc/gshutdown/ChangeLog
/usr/share/doc/gshutdown/README
/usr/share/gshutdown
/usr/share/gshutdown/clock.png
/usr/share/gshutdown/gshutdown.glade
/usr/share/gshutdown/gshutdown.png
/usr/share/gshutdown/tray_icon.png
/usr/share/gshutdown/tray_icon2.png
/usr/share/locale/ca/LC_MESSAGES/gshutdown.mo
/usr/share/locale/da/LC_MESSAGES/gshutdown.mo
/usr/share/locale/de/LC_MESSAGES/gshutdown.mo
/usr/share/locale/es/LC_MESSAGES/gshutdown.mo
/usr/share/locale/fr/LC_MESSAGES/gshutdown.mo
/usr/share/locale/hu/LC_MESSAGES/gshutdown.mo
/usr/share/locale/it/LC_MESSAGES/gshutdown.mo
/usr/share/locale/no/LC_MESSAGES/gshutdown.mo
/usr/share/locale/pl/LC_MESSAGES/gshutdown.mo
/usr/share/locale/pt/LC_MESSAGES/gshutdown.mo
/usr/share/locale/ru/LC_MESSAGES/gshutdown.mo
/usr/share/locale/sr/LC_MESSAGES/gshutdown.mo
/usr/share/locale/sr@Latn/LC_MESSAGES/gshutdown.mo
/usr/share/locale/sv/LC_MESSAGES/gshutdown.mo
/usr/share/man/man1/gshutdown.1.gz
/usr/share/pixmaps/gshutdown.png

References

Summary

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