![404 오류로 인해 Debian(Pop_OS)에 helm을 설치할 수 없습니다. 이 문제를 어떻게 해결할 수 있나요?](https://linux55.com/image/168095/404%20%EC%98%A4%EB%A5%98%EB%A1%9C%20%EC%9D%B8%ED%95%B4%20Debian(Pop_OS)%EC%97%90%20helm%EC%9D%84%20%EC%84%A4%EC%B9%98%ED%95%A0%20%EC%88%98%20%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4.%20%EC%9D%B4%20%EB%AC%B8%EC%A0%9C%EB%A5%BC%20%EC%96%B4%EB%96%BB%EA%B2%8C%20%ED%95%B4%EA%B2%B0%ED%95%A0%20%EC%88%98%20%EC%9E%88%EB%82%98%EC%9A%94%3F.png)
cloud.google.com 문서에서 다음 스크립트를 실행하고 있습니다.
# Create environment variable for correct distribution
export CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)"
# Add the Cloud SDK distribution URI as a package source
echo "deb http://packages.cloud.google.com/apt $CLOUD_SDK_REPO main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
# Import the Google Cloud Platform public key
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
# Update the package list and install the Cloud SDK
sudo apt-get update && sudo apt-get install google-cloud-sdk
결과 :
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 653 100 653 0 0 3710 0 --:--:-- --:--:-- --:--:-- 3710
OK
Hit:1 http://ppa.launchpad.net/system76/pop/ubuntu eoan InRelease
Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:3 http://dl.google.com/linux/chrome/deb stable Release
Hit:4 http://us.archive.ubuntu.com/ubuntu eoan InRelease
Ign:6 http://packages.cloud.google.com/apt cloud-sdk-eoan InRelease
Hit:7 http://us.archive.ubuntu.com/ubuntu eoan-security InRelease
Hit:8 http://apt.pop-os.org/proprietary eoan InRelease
Hit:10 http://us.archive.ubuntu.com/ubuntu eoan-updates InRelease
Hit:5 https://packages.cloud.google.com/apt kubernetes-xenial InRelease
Err:11 http://packages.cloud.google.com/apt cloud-sdk-eoan Release
404 Not Found [IP: 172.217.19.206 80]
Hit:12 http://us.archive.ubuntu.com/ubuntu eoan-backports InRelease
Reading package lists... Done
E: The repository 'http://packages.cloud.google.com/apt cloud-sdk-eoan Release' does not have a Release file.
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.
어떻게 하면 이걸 얻을 수 있는지 아시나요?