当前位置: 技术问答>linux和unix
ubuntu安装QT4和Kdevelop
来源: 互联网 发布时间:2016-03-21
本文导语: ubuntu版本是7.04,我公司是代理服务器,我修改了/etc/apt/apt.conf下的配置文件,但是apt-get总还是报这些错,我不知道到底是什么原因: unable to fetch some achives,maybe run apt-get update or try with --fix-missing 然后我运行apt...
ubuntu版本是7.04,我公司是代理服务器,我修改了/etc/apt/apt.conf下的配置文件,但是apt-get总还是报这些错,我不知道到底是什么原因:
unable to fetch some achives,maybe run apt-get update or try with --fix-missing
然后我运行apt-get update 也出现同样的错误。。。
请问是什么原因,我怀疑是 source.list出问题了,但是怎么修改呢?
unable to fetch some achives,maybe run apt-get update or try with --fix-missing
然后我运行apt-get update 也出现同样的错误。。。
请问是什么原因,我怀疑是 source.list出问题了,但是怎么修改呢?
|
export http_proxy="http://ProxyServer:Port"
apt-get update
apt-get update
|
source.list写的都是按照一定的格式写的,如果你怀疑有问题只能看格式了。不过我认为很有可能和代理服务器有关系
|
sudo vim /etc/apt/source.list看看有什么问题吧
|
还有种可能是网络原因,好像我以前用代理服务器也会出现类似问题
|
你的源的问题,跟其他不关,换个源试一下
apt-get update --fix-missing
apt-get update --fix-missing
|
是所有的包都找不到么?直接ping可以么?
如果某些包可以下载,那就试一下 --fix-missing
如果某些包可以下载,那就试一下 --fix-missing
|
忘了以前怎么解决的了,你可以看下apt-get的设置吧,我这边用的red hat的了,没法帮你实验了..