依赖问题阻碍了 rhythmbox-plugins 的配置

依赖问题阻碍了 rhythmbox-plugins 的配置

当我尝试在 Linux 13.04 上更新或安装程序时收到这些错误消息

installArchives() failed: dpkg: dependency problems prevent configuration of rhythmbox-plugins:
 rhythmbox-plugins depends on librhythmbox-core8 (= 3.0.1-1ubuntu5~ppa0); however:
  Package librhythmbox-core8 is not installed.

dpkg: error processing rhythmbox-plugins (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of rhythmbox:
 rhythmbox depends on librhythmbox-core8 (= 3.0.1-1ubuntu5~ppa0); however:
  Package librhythmbox-core8 is not installed.

dpkg: error processing rhythmbox (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of gir1.2-rb-3.0:
 gir1.2-rb-3.0 depends on librhythmbox-core8 (>= 3.0.1); however:
  Package librhythmbox-core8 is not installed.

dpkg: error processing gir1.2-rb-3.0 (--configure):
 dependency problems - leaving unconfigured 


Unpacking librhythmbox-core8 (from .../librhythmbox-core8_3.0.1-1ubuntu5~ppa0_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/librhythmbox-core8_3.0.1-1ubuntu5~ppa0_i386.deb (--unpack):
 trying to overwrite '/usr/lib/librhythmbox-core.so.8.0.0', which is also in package librhythmbox-core7 3.0.1-0~13.10~ppa1
No apport report written because MaxReports is reached already
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/librhythmbox-core8_3.0.1-1ubuntu5~ppa0_i386.deb
dpkg: dependency problems prevent configuration of rhythmbox-plugins:
 rhythmbox-plugins depends on librhythmbox-core8 (= 3.0.1-1ubuntu5~ppa0); however:
  Package librhythmbox-core8 is not installed.

dpkg: error processing rhythmbox-plugins (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of rhythmbox:
 rhythmbox depends on librhythmbox-core8 (= 3.0.1-1ubuntu5~ppa0); however:
  Package librhythmbox-core8 is not installed.

dpkg: error processing rhythmbox (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of gir1.2-rb-3.0:
 gir1.2-rb-3.0 depends on librhythmbox-core8 (>= 3.0.1); however:
  Package librhythmbox-core8 is not installed.

dpkg: error processing gir1.2-rb-3.0 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of rhythmbox-mozilla:
 rhythmbox-mozilla depends on rhythmbox (= 3.0.1-1ubuntu5~ppa0); however:
  Package rhythmbox is not configured yet.

dpkg: error processing rhythmbox-mozilla (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of rhythmbox-plugin-magnatune:
 rhythmbox-plugin-magnatune depends on rhythmbox (= 3.0.1-1ubuntu5~ppa0); however:
  Package rhythmbox is not configured yet.

dpkg: error processing rhythmbox-plugin-magnatune (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of rhythmbox-plugin-zeitgeist:
 rhythmbox-plugin-zeitgeist depends on rhythmbox (>= 3.0); however:
  Package rhythmbox is not configured yet.
 rhythmbox-plugin-zeitgeist depends on rhythmbox (<< 3.1); however:
  Package rhythmbox is not configured yet.

dpkg: error processing rhythmbox-plugin-zeitgeist (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of rhythmbox-plugin-cdrecorder:
 rhythmbox-plugin-cdrecorder depends on librhythmbox-core8 (>= 3.0); however:
  Package librhythmbox-core8 is not installed.
 rhythmbox-plugin-cdrecorder depends on rhythmbox (= 3.0.1-1ubuntu5~ppa0); however:
  Package rhythmbox is not configured yet.

dpkg: error processing rhythmbox-plugin-cdrecorder (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of rhythmbox-ubuntuone:
 rhythmbox-ubuntuone depends on rhythmbox (>= 2.95.5); however:
  Package rhythmbox is not configured yet.

希望您能帮助我并指导我如何解决这个问题。

答案1

尝试一下sudo apt-get install rhythymbox,否则sudo apt-get install librhythmbox-core8它说您没有安装它。

相关内容