我想在我的笔记本电脑上安装 tlp 来节省电池。我添加了 ppa:
sudo add-apt-repository ppa:linrunner/tlp
我在日志中收到此错误消息:
Err:9 https://ppa.launchpadcontent.net/linrunner/tlp/ubuntu kinetic Release
404 Not Found [IP: 2620:2d:4000:1::3e 443]
Reading package lists... Done
E: The repository 'https://ppa.launchpadcontent.net/linrunner/tlp/ubuntu kinetic 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.
我使用的Ubuntu版本是22.10。
答案1
简而言之,Ubuntu 22.10 没有此软件包的 PPA。您安装了一个不存在的 PPA。您应该删除它并找到另一种方式安装 tlp(它在存储库中不可用吗?它适用于 22.04)。