0

I'm trying to install the Thinkpad Power Manager GUI on 22.04

I'm following this guide:

https://www.linuxuprising.com/2018/11/install-tlpui-in-ubuntu-or-linux-mint.html

but when I do:

sudo add-apt-repository ppa:linuxuprising/apps

I get:

Err:7 https://ppa.launchpadcontent.net/linuxuprising/apps/ubuntu jammy Release
  404  Not Found [IP: 2620:2d:4000:1::3e 443]
Reading package lists... Done                                  
E: The repository 'https://ppa.launchpadcontent.net/linuxuprising/apps/ubuntu jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

What's the easiest way to get the power manager gui installed?

user997112
  • 677
  • 5
  • 14
  • 23

1 Answers1

1

it clearly states "The PPA has TLPUI packages for Ubuntu 16.04, 18.04 and 18.10 (and thus, Linux Mint 18 and 19 too)." so lacks support for 22.04/Jammy.

What's the easiest way to get the power manager gui installed?

Rinzwind
  • 299,756
  • Thanks. Are you sure that PPA contains TLPUI? It doesn't seem to find tlpui after I add that PPA and run sudo apt install tlpui – user997112 Jun 24 '22 at 22:20