Unable to fetch some archives ,maybe run apt-get update or try with --fix-missing?

今天在liunx下要解压zip包时,发现系统里面没有装unzip包,于是就运行sudo apt-get install unzip,可是总是没办法安装,于是上网找原因,有的说源文件需要修改,于是就运行sudo vi /etc/apt/sources.list 查看源文件,并替换里面的内容,发现还是不行。后面问同事,他让我ping us.archive.ubuntu.com,发现ping不通,后来ping了下别的域名,发现也是ping不通,才发现是网络连接不上。让老师帮我解决了下网络连接的问题,网络通了,自然而然好了。一下午的时间啊。。。。。不过也学到了蛮多新知识。

时间: 2024-10-02 20:53:35

Unable to fetch some archives ,maybe run apt-get update or try with --fix-missing?的相关文章

24. 解决Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

第一种: sudo vim /etc/resolv.conf 添加nameserver 8.8.8.8 第二种: /etc/apt/sources.list 的内容换成 deb http://old-releases.ubuntu.com/ubuntu/ raring main universe restricted multiverse deb-src http://old-releases.ubuntu.com/ubuntu/ raring main universe restricted 

apt-get Unable to fetch some archives

报错: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6-dev_2.19-10ubuntu2.2_amd64.deb  Could not resolve 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc-dev-bin_2.19-10ubuntu2.2

调用webservice客户端方法 runtime modeler error: Wrapper class ××× is not found. Have you run APT to generate them?

用wsimport生成webservice的客户端以后,调用客户端生成方法时总是出现 runtime modeler error: Wrapper class stardand.nrcms.ncking.com.Login is not found. Have you run APT to generate them?这个错误; 这个公司的接口我原来是做过的,现在不同的是,换了个地址,和原来的环境是一样的,jdk1.6.20,然后加入了myeclipse里边的jax-ws 2.1 Runtime

Wrapper class webservice.jaxws.SayHi is not found. Have you run APT to generate them?

最近在研究webservice,利用jdk来实现简单的webservice发布,但是运行时却发生了这样的异常,如下: Exception in thread "main" com.sun.xml.internal.ws.model.RuntimeModelerException: runtime modeler error: Wrapper class webservice.jaxws.SayHi is not found. Have you run APT to generate t

Eclipse4.6安装Tomcat插件时报错:Unable to read repository at http://tomcatplugin.sf.net/update/content.xml. Received fatal alert: handshake_failure

错误如下: Unable to read repository at http://tomcatplugin.sf.net/update/content.xml.Received fatal alert: handshake_failure 由于使用的是Eclipse4.6.3,导致安装时提示不能安装此插件,解决方法如下: 1.网络问题,使用VPN. 2.挂载了VPN之后再拖动一次这个按钮到Eclipse中: 此时基本正常,按[Confirm]进行确认. 3.如果实在不行就手动安装.下面为手动安

Maven:Resource Path Location Type Project configuration is not up-to-date with pom.xml. Run project configuration update

Maven构建项目的时候提示: Description Resource Path Location Type Project configuration is not up-to-date with pom.xml. Run project configuration update GamesMarket line 1 Maven Configuration Problem 如下图操作即可:

Web Service进阶(六)SOAPBinding绑定方式异常 is not found. Have you run APT to generate them

当在类中填充相应方法时,提示如下错误: 出现以上错误的原因就是在注解中没有添加@SOAPBinding(style=SOAPBinding.Style.RPC)这句话.估计也与JDK的版本相关,这方面的知识有时间时再深究. 出现以上错误的原因是源代码中存在throws Exception @WebMethod public int add(String userStr) throws Exception{ return 1; } 解决办法就是将throws Exception删除,或者利用消息处

【实战问题】【11】导入Maven项目后报错,Project configuration is not up-to-date with pom.xml. Run project configuration update

正文: 在项目上右键——[Maven]——[Update Project Configuration……] 这时会打开一个(Update Maven Dependencies)的对话框,然后勾选住出错的项目,点击Ok 参考博客: [Maven]Project configuration is not up-to-date with pom.xml错误解决方法_MacroCheng_新浪博客http://blog.sina.com.cn/s/blog_62f987620100x8xb.html 原

sudo apt get update时的问题

原文地址:https://www.cnblogs.com/zxzmnh/p/11823022.html