无法在 Xubuntu 16.04 上安装 mkvtoolnix

无法在 Xubuntu 16.04 上安装 mkvtoolnix

我尝试在 Xubuntu 16.04 LTS 上安装 mkvtoolnix 和 mkvtoolnix-gui,但没有成功。下面是我运行的命令和输出:

sudo apt-get install mkvtoolnix mkvtoolnix-gui
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
mkvtoolnix : Depends: libboost-filesystem1.54.0 but it is not      installable
          Depends: libboost-regex1.54.0 but it is not installable
          Depends: libboost-system1.54.0 but it is not installable
mkvtoolnix-gui : Depends: libboost-filesystem1.54.0 but it is not installable
              Depends: libboost-regex1.54.0 but it is not installable
              Depends: libboost-system1.54.0 but it is not installable
E: Unable to correct problems, you have held broken packages.

我该如何解决可卸载的软件包

答案1

不要使用上面发布的不安全链接。我按照 mkvtoolnix 下载网站上的说明,在下载区域查找并选择 ubuntu,轻松完成了安装。

只需打开一个终端,(cntrl+shift+t或在dash中搜索)通过输入以下内容导入gpg密钥:wget -q -O - https://mkvtoolnix.download/gpg-pub-moritzbunkus.txt | sudo apt-key add -

运行更新:sudo apt-get update 然后运行sudo apt-get install mkvtoolnix mkvtoolnix-gui

之后可以在 dash 中找到该程序。

相关内容