|
这几天aptitude safe-upgrade时候总有一堆的包无法安装,他们都依赖libavformat52这个包的升级。 于是会有大量的像如下的信息:
dpkg: dependency problems prevent configuration of gstreamer0.10-ffmpeg:
gstreamer0.10-ffmpeg depends on libavformat52 (>= 3:0.svn20090303-1) | libavformat-unstripped-52 (>= 3:0.svn20090303-1); however:
Version of libavformat52 on system is 0.svn20080206-17.
于是我专门下载了svn20090303-1的deb包,但是dpkg安装的时候出现如下的错误:
:~/incoming$ sudo dpkg -i libavformat52_0.svn20090303-1_i386.deb
dpkg: regarding libavformat52_0.svn20090303-1_i386.deb containing libavformat52:
libavformat52 breaks libavcodec51
libavcodec51 (version 0.svn20080206-17) is present and installed.
dpkg: error processing libavformat52_0.svn20090303-1_i386.deb (--install):
installing libavformat52 would break libavcodec51, and
deconfiguration is not permitted (--auto-deconfigure might help)
Errors were encountered while processing:
libavformat52_0.svn20090303-1_i386.deb
我不知道这里的所谓would break libavcodec51是什么意思,不知道有没有别人遇到这个问题,可以给予帮助,谢谢 |
|