由于 blcr-dkms 升级失败

由于 blcr-dkms 升级失败

当我尝试将我的 Ubuntu 10.04 安装更新到 10.10 时出现以下错误。

Could not calculate the upgrade

An unresolvable problem occurred while calculating the upgrade:
Trying to install blacklisted version 'blcr-dkms_0.8.2-13'

 This can be caused by:
 * Upgrading to a pre-release version of Ubuntu
 * Running the current pre-release version of Ubuntu
 * Unofficial software packages not provided by Ubuntu

If none of this applies, then please report this bug against the 'update-manager' package and include the files in /var/log/dist-upgrade/ in the bug report.

我认为这三个都不适用于我。

现在我发现这也影响了其他人:https://bugs.launchpad.net/update-manager/+bug/657662

这里有谁知道哪里出了问题吗?或者有解决办法,让我可以安装 Maverick Meerkat?

答案1

基于好的建议经过口袋山姆

查看aptitude why blcr-dkms安装该软件包的原因,并尽可能删除该软件包。对我来说,这是r-cran-rmpi我实际上不使用但使用apt-get install r-cran-*命令安装的软件包。

不要忘记执行apt-get autoremove真正自动卸载 blcr-dkms 包。

解释此包不起作用的原因这里

答案2

也许您可以尝试使用 dkms 删除该模块?

sudo dkms uninstall blcr-dkms 
sudo dkms remove -all blcr-dkms

不知道它是否会破坏某些东西。BLCR(伯克利实验室检查点/重启)允许在 Linux 上运行的程序进行“检查点”(完全写入文件),然后稍后“重启”。

答案3

我收到了同样的消息,但是当我第三次尝试使用 sudo update-manager -d 时,它起作用了......

答案4

使用突触并简单地卸载该blcr-dkms软件包。

相关内容