我最近从 Ubuntu 16.04 升级到了 18.04。现在,当我运行 时apt-get upgrade
,出现以下错误。
larry@VUbuntu15:~$ sudo apt-get upgrade
[sudo] password for larry:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
linux-generic linux-headers-generic linux-image-generic
The following packages will be upgraded:
libvte-2.91-0 linux-libc-dev
2 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Need to get 1,146 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 http://192.119.223.46:80/data/0116fed259cd0925/us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libvte-2.91-0 amd64 0.52.2-1ubuntu1~18.04.2
Redirection loop encountered
Err:2 http://192.119.223.46:80/data/011634d2c0cdf482/us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-30.32
Redirection loop encountered
E: Failed to fetch http://192.119.223.46:80/data/0116fed259cd0925/us.archive.ubuntu.com/ubuntu/pool/main/v/vte2.91/libvte-2.91-0_0.52.2-1ubuntu1~18.04.2_amd64.deb Redirection loop encountered
E: Failed to fetch http://192.119.223.46:80/data/011634d2c0cdf482/us.archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_4.15.0-30.32_amd64.deb Redirection loop encountered
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
如果我运行sudo apt-get update --fix-missing
,我会得到同样的错误。
“遇到重定向循环”是什么意思?我该如何修复此错误?
没有问题apt-get update
。sources.list
文件看起来没问题。
答案1
你一定会喜欢这个。
192.119.223.46 解析为 192-119-223-46.client.mchsi.com。
mchsi.com 属于 Mediacom。如果您是 Mediacom 客户,则意味着他们正在劫持您的流量并将其发送到不该去的地方。
我将尝试跟踪路由到 us.archive.ubuntu.com 并查看它转移到哪里。
我还会尝试使用免费 DNS 服务器,例如 Google 的 8.8.8.8 或 Cloudflare 的 1.1.1.1。
答案2
我刚刚收到此错误。我最初以为该消息意味着,sudo apt-get update --fix-missing
直到我尝试sudo apt-get upgrade--fix-missing
答案3
这对我有用
- 去软件和更新
- 在下面下载自下拉菜单,选择其他
- 选择最佳服务器
- 过了一会儿,它会为您选择一个服务器。选择服务器并让其进行配置。
- 然后关闭并尝试从终端安装、更新或升级。
希望能帮助到你