How To Install gnome-shell-extension-do-not-disturb-button on Rocky Linux 8
Introduction
In this tutorial we learn how to install gnome-shell-extension-do-not-disturb-button
on Rocky Linux 8.
What is gnome-shell-extension-do-not-disturb-button
Do Not Disturb Button provides a panel button to temporarily hide incoming notifications in GNOME Shell. A count of notifications appears next to the panel button, and notifications remain hidden in the notifications message tray, until you choose to show and dismiss them. You can also assign a keyboard shortcut to toggle the Do Not Disturb status. (Do Not Disturb Button allows you to set the “available” or “busy” status for desktop notifications only, not the status of chat or other applications connected to GNOME’s Online Accounts.)
We can use yum
or dnf
to install gnome-shell-extension-do-not-disturb-button
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install gnome-shell-extension-do-not-disturb-button.
Install gnome-shell-extension-do-not-disturb-button 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 gnome-shell-extension-do-not-disturb-button
using dnf
by running the following command:
sudo dnf -y install gnome-shell-extension-do-not-disturb-button
Install gnome-shell-extension-do-not-disturb-button 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 gnome-shell-extension-do-not-disturb-button
using yum
by running the following command:
sudo yum -y install gnome-shell-extension-do-not-disturb-button
How To Uninstall gnome-shell-extension-do-not-disturb-button on Rocky Linux 8
To uninstall only the gnome-shell-extension-do-not-disturb-button
package we can use the following command:
sudo dnf remove gnome-shell-extension-do-not-disturb-button
gnome-shell-extension-do-not-disturb-button Package Contents on Rocky Linux 8
/usr/share/doc/gnome-shell-extension-do-not-disturb-button
/usr/share/doc/gnome-shell-extension-do-not-disturb-button/README-fedora.md
/usr/share/doc/gnome-shell-extension-do-not-disturb-button/README.txt
/usr/share/glib-2.0/schemas/org.gnome.shell.extensions.donotdisturb-button.gschema.xml
/usr/share/gnome-shell/extensions/donotdisturb-button@nls1729
/usr/share/gnome-shell/extensions/donotdisturb-button@nls1729/README-fedora.md
/usr/share/gnome-shell/extensions/donotdisturb-button@nls1729/arrow-right.png
/usr/share/gnome-shell/extensions/donotdisturb-button@nls1729/audio-volume-muted.png
/usr/share/gnome-shell/extensions/donotdisturb-button@nls1729/audio-volume-on.png
/usr/share/gnome-shell/extensions/donotdisturb-button@nls1729/available-no.png
/usr/share/gnome-shell/extensions/donotdisturb-button@nls1729/available-notifications-symbolic.svg
/usr/share/gnome-shell/extensions/donotdisturb-button@nls1729/available-yes.png
/usr/share/gnome-shell/extensions/donotdisturb-button@nls1729/busy-notifications-symbolic.svg
/usr/share/gnome-shell/extensions/donotdisturb-button@nls1729/correctClass.js
/usr/share/gnome-shell/extensions/donotdisturb-button@nls1729/default-persistence.png
/usr/share/gnome-shell/extensions/donotdisturb-button@nls1729/dndBtn.js
/usr/share/gnome-shell/extensions/donotdisturb-button@nls1729/dndBtnGObject.js
/usr/share/gnome-shell/extensions/donotdisturb-button@nls1729/extension.js
/usr/share/gnome-shell/extensions/donotdisturb-button@nls1729/gnome-session-reboot.png
/usr/share/gnome-shell/extensions/donotdisturb-button@nls1729/message.pot
/usr/share/gnome-shell/extensions/donotdisturb-button@nls1729/metadata.json
/usr/share/gnome-shell/extensions/donotdisturb-button@nls1729/notify.js
/usr/share/gnome-shell/extensions/donotdisturb-button@nls1729/prefs.js
/usr/share/licenses/gnome-shell-extension-do-not-disturb-button
/usr/share/licenses/gnome-shell-extension-do-not-disturb-button/COPYING
/usr/share/locale/cs/LC_MESSAGES/donotdisturb-button-extension.mo
/usr/share/locale/de/LC_MESSAGES/donotdisturb-button-extension.mo
/usr/share/locale/el/LC_MESSAGES/donotdisturb-button-extension.mo
/usr/share/locale/es/LC_MESSAGES/donotdisturb-button-extension.mo
/usr/share/locale/fr/LC_MESSAGES/donotdisturb-button-extension.mo
/usr/share/locale/it/LC_MESSAGES/donotdisturb-button-extension.mo
References
Summary
In this tutorial we learn how to install gnome-shell-extension-do-not-disturb-button
on Rocky Linux 8 using yum and dnf.