deinstapel / cpupower

Manage the frequency scaling driver of your CPU (Intel Core and AMD Ryzen processors supported)
GNU General Public License v3.0
527 stars 69 forks source link

No Release file for Ubuntu 24.04 ? #220

Closed p-phillips closed 2 months ago

p-phillips commented 2 months ago

I just tried to install on a 24.04 install and got bitten by the Release file issue:

$ sudo add-apt-repository ppa:fin1ger/cpupower
[sudo] password for xxxx: 
Repository: 'Types: deb
URIs: https://ppa.launchpadcontent.net/fin1ger/cpupower/ubuntu/
Suites: noble
Components: main
'
Description:
Manage the frequency scaling driver of your CPU (Intel Core and AMD Ryzen processors supported).
More info: https://launchpad.net/~fin1ger/+archive/ubuntu/cpupower
Adding repository.
Press [ENTER] to continue or Ctrl-c to cancel.
...
Reading package lists... Done         
E: The repository 'https://ppa.launchpadcontent.net/fin1ger/cpupower/ubuntu noble Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.

Is this because it's not been ported to 24.04 yet or due to an oversight in the package management ?

Pete

fin-ger commented 2 months ago

Yes, this extension has not been ported to new Gnome versions for a long time. Therefore there also does not exist any version for newer Ubuntu versions. I am experimenting with some tooling based on the Meson build system for automating end2end tests for doing automated compatibility testing (which is the most painful thing for an update). But don't get your hopes too high for a new version any time soon. Maintaining a Gnome shell extension is a liability. It is almost guaranteed to brick with every new update, so I'm not that eager to "fix" it for the next 2-3 months to start over again :(

p-phillips commented 2 months ago

OK - thanks for replying anyway - much appreciated.
Pete