적절한 업데이트 및 git 설치 시 이 오류를 제거하는 방법

적절한 업데이트 및 git 설치 시 이 오류를 제거하는 방법

저는 Linux를 처음 사용하고 Ubuntu 20.04.2.0 LTS를 사용하고 있습니다. 다음 단계에 따라 git을 설치하려고 합니다.이것장소. sudo apt updateor 명령 을 실행하면 sudo apt-get update다음 오류가 반환됩니다.

sudo 적절한 업데이트

Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [109 kB]
Hit:2 http://dl.google.com/linux/chrome/deb stable InRelease                                  
Err:3 http://tr.archive.ubuntu.com/ubuntu focal InRelease                                                                                                                                                         
  Temporary failure resolving 'tr.archive.ubuntu.com'
Err:4 http://tr.archive.ubuntu.com/ubuntu focal-updates InRelease                                                                                                                                                 
  Temporary failure resolving 'tr.archive.ubuntu.com'
Err:5 http://tr.archive.ubuntu.com/ubuntu focal-backports InRelease
  Temporary failure resolving 'tr.archive.ubuntu.com'
Fetched 109 kB in 36s (3.074 B/s)       
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
W: Failed to fetch http://tr.archive.ubuntu.com/ubuntu/dists/focal/InRelease  Temporary failure resolving 'tr.archive.ubuntu.com'
W: Failed to fetch http://tr.archive.ubuntu.com/ubuntu/dists/focal-updates/InRelease  Temporary failure resolving 'tr.archive.ubuntu.com'
W: Failed to fetch http://tr.archive.ubuntu.com/ubuntu/dists/focal-backports/InRelease  Temporary failure resolving 'tr.archive.ubuntu.com'
W: Some index files failed to download. They have been ignored, or old ones used instead.

나도 해봤어 sudo apt-get update 나도 해봤어이것해결책https://askubuntu.com/그러나 DNS를 변경해도 문제가 해결되지 않았습니다 Temporary failure resolving 'tr.archive.ubuntu.com'. 이 솔루션의 두 번째 부분에 따르면 deb http:/archive.canonical.com/ natty backports내 라인에서 라인을 제거 했지만 source.list더 이상 없습니다.

내 소스 목록

소스.목록

답변1

ping 실패로 인해 서버가 다운된 것 같습니다.

 ping tr.archive.ubuntu.com

가장 간단한 해결 방법은 직접 사용하는 것입니다 archive.ubuntu.com. 즉, tr.접두사를 제거하는 것입니다.

Ubuntu 아카이브에는 일반적으로 속도상의 이유로 메인 서버의 로드를 줄이고 글로벌 트래픽을 줄이기 위한 로컬 미러가 있습니다. tr.미러가 닫히는 이유와 이것이 영구적인지 알 수 없습니다. 일반적으로 작동해야 합니다.

관련 정보