UbuntuのAPT実行中のg_atomic_ref_count_dec: assertion ‘g_atomic_int_get (arc) > 0’ failedの対処
Ubuntu 18.04からUbuntu 20.04へのアップグレード中にapt update
コマンドを実行すると,以下のエラーが発生してしまった。
sudo apt update
(appstreamcli:17987): GLib-CRITICAL **: 11:02:17.669: g_atomic_ref_count_dec: assertion 'g_atomic_int_get (arc) > 0' failed
エラーを見るかぎり,glibでエラーが出ている。
詳細はよくわからないものの「package management – GLib-Error when using apt-get update – Ask Ubuntu」に書かれている通り,以下のコマンドでlibappstream4
をインストールし直すと直った。
apt install --reinstall libappstream4
原因などが全然わからないが,ひとまずこれで直ったので,よしとする。