Advertisement
Guest User

Untitled

a guest
Apr 15th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1. ls -al /etc/apt/sources.list.d
  2. total 112
  3. drwxr-xr-x 2 root root 4096 Jan 14 13:29 .
  4. drwxr-xr-x 6 root root 4096 Dec 30 16:00 ..
  5. -rw-r--r-- 1 root root 66 Mar 19 16:12 dropbox.list
  6. -rw-r--r-- 1 root root 82 Apr 21 2014 dropbox.list.distUpgrade
  7. -rw-r--r-- 1 root root 66 Jan 14 13:29 dropbox.list.save
  8. -rw-r--r-- 1 root root 82 Jan 14 13:29 esmska.list
  9. -rw-r--r-- 1 root root 82 Jan 14 13:29 esmska.list.save
  10. -rw-r--r-- 1 root root 176 Jan 14 13:29 google-chrome.list
  11. -rw-r--r-- 1 root root 176 Apr 21 2014 google-chrome.list.distUpgrade
  12. -rw-r--r-- 1 root root 176 Jan 14 13:29 google-chrome.list.save
  13. -rw-r--r-- 1 root root 180 Jan 14 13:29 google-talkplugin.list
  14. -rw-r--r-- 1 root root 180 Apr 21 2014 google-talkplugin.list.distUpgrade
  15. -rw-r--r-- 1 root root 180 Jan 14 13:29 google-talkplugin.list.save
  16. -rw-r--r-- 1 root root 172 Jan 14 13:29 maarten-baert-simplescreenrecorder-trusty.list
  17. -rw-r--r-- 1 root root 172 Jan 14 13:29 maarten-baert-simplescreenrecorder-trusty.list.save
  18. -rw-r--r-- 1 root root 166 Jan 14 13:29 noobslab-ppa-gimp-raring.list
  19. -rw-r--r-- 1 root root 170 Apr 21 2014 noobslab-ppa-gimp-raring.list.distUpgrade
  20. -rw-r--r-- 1 root root 166 Jan 14 13:29 noobslab-ppa-gimp-raring.list.save
  21. -rw-r--r-- 1 root root 416 Jan 14 13:29 opera.list
  22. -rw-r--r-- 1 root root 416 Apr 21 2014 opera.list.distUpgrade
  23. -rw-r--r-- 1 root root 416 Jan 14 13:29 opera.list.save
  24. -rw-r--r-- 1 root root 134 Jan 14 13:29 pipelight-stable-trusty.list
  25. -rw-r--r-- 1 root root 134 Jan 14 13:29 pipelight-stable-trusty.list.save
  26. -rw-r--r-- 1 root root 88 Jan 14 13:29 playdeb.list
  27. -rw-r--r-- 1 root root 90 Apr 21 2014 playdeb.list.distUpgrade
  28. -rw-r--r-- 1 root root 88 Jan 14 13:29 playdeb.list.save
  29. -rw-r--r-- 1 root root 44 Jan 14 13:29 playonlinux.list
  30. -rw-r--r-- 1 root root 44 Jan 14 13:29 playonlinux.list.save
  31.  
  32. cat /etc/apt/sources.list
  33. deb http://us.archive.ubuntu.com/ubuntu/ raring main restricted
  34.  
  35. deb http://us.archive.ubuntu.com/ubuntu/ raring-updates main restricted
  36. deb http://security.ubuntu.com/ubuntu raring-security main restricted
  37.  
  38. # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
  39. # newer versions of the distribution.
  40. deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
  41. deb-src http://us.archive.ubuntu.com/ubuntu/ trusty multiverse restricted main universe #Added by software-properties
  42.  
  43. ## Major bug fix updates produced after the final release of the
  44. ## distribution.
  45. deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
  46. deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse restricted main universe #Added by software-properties
  47.  
  48. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  49. ## team. Also, please note that software in universe WILL NOT receive any
  50. ## review or updates from the Ubuntu security team.
  51. deb http://us.archive.ubuntu.com/ubuntu/ trusty universe
  52. deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
  53.  
  54. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  55. ## team, and may not be under a free licence. Please satisfy yourself as to
  56. ## your rights to use the software. Also, please note that software in
  57. ## multiverse WILL NOT receive any review or updates from the Ubuntu
  58. ## security team.
  59. deb http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
  60. deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
  61.  
  62. ## N.B. software from this repository may not have been tested as
  63. ## extensively as that contained in the main release, although it includes
  64. ## newer versions of some applications which may provide useful features.
  65. ## Also, please note that software in backports WILL NOT receive any review
  66. ## or updates from the Ubuntu security team.
  67. deb http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
  68. deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse #Added by software-properties
  69.  
  70. deb http://security.ubuntu.com/ubuntu trusty-security main restricted
  71. deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse restricted main universe #Added by software-properties
  72. deb http://security.ubuntu.com/ubuntu trusty-security universe
  73. deb http://security.ubuntu.com/ubuntu trusty-security multiverse
  74.  
  75. ## Uncomment the following two lines to add software from Canonical's
  76. ## 'partner' repository.
  77. ## This software is not part of Ubuntu, but is offered by Canonical and the
  78. ## respective vendors as a service to Ubuntu users.
  79. deb http://archive.canonical.com/ubuntu raring partner
  80. deb-src http://archive.canonical.com/ubuntu raring partner
  81.  
  82. ## Uncomment the following two lines to add software from Ubuntu's
  83. ## 'extras' repository.
  84. ## This software is not part of Ubuntu, but is offered by third-party
  85. ## developers who want to ship their latest software.
  86. deb http://extras.ubuntu.com/ubuntu raring main
  87. deb-src http://extras.ubuntu.com/ubuntu raring main
  88. deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main
  89. # deb-src http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement