Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 4.25 KB | Hits: 225 | Expires: Never
Copy text to clipboard
  1. #############################################################
  2. ################### OFFICIAL UBUNTU REPOS ###################
  3. #############################################################
  4.  
  5. ###### Ubuntu Main Repos
  6. deb http://be.archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
  7. deb-src http://be.archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
  8.  
  9. ###### Ubuntu Update Repos
  10. deb http://be.archive.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
  11. deb http://be.archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
  12. deb-src http://be.archive.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
  13. deb-src http://be.archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
  14.  
  15. ###### Ubuntu Partner Repo
  16. deb http://archive.canonical.com/ubuntu lucid partner
  17. deb-src http://archive.canonical.com/ubuntu lucid partner
  18.  
  19. ##############################################################
  20. ##################### UNOFFICIAL  REPOS ######################
  21. ##############################################################
  22.  
  23. ###### 3rd Party Binary Repos
  24.  
  25. #### Chromium Project - http://code.google.com/chromium/
  26. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E5E17B5
  27. deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main
  28.  
  29. #### Deluge BitTorrent - http://www.deluge-torrent.org/
  30. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 249AD24C
  31. deb http://ppa.launchpad.net/deluge-team/ppa/ubuntu lucid main
  32.  
  33. #### Medibuntu - http://www.medibuntu.org/
  34. ## Run this command: sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
  35. deb http://packages.medibuntu.org/ lucid free non-free
  36.  
  37. #### Mozilla Daily Build Team - http://edge.launchpad.net/~ubuntu-mozilla-daily/+archive/ppa
  38. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  247510BE
  39. deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu lucid main
  40.  
  41. #### Pidgin - http://pidgin.im
  42. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A1F196A8
  43. deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu lucid main
  44.  
  45. #### Skype - http://www.skype.com
  46. ## Run this command: gpg --keyserver pgp.mit.edu --recv-keys 0xd66b746e && gpg --export --armor 0xd66b746e  | sudo apt-key add -
  47. deb http://download.skype.com/linux/repos/debian/ stable non-free
  48.  
  49. #### SMPlayer - http://smplayer.sourceforge.net/
  50. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E4A4F4F4
  51. deb http://ppa.launchpad.net/rvm/smplayer/ubuntu karmic main
  52.  
  53. #### Terminator - http://www.tenshu.net/terminator/
  54. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1BD3A65C
  55. deb http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu lucid main
  56.  
  57. #### Ubuntu Tweak - http://ubuntu-tweak.com/
  58. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0624A220
  59. deb http://ppa.launchpad.net/tualatrix/ubuntu lucid main
  60.  
  61.  
  62. ####### 3rd Party Source Repos
  63.  
  64. #### Chromium Project (Source) - http://code.google.com/chromium/
  65. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E5E17B5
  66. deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main
  67.  
  68. #### Deluge BitTorrent (Source) - http://www.deluge-torrent.org/
  69. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 249AD24C
  70. deb-src http://ppa.launchpad.net/deluge-team/ppa/ubuntu lucid main
  71.  
  72. #### Medibuntu (Source) - http://www.medibuntu.org/
  73. ## Run this command: sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
  74. deb-src http://packages.medibuntu.org/ lucid free non-free
  75.  
  76. #### Mozilla Daily Build Team (Source) - http://edge.launchpad.net/~ubuntu-mozilla-daily/+archive/ppa
  77. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  247510BE
  78. deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu lucid main
  79.  
  80. #### Pidgin (Source) - http://pidgin.im
  81. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A1F196A8
  82. deb-src http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu lucid main