我正在尝试在无法访问互联网的计算机上安装libx264和ffmpeg 我的计划是先将所有必需的软件包和依赖项下载到具有互联网的笔记本电脑上,然后将其复制到 要下载我使用的软件包:
apt-get download $(apt-rdepends <package>|grep -v "^ ")
我能够以这种方式安装yasm,libvpx和libx264。 当我尝试安装ffmpeg时,出现此错误。
The following packages have unmet dependencies:
chromium-codecs-ffmpeg-extra-dbg : Depends: chromium-codecs-ffmpeg-extra (= 51.0.2704.79-0ubuntu0.16.04.1.1242) but 66.0.3359.181-0ubuntu0.16.04.1 is installed
ffmpeg-dbg : Depends: ffmpeg (= 7:2.8.14-0ubuntu0.16.04.1)
ffmpeg-doc : Depends: libjs-bootstrap but it is not installed
ffmpeg2theora : Depends: liboggkate1 (>= 0.3.0) but it is not installed
ffmpegthumbs : Depends: libkf5kiowidgets5 (>= 4.99.0) but it is not installed
kffmpegthumbnailer : Depends: libkio5 (>= 4:4.3.4) but it is not installed
moc-ffmpeg-plugin : Depends: moc (= 1:2.6.0~svn-r2788-1) but it is not installed
我从哪里获得这些软件包?我不希望apt-get为我下载它们,因为我希望能够获取软件包文件。