이것은 결과입니다. sudo apt update
누구든지 문제를 해결하는 데 도움을 줄 수 있다면 매우 감사하겠습니다. 저는 Linux를 처음 접하는 사람입니다.
저는 실행 중입니다(Linux kali 5.16.0-kali5-amd64 #1 SMP PREEMPT Debian 5.16.14-1kali1 (2022-03-15) x86_64 GNU/Linux). 몇 시간 동안 고치려고 노력했지만 피해만 더 커졌습니다.
`Get:1 file:/var/cuda-repo-debian11-11-5-local InRelease
Ign:1 file:/var/cuda-repo-debian11-11-5-local InRelease
Get:2 file:/var/cuda-repo-debian11-11-5-local Release [564 B]
Get:2 file:/var/cuda-repo-debian11-11-5-local Release [564 B]
Hit:3 http://download.virtualbox.org/virtualbox/debian buster InRelease
Hit:4 http://repo.mysql.com/apt/debian buster InRelease
Err:5 file:/var/cuda-repo-debian11-11-5-local Release.gpg
The following signatures couldn't be verified because the public key is not
available: NO_PUBKEY F60F4B3D7FA2AF80
Hit:6 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:7 http://packages.microsoft.com/repos/code stable InRelease
Err:4 http://repo.mysql.com/apt/debian buster InRelease
The following signatures couldn't be verified because the public key is not
available: NO_PUBKEY 467B942D3A79BD29
Hit:8 https://packages.microsoft.com/repos/edge stable InRelease
Hit:9 http://kali.download/kali kali-rolling InRelease
Get:10 https://assets.checkra.in/debian InRelease [2,170 B]
Hit:11 https://repo.protonvpn.com/debian stable InRelease
Err:10 https://assets.checkra.in/debian InRelease
The following signatures couldn't be verified because the public key is not
available: NO_PUBKEY 7F9943C7A5217279
Fetched 2,170 B in 2s (1,289 B/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
4 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: An error occurred during the signature verification. The repository is not
updated and the previous index files will be used. GPG error: file:/var/cuda-repo
debian11-11-5-local Release: The following signatures couldn't be verified because
the public key is not available: NO_PUBKEY F60F4B3D7FA2AF80
W: An error occurred during the signature verification. The repository is not
updated and the previous index files will be used. GPG error:
http://repo.mysql.com/apt/debian buster InRelease: The following signatures couldn't
be verified because the public key is not available: NO_PUBKEY 467B942D3A79BD29
W: An error occurred during the signature verification. The repository is not
updated and the previous index files will be used. GPG error:
https://assets.checkra.in/debian InRelease: The following signatures couldn't be
verified because the public key is not available: NO_PUBKEY 7F9943C7A5217279
W: Failed to fetch https://assets.checkra.in/debian/InRelease The following
signatures couldn't be verified because the public key is not available: NO_PUBKEY
7F9943C7A5217279
W: Failed to fetch http://repo.mysql.com/apt/debian/dists/buster/InRelease The
following signatures couldn't be verified because the public key is not available:
NO_PUBKEY 467B942D3A79BD29
W: Failed to fetch file:/var/cuda-repo-debian11-11-5-local/Release.gpg The
following signatures couldn't be verified because the public key is not available:
NO_PUBKEY F60F4B3D7FA2AF80
W: Some index files failed to download. They have been ignored, or old ones used
instead.`
어떻게 고칠 수 있나요? [askubuntu][1][1]에서 마지막으로 시도한 것은 다음과 같습니다: https://askubuntu.com/questions/831386/gpgkeys-key-f60f4b3d7fa2af80-not-found-on-keyserver 예 이런 주문
sudo wget -qO - https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub | sudo apt-key add -
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). OK
내가 생각하기에 작동하지 않는 결과는 다음과 같습니다.