How To Install gnome-break-timer on Fedora 36
Introduction
In this tutorial we learn how to install gnome-break-timer on Fedora 36.
What is gnome-break-timer
This helps you to schedule regular breaks. It will remind you to take them based on how much you are using the computer. It tries to be simple but helpful, and it uses notifications to indicate when a break has arrived.
We can use yum or dnf to install gnome-break-timer on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gnome-break-timer.
Install gnome-break-timer 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 gnome-break-timer using dnf by running the following command:
sudo dnf -y install gnome-break-timer
Install gnome-break-timer 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 gnome-break-timer using yum by running the following command:
sudo yum -y install gnome-break-timer
How To Uninstall gnome-break-timer on Fedora 36
To uninstall only the gnome-break-timer package we can use the following command:
sudo dnf remove gnome-break-timer
gnome-break-timer Package Contents on Fedora 36
/etc/xdg/autostart/org.gnome.BreakTimer.desktop
/usr/bin/gnome-break-timer-daemon
/usr/bin/gnome-break-timer-settings
/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/b52168815f435db5668cb259c945bc65599009
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/a33de50ab31026942cc6bc0e7fa5ffacae1800
/usr/share/applications/org.gnome.BreakTimer.Settings.desktop
/usr/share/applications/org.gnome.BreakTimer.desktop
/usr/share/dbus-1/services/org.gnome.BreakTimer.Settings.service
/usr/share/dbus-1/services/org.gnome.BreakTimer.service
/usr/share/doc/gnome-break-timer
/usr/share/doc/gnome-break-timer/ABOUT-NLS
/usr/share/doc/gnome-break-timer/AUTHORS
/usr/share/doc/gnome-break-timer/NEWS
/usr/share/doc/gnome-break-timer/README.md
/usr/share/glib-2.0/schemas/org.gnome.BreakTimer.gschema.xml
/usr/share/icons/hicolor/scalable/apps/org.gnome.BreakTimer.svg
/usr/share/icons/hicolor/symbolic/apps/org.gnome.BreakTimer-symbolic.svg
/usr/share/licenses/gnome-break-timer
/usr/share/licenses/gnome-break-timer/COPYING
/usr/share/locale/bs/LC_MESSAGES/gnome-break-timer.mo
/usr/share/locale/cs/LC_MESSAGES/gnome-break-timer.mo
/usr/share/locale/da/LC_MESSAGES/gnome-break-timer.mo
/usr/share/locale/de/LC_MESSAGES/gnome-break-timer.mo
/usr/share/locale/el/LC_MESSAGES/gnome-break-timer.mo
/usr/share/locale/es/LC_MESSAGES/gnome-break-timer.mo
/usr/share/locale/fr/LC_MESSAGES/gnome-break-timer.mo
/usr/share/locale/gl/LC_MESSAGES/gnome-break-timer.mo
/usr/share/locale/hu/LC_MESSAGES/gnome-break-timer.mo
/usr/share/locale/id/LC_MESSAGES/gnome-break-timer.mo
/usr/share/locale/lt/LC_MESSAGES/gnome-break-timer.mo
/usr/share/locale/oc/LC_MESSAGES/gnome-break-timer.mo
/usr/share/locale/pl/LC_MESSAGES/gnome-break-timer.mo
/usr/share/locale/pt/LC_MESSAGES/gnome-break-timer.mo
/usr/share/locale/pt_BR/LC_MESSAGES/gnome-break-timer.mo
/usr/share/locale/sl/LC_MESSAGES/gnome-break-timer.mo
/usr/share/locale/sr/LC_MESSAGES/gnome-break-timer.mo
/usr/share/locale/sr@latin/LC_MESSAGES/gnome-break-timer.mo
/usr/share/locale/sv/LC_MESSAGES/gnome-break-timer.mo
/usr/share/locale/tr/LC_MESSAGES/gnome-break-timer.mo
/usr/share/locale/zh_CN/LC_MESSAGES/gnome-break-timer.mo
/usr/share/metainfo/org.gnome.BreakTimer.metainfo.xml
References
Summary
In this tutorial we learn how to install gnome-break-timer on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).