用于 Loongson-2 8089D笔记本的 Debian8 下 apt-get install slime 失败 fatal error 6 死锁问题解决。
Debian 版本下载自 http://anheng.com/loongson/install/
loongson2_debian8_20131123.tar.lzma 23-Nov-2013 20:47 453M
执行 apt-get install slime,在 Emacs24 中出现错误 fatal error 6
之后无法使用 apt-get install 安装其他软件包。
解决办法:
执行:aptitude
在该图形界面中删除掉 slime 和 Emacs24 相关软件包,之后OK
技巧:可以使用 $ apt-get install emacs -s 来进行模拟安装,以便获取错误信息。
ubuntu如何卸载apt-get install安装的软件:http://www.linuxdiyf.com/linux/14109.html
ubuntu中使用apt-get install时如何指定安装版本:http://www.linuxdiyf.com/linux/15078.html