按照官方说明安装后,ffmpeg 未安装

ffmpeg not installing after following the official instructions

我正尝试按照 this 说明列表安装 ffmpeg。即:

sudo add-apt-repository ppa:mc3man/trusty-media  
sudo apt-get update  
sudo apt-get install ffmpeg  
sudo apt-get install frei0r-plugins  

然而我得到:

No apt package "ffmpeg"

E: Unable to locate package frei0r-plugins

分别当我运行sudo apt-get install ffmpegsudo apt-get install frei0r-plugins。值得注意的是,当我执行 sudo apt-get update 时出现很多错误,看起来像:

Err:4 http://us.archive.ubuntu.com/ubuntu saucy Release                                                                                                                                     
  404  Not Found [IP: 91.189.91.38 80]

E: The repository 'http://us.archive.ubuntu.com/ubuntu saucy 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.

我使用的是 lubuntu 0.14.1。谢谢你的帮助 !

您的存储库链接似乎不正确

看来您使用的是 (L)Ubuntu 19.04 Disco Dingo。您的存储库链接看起来不对。它们显示 saucy 而不是预期的 disco。 Saucy 是 Ubuntu 13.10 Saucy Salamander 的代号。此版本的支持已于 2014 年 7 月 17 日结束。 Saucy 存储库已停用,因此您无法从中安装任何东西。

请参阅 How can I find the version of Ubuntu that is installed? 以检查您的 Ubuntu 版本。

但是迪斯科已经死了

对 Ubuntu 19.04 Disco Dingo 的支持已于 2020 年 1 月 23 日结束。 Disco 存储库已停用,因此您无法从中安装任何东西。

考虑更新到 Ubuntu 20.04 Focal Fossa,这是一个长期支持 (LTS) 版本,标准支持到 2025-04 年,安全维护到 2030-04 年。

如果你现在需要ffmpeg

您可以从 johnvansickle.com. See installation instructions 下载它以获取更多信息。