ffmpeg未按照官方说明进行安装



我正试图按照以下说明列表安装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

当我运行CCD_ 2和CCD_。值得注意的是,当我执行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-07-17结束。Saucy存储库已被停用,因此您无法从中安装任何内容。

请参阅如何查找已安装的Ubuntu版本?检查你的Ubuntu版本。

但迪斯科已经死了

对Ubuntu 19.04 Disco Dingo的支持于2020-01-23结束。Disco存储库已停用,因此您无法从中安装任何内容。

考虑更新到Ubuntu 20.04 Focal Fossa,这是一个长期支持(LTS(版本,在2025-04之前提供标准支持,在2030-04之前进行安全维护。

如果您现在需要ffmpeg

您可以从johnvansicle.com下载。有关更多信息,请参阅安装说明。

相关内容

  • 没有找到相关文章

最新更新