web-dev-qa-db-ja.com

更新中のメタデータとアプリストリームのエラー

ルートとして更新中にエラーが発生します。更新ログの下にエラーが端末に表示されました。

AppStream system cache was updated, but problems were found: Metadata files have errors: /var/cache/app-info/xmls/fwupd.xml
Reading package lists... Done
E: Problem executing scripts APT::Update::Post-Invoke-Success 'if /usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli; then appstreamcli refresh-cache > /dev/null; fi'
E: Sub-process returned an error code

this answerに従い、Sudo apt install appstream/xenial-backportsを実行しました。

私のappstreamパッケージは既に更新されています:-

$ appstreamcli --version
AppStream CLI tool version: 0.10.6

その後、キャッシュデータを強制的に更新します。次のエラーが表示されます:-

$ Sudo appstreamcli refresh --force
AppStream system cache was updated, but problems were found: Metadata files have errors: /var/cache/app-info/xmls/fwupd.xml
2
Vineet Jain

メタデータエラー出力で言及されているファイル/var/cache/app-info/xmls/fwupd.xmlの265行目にxmlエラーがあるようです。

Firmware_SF30&SN30Firmware_SF30&SN30に変更します

6
Abhinav Gupta