http://blog.sina.com.cn/s/blog_6296abc601018p86.html 这个帖子是讲怎么添加一个新的源,

deb http://us.archive.ubuntu.com/ubuntu/ hardy multiverse

但是当执行

sudo apt-get update

还会出现 W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/jaunty/universe/binary-i386/Packages
    404 Not Found [IP: 91.189.92.180 80]
这个时候,需要将(xx.)archive.ubuntu.com t改成 old-releases.ubuntu.com.

deb http://old-releases.ubuntu.com/ubuntu/ hardy multiverse

sudo apt-get update

然后

sudo apt-get install sun-java6-jdk

相关文章:

  • 2022-12-23
  • 2021-07-09
  • 2022-12-23
  • 2021-12-14
  • 2021-06-05
  • 2021-08-23
  • 2022-01-01
猜你喜欢
  • 2021-05-04
  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-29
相关资源
相似解决方案