我正在尝试在我的 Ubuntu 22.10 上下载uget download manager
,官方网站上说要添加存储库sudo add-apt-repository ppa:plushuang-tw/uget-stable
,但是当我运行此命令时,它说
Err:6 https://ppa.launchpadcontent.net/plushuang-tw/uget-stable/ubuntu kinetic Release
404 Not Found [IP: 185.125.190.52 443]
Reading package lists... Done
E: The repository 'https://ppa.launchpadcontent.net/plushuang-tw/uget-stable/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.
有什么方法我可以添加这个存储库吗?
当我尝试使用以下浏览器扩展程序安装时,也发生了同样的事情sudo add-apt-repository ppa:uget-team/ppa
Err:6 https://ppa.launchpadcontent.net/uget-team/ppa/ubuntu kinetic Release
404 Not Found [IP: 185.125.190.52 443]
Reading package lists... Done
E: The repository 'https://ppa.launchpadcontent.net/uget-team/ppa/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.
答案1
如果 PPA 没有适用于您发行版的软件包,那么“添加”它是一个非常糟糕的想法。此操作可能会破坏您的系统。
您可以从旧的 PPA 下载并尝试安装 deb 文件,但大多数情况下,由于依赖关系错误,它们无法安装。