Guest User

Untitled

a guest
Jun 15th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. #------------------------------------------------------------------------------#
  2. # OFFICIAL UBUNTU REPOS #
  3. #------------------------------------------------------------------------------#
  4.  
  5.  
  6. ###### Ubuntu Main Repos
  7. deb http://kz.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
  8. deb-src http://kz.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
  9.  
  10. ###### Ubuntu Update Repos
  11. deb http://kz.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
  12. deb http://kz.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
  13. deb http://kz.archive.ubuntu.com/ubuntu/ xenial-proposed main restricted universe multiverse
  14. deb http://kz.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
  15. deb-src http://kz.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
  16. deb-src http://kz.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
  17. deb-src http://kz.archive.ubuntu.com/ubuntu/ xenial-proposed main restricted universe multiverse
  18. deb-src http://kz.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
  19.  
  20. ###### Ubuntu Partner Repo
  21. deb http://archive.canonical.com/ubuntu xenial partner
  22. deb-src http://archive.canonical.com/ubuntu xenial partner
  23.  
  24. #------------------------------------------------------------------------------#
  25. # UNOFFICIAL UBUNTU REPOS #
  26. #------------------------------------------------------------------------------#
  27.  
  28.  
  29. ###### 3rd Party Binary Repos
  30.  
  31. ## Run this command: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 614C4B38
  32. deb http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial main # Gimp PPA - https://launchpad.net/~otto-kesselgulasch/+archive/gimp
  33.  
  34. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B1510FD
  35. deb http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu xenial main # GNOME3 Extra Apps PPA - https://launchpad.net/~gnome3-team/+archive/gnome3
  36.  
  37. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4C9D234C
Add Comment
Please, Sign In to add comment