Advertisement
Guest User

Untitled

a guest
Mar 1st, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.50 KB | None | 0 0
  1. cat /etc/apt/sources.list
  2.  
  3. # deb cdrom:[Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1)]/ natty main restricted
  4. deb-src http://mirrors.ispros.com.bd/ubuntu/ natty main restricted #Added by software-properties
  5.  
  6. # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
  7. # newer versions of the distribution.
  8. deb http://mirrors.ispros.com.bd/ubuntu/ natty main universe restricted multiverse
  9. deb-src http://mirrors.ispros.com.bd/ubuntu/ natty universe multiverse #Added by software-properties
  10.  
  11. ## Major bug fix updates produced after the final release of the
  12. ## distribution.
  13. deb http://mirrors.ispros.com.bd/ubuntu/ natty-updates main universe restricted multiverse
  14. deb-src http://mirrors.ispros.com.bd/ubuntu/ natty-updates main universe restricted multiverse #Added by software-properties
  15.  
  16. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  17. ## team. Also, please note that software in universe WILL NOT receive any
  18. ## review or updates from the Ubuntu security team.
  19.  
  20. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  21. ## team, and may not be under a free licence. Please satisfy yourself as to
  22. ## your rights to use the software. Also, please note that software in
  23. ## multiverse WILL NOT receive any review or updates from the Ubuntu
  24. ## security team.
  25.  
  26. ## Uncomment the following two lines to add software from the 'backports'
  27. ## repository.
  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://bd.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse
  34. # deb-src http://bd.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse
  35.  
  36. deb http://mirrors.ispros.com.bd/ubuntu/ natty-security main universe restricted multiverse
  37. deb-src http://mirrors.ispros.com.bd/ubuntu/ natty-security main universe restricted multiverse #Added by software-properties
  38.  
  39. ## Uncomment the following two lines to add software from Canonical's
  40. ## 'partner' repository.
  41. ## This software is not part of Ubuntu, but is offered by Canonical and the
  42. ## respective vendors as a service to Ubuntu users.
  43. # deb http://archive.canonical.com/ubuntu natty partner
  44. # deb-src http://archive.canonical.com/ubuntu natty partner
  45.  
  46. ## This software is not part of Ubuntu, but is offered by third-party
  47. ## developers who want to ship their latest software.
  48. # deb http://extras.ubuntu.com/ubuntu natty main
  49. # deb-src http://extras.ubuntu.com/ubuntu natty main
  50. codeperl@codeperl-desktop:~$ clear
  51.  
  52. codeperl@codeperl-desktop:~$ cat /etc/apt/sources.list
  53. # deb cdrom:[Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1)]/ natty main restricted
  54. deb-src http://mirrors.ispros.com.bd/ubuntu/ natty main restricted #Added by software-properties
  55.  
  56. # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
  57. # newer versions of the distribution.
  58. deb http://mirrors.ispros.com.bd/ubuntu/ natty main universe restricted multiverse
  59. deb-src http://mirrors.ispros.com.bd/ubuntu/ natty universe multiverse #Added by software-properties
  60.  
  61. ## Major bug fix updates produced after the final release of the
  62. ## distribution.
  63. deb http://mirrors.ispros.com.bd/ubuntu/ natty-updates main universe restricted multiverse
  64. deb-src http://mirrors.ispros.com.bd/ubuntu/ natty-updates main universe restricted multiverse #Added by software-properties
  65.  
  66. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  67. ## team. Also, please note that software in universe WILL NOT receive any
  68. ## review or updates from the Ubuntu security team.
  69.  
  70. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  71. ## team, and may not be under a free licence. Please satisfy yourself as to
  72. ## your rights to use the software. Also, please note that software in
  73. ## multiverse WILL NOT receive any review or updates from the Ubuntu
  74. ## security team.
  75.  
  76. ## Uncomment the following two lines to add software from the 'backports'
  77. ## repository.
  78. ## N.B. software from this repository may not have been tested as
  79. ## extensively as that contained in the main release, although it includes
  80. ## newer versions of some applications which may provide useful features.
  81. ## Also, please note that software in backports WILL NOT receive any review
  82. ## or updates from the Ubuntu security team.
  83. # deb http://bd.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse
  84. # deb-src http://bd.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse
  85.  
  86. deb http://mirrors.ispros.com.bd/ubuntu/ natty-security main universe restricted multiverse
  87. deb-src http://mirrors.ispros.com.bd/ubuntu/ natty-security main universe restricted multiverse #Added by software-properties
  88.  
  89. ## Uncomment the following two lines to add software from Canonical's
  90. ## 'partner' repository.
  91. ## This software is not part of Ubuntu, but is offered by Canonical and the
  92. ## respective vendors as a service to Ubuntu users.
  93. # deb http://archive.canonical.com/ubuntu natty partner
  94. # deb-src http://archive.canonical.com/ubuntu natty partner
  95.  
  96. ## This software is not part of Ubuntu, but is offered by third-party
  97. ## developers who want to ship their latest software.
  98. # deb http://extras.ubuntu.com/ubuntu natty main
  99. # deb-src http://extras.ubuntu.com/ubuntu natty main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement