apt-get update에서 완료되지 않은 설치를 취소하는 방법

apt-get update에서 완료되지 않은 설치를 취소하는 방법

내 우분투에 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 설치를 어떻게 취소할 수 있나요?

관련 정보