Could not execute ‘apt-key’ to verify signature

이윤석·2021년 4월 2일

Error

목록 보기
1/1


Could not execute ‘apt-key’ to verify signature : 서명을 확인하는 'apt-key' 프로그램을 실행할 수 없습니다.

오류 해결방법

chown root:root /tmp
chmod ugo+rwXt /tmp
후 다시
sudo apt-get update

하면 해결

추가오류
다음 서명들은 공개키가 없기 때문에 인증할 수 없습니다.
해결방법
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys [주어진 키 입력]

profile
안녕하세요!

0개의 댓글