使用14.04 64位,我尝试安装avidemux 2.6.8
ppa:rebuntu16/avidemux+unofficial不幸的是,安装
sudo apt-get install avidemux2.6-qt4失败:
dpkg: error processing archive /var/cache/apt/archives/avidemux2.6-common_2.6.8-1~ppa+trusty0_all.deb (–unpack):
trying to overwrite ‘/usr/share/man/man1/avidemux.1.gz’, which is also in package avidemux-common 1:2.5.4-0ubuntu14后续尝试安装或删除某些内容时,总是会弹出以下错误消息:
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
avidemux2.6-jobs : Depends: avidemux2.6-common but it is not going to be installed
avidemux2.6-plugins-qt4 : Depends: avidemux2.6-qt4 (= 2.6.8-1~ppa+trusty0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).apt-get -f install
尝试安装依赖项,但遇到相同的问题。问题似乎来自于包中重复的文件,这些文件在安装过程中会相互覆盖。
该怎么办呢?我怎样才能修理包装系统?
发布于 2016-02-15 09:03:10
上面的解决方案对我没有用(它给出了同样的错误)。起作用的是哈科氏解决方案--通过打开Ubuntu、->编辑菜单、->软件源代码、->其他软件来删除PPA存储库,然后取消对Avidemux的PPA记录(包括源代码链接)的检查。之后,运行命令
sudo apt-get -f install以解决此错误。
https://askubuntu.com/questions/618056
复制相似问题