am335x evm 板上 sudo apt-get update 错误

am335x evm 板上 sudo apt-get update 错误

我有 am335x evm 板,安装了 Ubuntu 13.10rcn-ee.net。现在我想安装 Ubuntu 桌面,但遇到了一些错误。当我输入时,我得到了以下控制台输出sudo apt-get update

Err http://ports.ubuntu.com saucy/main Sources                                  
  403  Forbidden [IP: 91.189.88.140 80]                                         

我认为我的网络子系统没有问题,因为我可以 ping 到下面的www.google.com.trIP 。91.189.88.140

ubuntu@arm:~$ ping www.google.com.tr                                            
PING www.google.com.tr (173.194.39.120) 56(84) bytes of data.                   
64 bytes from bud02s02-in-f24.1e100.net (173.194.39.120): icmp_seq=1 ttl=49 tims
64 bytes from bud02s02-in-f24.1e100.net (173.194.39.120): icmp_seq=2 ttl=49 tims
64 bytes from bud02s02-in-f24.1e100.net (173.194.39.120): icmp_seq=3 ttl=49 tims
64 bytes from bud02s02-in-f24.1e100.net (173.194.39.120): icmp_seq=4 ttl=49 tims
^C                                                                              
--- www.google.com.tr ping statistics ---                                       
4 packets transmitted, 4 received, 0% packet loss, time 3004ms                  
rtt min/avg/max/mdev = 58.149/58.412/58.685/0.307 ms    

您能给我一些解决此问题的建议吗?此致敬意 Emre

相关内容