Ubuntu 安装软件 清华源镜像不能使用
瑾怀轩 2024-10-09 14:07:02 阅读 51
问题:
错误:6 https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal-backports InRelease
暂时不能解析域名“mirrors.tuna.tsinghua.edu.cn”
错误:7 https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal-security InRelease
暂时不能解析域名“mirrors.tuna.tsinghua.edu.cn”
原因:
大概率是因为你的 🪜 导致网络重定向失败 或 DNS被劫持导致。
解决方法:
<code>sudo vim /etc/apt/apt.conf
设置访问网络出的端口【这个地址去看🪜的设置】,目的是将apt的网络访问重定向至转流端口上。
Acquire::http::proxy "http://IP:端口/";;
Acquire::https::proxy "http://IP:端口/";;
再次尝试
sudo apt update
sudo apt upgrade
声明
本文内容仅代表作者观点,或转载于其他网站,本站不以此文作为商业用途
如有涉及侵权,请联系本站进行删除
转载本站原创文章,请注明来源及作者。