Google Cloud Platform sdk E: The list of sources could not be read. 에러
안녕하십니까. Google Cloud Platform을 사용하다가 에러가 발생하였습니다. 간단한 에러이지만 한국어 포스팅을 발견하지 못하여 포스팅 합니다. 에러 상황 구글 클라우드의 리눅스 명령어 패키지인 sdk를 설치하려고 다음의 페이지 를 방문 하였습니다. echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | sudo tee - a / etc / apt / sources . list . d / google - cloud - sdk . list sudo apt - get install apt - transport - https ca - certificates gnupg curl https :// packages . cloud . google . com / apt / doc / apt - key . gpg | sudo apt - key -- keyring / usr / share / keyrings / cloud . google . gpg add - sudo apt - get update && sudo apt - get install google - cloud - sdk 마지막 명령어인 apt-get update시 아래와 같은 에러가 발생하였습니다. ( base ) myeongjoon @ myeongjoon-B365M-D3H:~ / repo / t-crawler_amazon / gcp / kafka$ sudo apt-get updateE: Conflicting values set for option Signed-By regarding source https: // packages.cloud.google.com / apt / cloud-sdk: / usr / share / keyrings / cloud.google.gpg ! = E: 소스 목록을 읽을 수 없...