gpt4 book ai didi

bash - 当我尝试 "sudo apt-get update"时出现错误

转载 作者:行者123 更新时间:2023-12-04 18:28:41 26 4
gpt4 key购买 nike

关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。












这个问题似乎与 help center 中定义的范围内的编程无关。 .


7 个月前关闭。







Improve this question




我现在再次安装了 Ubuntu 18.04。之后,我尝试了更新和升级命令。升级命令执行得很好。但是,更新命令没有执行并给出错误输出。您可以在以下位置查看错误:

sudo apt-get update
Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
Err:2 http://tr.archive.ubuntu.com/ubuntu bionic InRelease
Could not resolve 'tr.archive.ubuntu.com'
Err:3 http://tr.archive.ubuntu.com/ubuntu bionic-updates InRelease
Could not resolve 'tr.archive.ubuntu.com'
Err:4 http://tr.archive.ubuntu.com/ubuntu bionic-backports InRelease
Could not resolve 'tr.archive.ubuntu.com'
Reading package lists... Done
W: Failed to fetch http://tr.archive.ubuntu.com/ubuntu/dists/bionic/InRelease Could not resolve 'tr.archive.ubuntu.com'
W: Failed to fetch http://tr.archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease Could not resolve 'tr.archive.ubuntu.com'
W: Failed to fetch http://tr.archive.ubuntu.com/ubuntu/dists/bionic-backports/InRelease Could not resolve 'tr.archive.ubuntu.com'
W: Some index files failed to download. They have been ignored, or old ones used instead.

最佳答案

服务器 tr.archive.ubuntu.com 目前不可用,如果您尝试在浏览器中访问它,则会收到 404 错误。您可能可以删除 tr.从前面的archive.在/etc/apt/sources.list 中,您的命令将起作用。
你可以用你的文本编辑器(纳米只是一个例子)像这样

sudo nano /etc/apt/sources.list
或者你可以像这样使用 sed
sudo sed -i 's|http://tr.|http://|' /etc/apt/sources.list

关于bash - 当我尝试 "sudo apt-get update"时出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70237910/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com