Old ubuntu release source list

2823阅读 0评论2012-05-04 wdove
分类:LINUX


Ubuntu Jaunty 9.10:

  1. $ cat /etc/apt/sources.list
  2. # deb cdrom:[Ubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted
  3. # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
  4. # newer versions of the distribution.

  5. deb http://old-releases.ubuntu.com/ubuntu/ jaunty main restricted
  6. deb-src http://old-releases.ubuntu.com/ubuntu/ jaunty main restricted

  7. ## Major bug fix updates produced after the final release of the
  8. ## distribution.
  9. deb http://old-releases.ubuntu.com/ubuntu/ jaunty-updates main restricted
  10. deb-src http://old-releases.ubuntu.com/ubuntu/ jaunty-updates main restricted

  11. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  12. ## team. Also, please note that software in universe WILL NOT receive any
  13. ## review or updates from the Ubuntu security team.
  14. deb http://old-releases.ubuntu.com/ubuntu/ jaunty universe
  15. deb-src http://old-releases.ubuntu.com/ubuntu/ jaunty universe
  16. deb http://old-releases.ubuntu.com/ubuntu/ jaunty-updates universe
  17. deb-src http://old-releases.ubuntu.com/ubuntu/ jaunty-updates universe

  18. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  19. ## team, and may not be under a free licence. Please satisfy yourself as to
  20. ## your rights to use the software. Also, please note that software in
  21. ## multiverse WILL NOT receive any review or updates from the Ubuntu
  22. ## security team.
  23. deb http://old-releases.ubuntu.com/ubuntu/ jaunty multiverse
  24. deb-src http://old-releases.ubuntu.com/ubuntu/ jaunty multiverse
  25. deb http://old-releases.ubuntu.com/ubuntu/ jaunty-updates multiverse
  26. deb-src http://old-releases.ubuntu.com/ubuntu/ jaunty-updates multiverse

  27. ## Uncomment the following two lines to add software from the 'backports'
  28. ## repository.
  29. ## N.B. software from this repository may not have been tested as
  30. ## extensively as that contained in the main release, although it includes
  31. ## newer versions of some applications which may provide useful features.
  32. ## Also, please note that software in backports WILL NOT receive any review
  33. ## or updates from the Ubuntu security team.
  34. # deb http://us.old-releases.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse
  35. # deb-src http://us.old-releases.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse

  36. ## Uncomment the following two lines to add software from Canonical's
  37. ## 'partner

上一篇:python库源代码下载方法
下一篇:Ubuntu update时碰到的无法得到登陆界面的问题