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
我不知道为什么,我对 ubuntu 很陌生,请用简单的语言回答。
答案1
尝试更换镜子 Manish。
为此,请访问系统设置->软件和更新->Ubuntu 软件并选择“主服务器' 或者 '其他...' 选择其他镜像。
如果您选择其他...选项中你可以选择除印度镜像之外的任何其他镜像
答案2
听起来您可能需要更改镜像并从其源重新同步包索引文件。
打开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