有几个 open issue 是,系统里有 Broken dependency (损坏的包),导致不能装软件。 为了重现bug,需要让系统里出现 Broken dependency。 我先是启动 apt-get install ,中途按 Ctrl+C。发现不灵。 后来找到方法了,找个比较旧的 deb 包,比如依赖 python-2.5 的包。用 dpkg -i 装它。它就变成损坏的包了。 调用 apt-get -f install 会删去损坏的包。
一点小经验吧。分享给大家。 Homer
_______________________________________________ Mailing list: https://launchpad.net/~ailurus Post to : [email protected] Unsubscribe : https://launchpad.net/~ailurus More help : https://help.launchpad.net/ListHelp

