To increase and optimize my laptop battery usage, I have installed the powertop package, as per the powertop doc, I tried to install the tuned-utils package using dnf but no such package found
- Code: Select all
[root@jeevanism lampp]# dnf install tuned-utils
Last metadata expiration check: 0:05:56 ago on Thu 18 Jun 2020 08:57:35 PM IST.
No match for argument: tuned-utils
Error: Unable to find a match: tuned-utils
[root@jeevanism lampp]# dnf search tuned
Last metadata expiration check: 0:06:21 ago on Thu 18 Jun 2020 08:57:35 PM IST.
============================================ Name Matched: tuned =============================================
ksmtuned.x86_64 : Kernel Samepage Merging services
=========================================== Summary Matched: tuned ===========================================
atlas.x86_64 : Automatically Tuned Linear Algebra Software
[root@jeevanism lampp]#
Is there any 3rd party repo I need to enable ? Or is there any alternative packages ?
thanks