How To Install gammastep-indicator on Fedora 36

In this tutorial we learn how to install gammastep-indicator in Fedora 36. gammastep-indicator is GTK indicator applet for gammastep

Introduction

In this tutorial we learn how to install gammastep-indicator on Fedora 36.

What is gammastep-indicator

This package provides a status icon for gammastep that allows the user to control color temperature.

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

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

sudo dnf -y install gammastep-indicator

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

sudo yum -y install gammastep-indicator

How To Uninstall gammastep-indicator on Fedora 36

To uninstall only the gammastep-indicator package we can use the following command:

sudo dnf remove gammastep-indicator

gammastep-indicator Package Contents on Fedora 36

/usr/bin/gammastep-indicator
/usr/lib/python3.10/site-packages/gammastep_indicator
/usr/lib/python3.10/site-packages/gammastep_indicator/__init__.py
/usr/lib/python3.10/site-packages/gammastep_indicator/__pycache__
/usr/lib/python3.10/site-packages/gammastep_indicator/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gammastep_indicator/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/gammastep_indicator/__pycache__/controller.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gammastep_indicator/__pycache__/controller.cpython-310.pyc
/usr/lib/python3.10/site-packages/gammastep_indicator/__pycache__/defs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gammastep_indicator/__pycache__/defs.cpython-310.pyc
/usr/lib/python3.10/site-packages/gammastep_indicator/__pycache__/statusicon.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gammastep_indicator/__pycache__/statusicon.cpython-310.pyc
/usr/lib/python3.10/site-packages/gammastep_indicator/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gammastep_indicator/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/gammastep_indicator/controller.py
/usr/lib/python3.10/site-packages/gammastep_indicator/defs.py
/usr/lib/python3.10/site-packages/gammastep_indicator/statusicon.py
/usr/lib/python3.10/site-packages/gammastep_indicator/utils.py
/usr/lib/systemd/user/gammastep-indicator.service
/usr/share/applications/gammastep-indicator.desktop
/usr/share/icons/hicolor/scalable/apps/gammastep-status-off.svg
/usr/share/icons/hicolor/scalable/apps/gammastep-status-on.svg
/usr/share/metainfo/gammastep-indicator.appdata.xml

References

Summary

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