Ubuntu Desktop 22.04 に Docker エンジンをインストール中に apt-get アップデートが失敗し、https ソースが破損しています。

Ubuntu Desktop 22.04 に Docker エンジンをインストール中に apt-get アップデートが失敗し、https ソースが破損しています。

公式文書に従っています。ドッカーの取り付けUbuntuデスクトップ22.04。

次のステップを経た後、

 echo \
  "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
  $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null

しようとするとsudo apt-get updateエラーが発生します。

E: Method https has died unexpectedly!
E: Sub-process https received a segmentation fault.

ファイルを削除しdocker.listて「sudo apt-get update」を実行すると正常に動作します。

どんな助けでも大変感謝します。ありがとうございます!

ベストアンサー1

おすすめ記事