在 Ubuntu 20.04 上安装 Cinelerra GG 时出错

在 Ubuntu 20.04 上安装 Cinelerra GG 时出错

我正在遵循以下说明: https://www.cinelerra-gg.org/ubuntu-package/需要做:

sudo apt-add-repository https://cinelerra-gg.org/download/pkgs/ub20

我收到的错误是:

Err:11 https://cinelerra-gg.org/download/pkgs/ub20 focal Release
  404  Not Found [IP: 2606:4700:3035::681b:8f12 443]
Reading package lists... Done
E: The repository 'https://cinelerra-gg.org/download/pkgs/ub20 focal 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.

我需要做什么来安装它?(也许是服务器宕机了?404 Not Found [IP: 2606:4700:3035::681b:8f12 443]

我尝试了他们的论坛获得支持,但我没有获得新用户的电子邮件验证 - 所以我无法获得帮助。

答案1

我们在 Cinelerra-gg.org 上收到了此通知,并将尝试自行处理,以查看是否存在问题。

更新: 我们在安装它时没有遇到任何问题。我们认为您可能只是没有编辑文件 /etc/apt/sources.list,如说明中所示。您必须在该文件中包括以下行:

deb [信任=是]https://cinelerra-gg.org/download/pkgs/ub20焦点主要

如果该行不在文件中或者在文件中的位置不正确,请修复它。然后:

sudo apt 更新

sudo apt 安装 cin

相关内容