Please remove 'gcc', 'conflicts' and 'provides'. They are redundant.
To cleanup files from the .install file, maybe run 'auto-cpufreq --remove' instead?
Git Clone URL: | https://aur.archlinux.org/auto-cpufreq.git (read-only, click to copy) |
---|---|
Package Base: | auto-cpufreq |
Description: | Automatic CPU speed & power optimizer |
Upstream URL: | https://github.com/AdnanHodzic/auto-cpufreq |
Licenses: | LGPL-3.0-or-later |
Submitter: | liljaylj |
Maintainer: | parmjot (MusicalArtist12) |
Last Packager: | parmjot |
Votes: | 84 |
Popularity: | 1.67 |
First Submitted: | 2020-10-29 00:09 (UTC) |
Last Updated: | 2025-06-10 07:31 (UTC) |
Please remove 'gcc', 'conflicts' and 'provides'. They are redundant.
To cleanup files from the .install file, maybe run 'auto-cpufreq --remove' instead?
@liljaylj Thank you, sorted it
Nevermind, I missed the instruction on your github page the first time as below;
Please note: If you want to install auto-cpufreq daemon, do not run auto-cpufreq --install otherwise you'll run into an issue: #91, #96.
Instead run systemctl start auto-cpufreq to start the service. Run systemctl status auto-cpufreq to see the status of service, and systemctl enable auto-cpufreq for service to persist running accross reboots.
@coxe87b you don't need to --install daemon manually, this package contains systemd service already. instead, you need to start and enable service using: systemctl enable --now auto-cpufreq.service
I am getting this error upon running the --install flag. No such file or directory: '/usr/share/auto-cpufreq/scripts/auto-cpufreq-install.sh'
@liljaylj : There were changes to the install file as well, see here.
Pinned Comments
liljaylj commented on 2021-06-03 12:13 (UTC)
@coxe87b you don't need to --install daemon manually, this package contains systemd service already. instead, you need to start and enable service using:
systemctl enable --now auto-cpufreq.service