gstreamer 文件 .dep 的错误插件不允许我安装任何软件

gstreamer 文件 .dep 的错误插件不允许我安装任何软件

对于 ubuntu 中的任何安装,都会出现相同的错误。我该如何删除所有这些 gstreamer 包错误?

错误是

installArchives() failed: dpkg: dependency problems prevent configuration of gstreamer0.10-plugins-bad:
gstreamer0.10-plugins-bad depends on libdirectfb-1.2-0; however:
Package libdirectfb-1.2-0 is not installed.
gstreamer0.10-plugins-bad depends on libiptcdata0; however:
Package libiptcdata0 is not installed.
gstreamer0.10-plugins-bad depends on libjack0 (>= 0.118+svn3796); however:
Package libjack0 is not installed.
gstreamer0.10-plugins-bad depends on libmodplug0c2 (>= 1:0.7-4.1); however:
Package libmodplug0c2 is not installed.
gstreamer0.10-plugins-bad depends on libmpcdec3; however:
Package libmpcdec3 is not installed.
gstreamer0.10-plugins-bad depends on libmusicbrainz4c2a (>= 2.1.5); however:
Package libmusicbrainz4c2a is not installed.
gstreamer0.10-plugins-bad depends on libsoundtouch1c2 (>= 1.3.1); however:
Package libsoundtouch1c2 is not installed.
gstreamer0.10-plugins-bad depends on libssl0.9.8 (>= 0.9.8k-1); however:
Package libssl0.9.8 is not installed.
gstreamer0.10-plugins-bad depends on libwildmidi0; however:
Package libwildmidi0 is not installed.

libgstreamer-plugins-bad0.10-0 (0.10.22.3-2ubuntu2.2) breaks gstreamer0.10-plugins-bad (<< 0.10.22.3-2) and is installed.

Version of gstreamer0.10-plugins-bad to be configured is 0.10.18-1ubuntu1.
gstreamer0.10-plugins-good (0.10.31-1ubuntu1.2) breaks gstreamer0.10-plugins-bad (<< 0.10.21.2) and is installed.

Version of gstreamer0.10-plugins-bad to be configured is 0.10.18-1ubuntu1.
dpkg: error processing gstreamer0.10-plugins-bad (--configure):

dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
Errors were encountered while processing:
gstreamer0.10-plugins-bad
Error in function:

答案1

这个问题通过使用 synaptic 包管理器解决。在 synaptic 包管理器中,其中一个选项是损坏的包。由于存在这些 gstreamer 损坏的依赖项,因此通过右键单击它们,我们可以删除这些依赖项。之后一切都正常了。

相关内容