How To Install tuned-switcher on Fedora 36
Introduction
In this tutorial we learn how to install tuned-switcher
on Fedora 36.
What is tuned-switcher
Tuned Switcher is a simple utility for managing performance profiles using the Tuned service. Tuned is a daemon for monitoring and adaptive tuning of system devices. In order to use this program, a daemon must be installed on your system.
We can use yum
or dnf
to install tuned-switcher
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tuned-switcher.
Install tuned-switcher 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-switcher
using dnf
by running the following command:
sudo dnf -y install tuned-switcher
Install tuned-switcher 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-switcher
using yum
by running the following command:
sudo yum -y install tuned-switcher
How To Uninstall tuned-switcher on Fedora 36
To uninstall only the tuned-switcher
package we can use the following command:
sudo dnf remove tuned-switcher
tuned-switcher Package Contents on Fedora 36
/usr/bin/tuned-switcher
/usr/lib/.build-id
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/6d1b115f30d9d4e9cde38957463c52a4d10fe5
/usr/share/applications/org.easycoding.TunedSwitcher.desktop
/usr/share/doc/tuned-switcher
/usr/share/doc/tuned-switcher/README.md
/usr/share/doc/tuned-switcher/fedora-installation.md
/usr/share/doc/tuned-switcher/flatpak-installation.md
/usr/share/doc/tuned-switcher/generic-installation.md
/usr/share/doc/tuned-switcher/screenshots.md
/usr/share/icons/hicolor/128x128/apps/org.easycoding.TunedSwitcher.png
/usr/share/icons/hicolor/16x16/apps/org.easycoding.TunedSwitcher.png
/usr/share/icons/hicolor/22x22/apps/org.easycoding.TunedSwitcher.png
/usr/share/icons/hicolor/24x24/apps/org.easycoding.TunedSwitcher.png
/usr/share/icons/hicolor/256x256/apps/org.easycoding.TunedSwitcher.png
/usr/share/icons/hicolor/32x32/apps/org.easycoding.TunedSwitcher.png
/usr/share/icons/hicolor/48x48/apps/org.easycoding.TunedSwitcher.png
/usr/share/icons/hicolor/64x64/apps/org.easycoding.TunedSwitcher.png
/usr/share/icons/hicolor/scalable/apps/org.easycoding.TunedSwitcher.svg
/usr/share/licenses/tuned-switcher
/usr/share/licenses/tuned-switcher/COPYING
/usr/share/licenses/tuned-switcher/noto-emoji.LICENSE.txt
/usr/share/man/man1/tuned-switcher.1.gz
/usr/share/metainfo/org.easycoding.TunedSwitcher.metainfo.xml
/usr/share/tuned-switcher/translations/tuned-switcher_en.qm
/usr/share/tuned-switcher/translations/tuned-switcher_ru.qm
References
Summary
In this tutorial we learn how to install tuned-switcher
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).