对于所有安装了 aptitude 以便在 ubuntu 11+ 上轻松搜索 apt 的人来说,在升级到 11.10 后我现在收到这个错误。
[ ERR] Reading state information
E: Could not open lock file /var/lock/aptitude - open (2: No such file or directory)
答案1
修复这个问题:
sudo mkdir /run/lock
Aptitude 现在应该可以顺利运行了。