我是靠谱客的博主 俊秀小霸王,最近开发中收集的这篇文章主要介绍debian 系统时间引起apt-get update错误,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

用debian4安装了服务器,由于光盘丢掉,又去下载一份新的CD.
在apt-get update的时候就出现了
Reading package lists... Done
W: GPG error: http://debian.cn99.com etch Release: Unknown error executing gpgv
W: GPG error: http://security.debian.org etch/updates Release: Unknown error executing gpgv
W: You may want to run apt-get update to correct these problems

不断的百度,GOOGLE后发现是date的问题.于是#date 果然时间不对

#date -s YmdH:i:s

重新来过一次

另外在更新源后(CD盘更换)
#rm /var/cache/apt/*.bin
#apt-cdrom add
#apt-get update


同步时间
# apt-get install ntpdate
# ntpdate pool.ntp.org
# apt-get update

最后

以上就是俊秀小霸王为你收集整理的debian 系统时间引起apt-get update错误的全部内容,希望文章能够帮你解决debian 系统时间引起apt-get update错误所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(39)

评论列表共有 0 条评论

立即
投稿
返回
顶部