我需要安装一个带有openssh的Archlinux vps,除了我不能使用ssh之外,一切都运行得很顺利。
我注意到openssh没有安装,所以我查看了wiki,上面说:
pacman -S openssh我这样做了,但是它开始给我错误,它无法在镜像上找到openssh-5.8p2-9-x86_64.pkg.tar.xz。
error : failed retrieving file 'openssh-5.8p2-9-x86_64.pkg.tar.xz' from artfiles.org : No address record我增加了更多的镜像,但是我还是得到了同样的错误。
我做错什么了?
发布于 2011-09-10 17:01:15
做一个完整的系统更新
# pacman -Syu 看来你的系统已经过时了。然后再次尝试安装openssh,但是reporysories中的最后一个openssh是openssh-5.9p1-3。你把镜子的定义放哪儿了?
https://serverfault.com/questions/310055
复制相似问题