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 이후 오랜 역사를 가지고 있습니다.

관련 정보