Advertisement
corrosiontears

Ubuntu 16.04 Sources.list 2.0 - Brazil Mirror

Jun 17th, 2017
5,433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #------------------------------------------------------------------------------#
  2. #                            OFFICIAL UBUNTU REPOS                             #
  3. #------------------------------------------------------------------------------#
  4.  
  5.  
  6. ###### Ubuntu Main Repos
  7. deb http://55.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
  8.  
  9. ###### Ubuntu Update Repos
  10. deb http://55.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
  11. deb http://55.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
  12. deb http://55.archive.ubuntu.com/ubuntu/ xenial-proposed main restricted universe multiverse
  13. deb http://55.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
  14.  
  15. ###### Ubuntu Partner Repo
  16. deb http://archive.canonical.com/ubuntu xenial partner
  17.  
  18. #------------------------------------------------------------------------------#
  19. #                           UNOFFICIAL UBUNTU REPOS                            #
  20. #------------------------------------------------------------------------------#
  21.  
  22.  
  23. ###### 3rd Party Binary Repos
  24.  
  25. #### Dropbox PPA - http://dropbox.com
  26. ## Run this command: sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
  27. deb http://linux.dropbox.com/ubuntu/ xenial main
  28.  
  29. #### GetDeb / PlayDeb - http://www.getdeb.net / http://www.playdeb.net/
  30. ## Run this command: wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
  31. deb http://archive.getdeb.net/ubuntu xenial-getdeb apps games
  32.  
  33. #### Gimp PPA - https://launchpad.net/~otto-kesselgulasch/+archive/gimp
  34. ## Run this command: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 614C4B38
  35. deb http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial main
  36.  
  37. #### Google Chrome Browser - http://www.google.com/linuxrepositories/
  38. ## Run this command: wget -q https://dl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
  39. deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
  40.  
  41. #### Spotify - https://www.spotify.com/us/download/linux/
  42. ## Run this command: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D2C19886
  43. deb http://repository.spotify.com stable non-free
  44.  
  45. #### VirtualBox - http://www.virtualbox.org
  46. ## Run this command: wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc -O- | sudo apt-key add -
  47. deb http://download.virtualbox.org/virtualbox/debian xenial contrib
  48.  
  49. #### WebUpd8 PPA - http://www.webupd8.org/
  50. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4C9D234C
  51. deb http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu xenial main
  52.  
  53. #### Padoka Stable Mesa PPA - https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/pkppa/
  54. ## Run this command: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys A6032A6A
  55. deb http://ppa.launchpad.net/paulo-miguel-dias/pkppa/ubuntu xenial main
  56.  
  57. #### Proprietary GPU Drivers - https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa?field.series_filter=xenial (Only for Nvidia users)
  58. ## Run this command: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 1118213C
  59. # deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu xenial main
  60.  
  61. ##### END LIST #####
  62.  
  63. ### ONE SHOT GPG ADD:
  64. sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
  65. wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
  66. sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 614C4B38
  67. wget -q https://dl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
  68. sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D2C19886
  69. wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc -O- | sudo apt-key add -
  70. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4C9D234C
  71. sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys A6032A6A
  72. # for Nvidia:
  73. sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 1118213C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement