Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. # deb http://security.ubuntu.com/ubuntu precise-security main restricted
  2.  
  3. # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
  4. # newer versions of the distribution.
  5.  
  6. ## Major bug fix updates produced after the final release of the
  7. ## distribution.
  8. # deb http://192.168.0.1/ubuntu12.04_64/ precise-updates main restricted
  9.  
  10. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  11. ## team. Also, please note that software in universe WILL NOT receive any
  12. ## review or updates from the Ubuntu security team.
  13. # deb http://192.168.0.1/ubuntu12.04_64/ precise universe
  14. # deb-src http://192.168.0.1/ubuntu12.04_64/ precise universe
  15. # deb http://192.168.0.1/ubuntu12.04_64/ precise-updates universe
  16. # deb-src http://192.168.0.1/ubuntu12.04_64/ precise-updates universe
  17.  
  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://192.168.0.1/ubuntu12.04_64/ precise multiverse
  24. # deb-src http://192.168.0.1/ubuntu12.04_64/ precise multiverse
  25. # deb http://192.168.0.1/ubuntu12.04_64/ precise-updates multiverse
  26. # deb-src http://192.168.0.1/ubuntu12.04_64/ precise-updates multiverse
  27.  
  28. ## N.B. software from this repository may not have been tested as
  29. ## extensively as that contained in the main release, although it includes
  30. ## newer versions of some applications which may provide useful features.
  31. ## Also, please note that software in backports WILL NOT receive any review
  32. ## or updates from the Ubuntu security team.
  33. # deb http://192.168.0.1/ubuntu12.04_64/ precise-backports main restricted universe multiverse
  34. # deb-src http://192.168.0.1/ubuntu12.04_64/ precise-backports main restricted universe multiverse
  35.  
  36. deb http://archive.ubuntu.com/ubuntu vivid-security main restricted
  37. deb http://archive.ubuntu.com/ubuntu vivid-security universe
  38. deb http://archive.ubuntu.com/ubuntu vivid-security multiverse
  39.  
  40. ## Uncomment the following two lines to add software from Canonical's
  41. ## 'partner' repository.
  42. ## This software is not part of Ubuntu, but is offered by Canonical and the
  43. ## respective vendors as a service to Ubuntu users.
  44. deb http://archive.canonical.com/ubuntu vivid partner
  45. # deb-src http://archive.canonical.com/ubuntu precise partner
  46.  
  47. ## Uncomment the following two lines to add software from Ubuntu's
  48. ## 'extras' repository.
  49. deb http://archive.ubuntu.com/ubuntu vivid main universe restricted multiverse
  50. deb http://archive.ubuntu.com/ubuntu vivid-updates universe main multiverse restricted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement