How To Install tuned-gtk on Fedora 36

In this tutorial we learn how to install tuned-gtk in Fedora 36. tuned-gtk is GTK GUI for tuned

Introduction

In this tutorial we learn how to install tuned-gtk on Fedora 36.

What is tuned-gtk

GTK GUI that can control tuned and provides simple profile editor.

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

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

sudo dnf -y install tuned-gtk

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

sudo yum -y install tuned-gtk

How To Uninstall tuned-gtk on Fedora 36

To uninstall only the tuned-gtk package we can use the following command:

sudo dnf remove tuned-gtk

tuned-gtk Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/tuned/gtk
/usr/lib/python3.10/site-packages/tuned/gtk/__init__.py
/usr/lib/python3.10/site-packages/tuned/gtk/__pycache__
/usr/lib/python3.10/site-packages/tuned/gtk/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tuned/gtk/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/tuned/gtk/__pycache__/gui_plugin_loader.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tuned/gtk/__pycache__/gui_plugin_loader.cpython-310.pyc
/usr/lib/python3.10/site-packages/tuned/gtk/__pycache__/gui_profile_deleter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tuned/gtk/__pycache__/gui_profile_deleter.cpython-310.pyc
/usr/lib/python3.10/site-packages/tuned/gtk/__pycache__/gui_profile_loader.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tuned/gtk/__pycache__/gui_profile_loader.cpython-310.pyc
/usr/lib/python3.10/site-packages/tuned/gtk/__pycache__/gui_profile_saver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tuned/gtk/__pycache__/gui_profile_saver.cpython-310.pyc
/usr/lib/python3.10/site-packages/tuned/gtk/__pycache__/managerException.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tuned/gtk/__pycache__/managerException.cpython-310.pyc
/usr/lib/python3.10/site-packages/tuned/gtk/__pycache__/tuned_dialog.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tuned/gtk/__pycache__/tuned_dialog.cpython-310.pyc
/usr/lib/python3.10/site-packages/tuned/gtk/gui_plugin_loader.py
/usr/lib/python3.10/site-packages/tuned/gtk/gui_profile_deleter.py
/usr/lib/python3.10/site-packages/tuned/gtk/gui_profile_loader.py
/usr/lib/python3.10/site-packages/tuned/gtk/gui_profile_saver.py
/usr/lib/python3.10/site-packages/tuned/gtk/managerException.py
/usr/lib/python3.10/site-packages/tuned/gtk/tuned_dialog.py
/usr/sbin/tuned-gui
/usr/share/applications/tuned-gui.desktop
/usr/share/icons/hicolor/scalable/apps/tuned.svg
/usr/share/tuned/ui
/usr/share/tuned/ui/tuned-gui.glade

References

Summary

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