运行update-manager-text
结果出现错误信息:
AttributeError: 'UpdateList' object has no attribute 'pkgs'
以下是整个控制台的输出:
$ sudo update-manager-text
Reading package lists... Done
Building dependency tree
Reading state information... Done
Building Updates List
Traceback (most recent call last):
File "/usr/bin/update-manager-text", line 70, in <module>
app = UpdateManagerText(data_dir)
File "/usr/lib/python3/dist-packages/UpdateManagerText/UpdateManagerText.py", line 55, in __init__
self.fillstore()
File "/usr/lib/python3/dist-packages/UpdateManagerText/UpdateManagerText.py", line 90, in fillstore
self.list.pkgs, key=operator.attrgetter("importance"),
AttributeError: 'UpdateList' object has no attribute 'pkgs'
这是在 Ubuntu 17.10‘artful’上。
有任何想法吗?
答案1
似乎是个 bug。我在我的 14.04 LTS、16.04 LTS、17.10 和 18.04 LTS 上确认了这一点。
这错误 1385524历史悠久——自 13.10 以来。