我最近升级到Ubuntu15.10,每当我尝试打开Rhythmbox时,它就会立即崩溃。
在终端机上做了同样的尝试,明白了。
Rhythmbox:ERROR:rb-ext-db.c:362:impl_constructor: code should not be reached
Aborted (core dumped)在上面使用了apt-get清除,但没有起作用;只是得到了相同的错误。我该怎么补救呢?
发布于 2015-11-22 10:32:59
这可能是由于没有正确升级的依赖关系。
在这些场景中,我首先尝试在重新安装之前清除rhythmbox及其依赖项。
清洗:
sudo apt-get purge rhythmbox rhythmbox-plugins gir1.2-rb-3.0 librhythmbox-core9 rhythmbox-data重新安装:
sudo apt-get update
sudo apt-get install rhythmboxhttps://askubuntu.com/questions/701036
复制相似问题