Advertisement
Guest User

Untitled

a guest
May 18th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. #############################################################
  2. ################### OFFICIAL UBUNTU REPOS ###################
  3. #############################################################
  4.  
  5. ###### Ubuntu Main Repos
  6. deb http://us.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse
  7.  
  8. ###### Ubuntu Update Repos
  9. deb http://us.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse
  10. deb http://us.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
  11. deb http://us.archive.ubuntu.com/ubuntu/ precise-proposed main restricted universe multiverse
  12.  
  13. ###### Ubuntu Extras Repo
  14. deb http://extras.ubuntu.com/ubuntu precise main
  15.  
  16. ##############################################################
  17. ##################### UNOFFICIAL REPOS ######################
  18. ##############################################################
  19.  
  20. ###### 3rd Party Binary Repos
  21.  
  22. ## Run this command: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 405A15CB
  23. deb http://ppa.launchpad.net/matthaeus123/mrw-gimp-svn/ubuntu precise main # Gimp SVN - https://launchpad.net/~matthaeus123/+archive/mrw-gimp-svn
  24.  
  25. ## Run this command: wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
  26. deb http://dl.google.com/linux/deb/ stable non-free # Google Linux Software Repositories - http://www.google.com/linuxrepositories/
  27.  
  28. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A1F196A8
  29. deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu precise main # Pidgin - http://pidgin.im
  30.  
  31. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0624A220
  32. deb http://ppa.launchpad.net/tualatrix/ubuntu precise main # Ubuntu Tweak - http://ubuntu-tweak.com/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement