GPG error
2012 단어 bug
Err:1 http://mirrors.aliyun.com/ubuntu bionic InRelease
Couldn't create temporary file /tmp/apt.conf.emq6YJ for passing config to apt-key
Reading package lists... Done
W: GPG error: http://mirrors.aliyun.com/ubuntu bionic InRelease: Couldn't create temporary file /tmp/apt.conf.emq6YJ for passing config to apt-key
E: The repository 'http://mirrors.aliyun.com/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.
E: Sub-process returned an error code
root@larryhe1-s15-0:/etc/apt# mkdir /tmp
root@larryhe1-s15-0:/etc/apt# apt-get update
Get:1 http://mirrors.aliyun.com/ubuntu bionic InRelease [242 kB]
Err:1 http://mirrors.aliyun.com/ubuntu bionic InRelease
Couldn't create temporary file /tmp/apt.conf.euv1j1 for passing config to apt-key
Reading package lists... Done
W: GPG error: http://mirrors.aliyun.com/ubuntu bionic InRelease: Couldn't create temporary file /tmp/apt.conf.euv1j1 for passing config to apt-key
E: The repository 'http://mirrors.aliyun.com/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.
/tmp 폴더를 수동으로 만들었는지 알 수 없습니다.그래서 블로그를 찾았습니다.https://www.kaijia.me/2017/08/apt-get-couldnt-create-temporary-file-for-passing-config-to-apt-key-issue-solved/
블로그 내용 참조:
chmod 777 /tmp
apt update
apt-get upgrade
설명:
apt-key 보이기 등은 실제로/etc/apt/apt.conf 프로필을 직접 사용하는 것이 아니라 작업을 실행할 때마다 프로필을 임시 폴더 아래로 복사합니다.apt-get은 루트 권한이 필요하지만 실행 중인 하위 작업, 예를 들어 apt-key를 호출할 때 _apt라는 사용자가 완성했습니다.그래서 사실 문제는 간단합니다. 디렉터리 대_apt 사용자에게 권한이 부족하여 임시 apt.conf 파일을 만들 수 없습니다.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
useState 버그 파트 I: 예기치 않은 상태 업데이트.이 질문을 명심하십시오. 이 useState 버그 시리즈 파트에서는 useState의 가장 일반적인 문제와 해결 방법에 대해 이야기하겠습니다. 이 작은 앱의 예를 들어 보겠습니다. 이것은 우리가 시연을 위해 사용할 ...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.