【问题标题】:ffmpeg not installing after following the official instructions遵循官方说明后ffmpeg未安装
【发布时间】:2020-05-07 02:12:06
【问题描述】:

我正在尝试按照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。谢谢你的帮助 !

【问题讨论】:

  • 你为什么称这些指令为“官方的”?
  • 因为它们是安装包的标准方式。对此感到抱歉。

标签: ubuntu ffmpeg apt-get


【解决方案1】:

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

您似乎正在使用 (L)Ubuntu 19.04 Disco Dingo。您的存储库链接看起来不对。它们显示saucy 而不是预期的disco。 Saucy 是 Ubuntu 13.10 Saucy Salamander 的代号。对此版本的支持已于 2014-07-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 下载它。请参阅installation instructions 了解更多信息。

【讨论】:

  • 伊洛根,感谢您的回答。我从lubuntu.net/downloads 得到我的 ubuntu,我认为这些都是最新的。
  • @mm_ 该链接确实提供了最新版本。但是您提供的信息使您的 Lubuntu 看起来很旧。运行命令lsb_release -a,如我答案中的第二个链接所示。这个命令的输出是什么?
  • 结果是:没有可用的 LSB 模块。发行商 ID:Ubuntu 描述:Ubuntu 19.04 发行版:19.04 代号:disco
猜你喜欢
  • 2020-06-08
  • 1970-01-01
  • 1970-01-01
  • 2012-02-19
  • 2020-06-12
  • 2017-07-07
  • 1970-01-01
  • 1970-01-01
  • 2019-11-19
相关资源
最近更新 更多