【发布时间】: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 ffmpeg 和sudo 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。谢谢你的帮助 !
【问题讨论】:
-
你为什么称这些指令为“官方的”?
-
因为它们是安装包的标准方式。对此感到抱歉。