它是OpenBoard的一个依赖项,有人能告诉我从哪里得到它吗?因为它不是Ubuntu自己可以获得的东西(我认为它是一个旧版本)。
发布于 2018-11-18 13:44:38
当操作系统晚于Ubuntu16.04时,请在/etc/apt/sources.list中添加(临时)一些“异种”行:
sudo gedit /etc/apt/sources.list
增加了行,我的例子是:
deb http://dk.archive.ubuntu.com/ubuntu/ xenial main
deb http://dk.archive.ubuntu.com/ubuntu/ xenial universe
deb http://dk.archive.ubuntu.com/ubuntu/ xenial-updates universe下一步:sudo apt update
..。然后,您可以安装该软件包:sudo apt install libavformat-ffmpeg56
发布于 2018-11-18 12:55:17
安装libavformat ffmpeg56 56
sudo apt-get install libavformat-ffmpeg56已在Ubuntu16.10、17.04、17.10、18.04和18.10升级为libavformat57。
sudo apt-get install libavformat57https://askubuntu.com/questions/1093952
复制相似问题