E: Failed to fetch ftp://ftp.iitb.ac.in/os/ubuntu/archives/pool/main/o/openjdk-7/icedtea-7-jre-jamvm_7u55-2.4.7-1ubuntu1_amd64.deb Unable to fetch file, server said 'Failed to open file. '
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?我在编写以下逗号时出现了此错误:
sudo apt-get install openjdk-7-jdk我不知道为什么,我是个新手,请用简单的语言回答。
发布于 2014-08-04 17:40:18
听起来,您可能需要对镜像进行整理,并从它们的源重新同步包索引文件。
开放Ubuntu Software Centre
并选择Edit -> Software Services -> Ubuntu Software -> Download From
既然你现在的镜子是在印度,我是古辛,你想要近一点的。导航到India -> mirror.cse.iitk.ac.in,选择协议作为http

关闭软件中心,然后打开终端并尝试下面的命令。
sudo apt-get update && sudo apt-get install openjdk-7-jdk
发布于 2014-08-04 17:52:55
试着换镜子曼尼什。
为此,请转到系统设置->软件&更新-> Ubuntu并选择“主服务器”或“其他.”选择其他镜像。
如果你选择其他..。选项,您可以选择除印度镜子以外的任何其他镜像。

https://askubuntu.com/questions/506823
复制相似问题