apt-get update から未完了のインストールをキャンセルする方法

apt-get update から未完了のインストールをキャンセルする方法

Ubuntu に docker をインストールしようとしましたが、サーバーの場所が原因でインストールできませんでした (403 エラー)。現在、他のものをインストールするために 'apt-get update' コマンドを使用すると、次のエラーが発生します。

Err:5 https://download.docker.com/linux/ubuntu bionic InRelease                                        
  403  Forbidden [IP: 143.204.214.54 443]
E: Failed to fetch https://download.docker.com/linux/ubuntu/dists/bionic/InRelease  403  Forbidden [IP: 143.204.214.54 443]
E: The repository 'https://download.docker.com/linux/ubuntu bionic InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

docker のインストールをキャンセルするにはどうすればいいですか?

関連情報