update-manager-text がエラーで失敗します: AttributeError: 'UpdateList' オブジェクトに属性 'pkgs' がありません

update-manager-text がエラーで失敗します: AttributeError: 'UpdateList' オブジェクトに属性 'pkgs' がありません

実行する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

バグのようです。14.04 LTS、16.04 LTS、17.10、18.04 LTS で確認できました。

これバグ 138552413.10 以来の長い歴史があります。

関連情報