s243a

sources.list (upupGG+D)

Dec 19th, 2020 (edited)
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. #------------------------------------------------------------------------------#
  2. # OFFICIAL UBUNTU REPOS #
  3. #------------------------------------------------------------------------------#
  4.  
  5. #First part partially generated from https://repogen.simplylinux.ch/generate.php
  6. #Debian part from: https://wiki.debian.org/SourcesList
  7. ###### Ubuntu Main Repos
  8. deb http://ca.archive.ubuntu.com/ubuntu/ groovy main universe multiverse
  9. deb-src http://ca.archive.ubuntu.com/ubuntu/ groovy main universe multiverse
  10.  
  11. ###### Ubuntu Update Repos
  12. deb http://ca.archive.ubuntu.com/ubuntu/ groovy-security main universe multiverse
  13. deb http://ca.archive.ubuntu.com/ubuntu/ groovy-updates main universe multiverse
  14. deb http://ca.archive.ubuntu.com/ubuntu/ groovy-backports main universe multiverse
  15. deb-src http://ca.archive.ubuntu.com/ubuntu/ groovy-security main universe multiverse
  16. deb-src http://ca.archive.ubuntu.com/ubuntu/ groovy-updates main universe multiverse
  17. deb-src http://ca.archive.ubuntu.com/ubuntu/ groovy-backports main universe multiverse
  18.  
  19. #------------------------------------------------------------------------------#
  20. # UNOFFICIAL UBUNTU REPOS #
  21. #------------------------------------------------------------------------------#
  22.  
  23.  
  24. ###### 3rd Party Binary Repos
  25.  
  26. #### Google Chrome Browser - http://www.google.com/linuxrepositories/
  27. ## Run this command: wget -q https://dl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
  28. deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
  29.  
  30. #### Google Earth - http://www.google.com/linuxrepositories/
  31. ## Run this command: wget -q https://dl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
  32. deb [arch=amd64] http://dl.google.com/linux/earth/deb/ stable main
  33.  
  34. #### LibreOffice PPA - http://www.documentfoundation.org/download/
  35. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1378B444
  36. deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu groovy main
  37.  
  38. #### Mozilla Daily Build Team PPA - http://edge.launchpad.net/~ubuntu-mozilla-daily/+archive/ppa
  39. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 247510BE
  40. deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu groovy main
  41.  
  42. #### Steam for Linux - http://store.steampowered.com/about/
  43. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F24AEA9FB05498B7
  44. deb [arch=i386] http://repo.steampowered.com/steam/ precise steam
  45.  
  46. #### Tor: anonymity online - https://www.torproject.org
  47. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 886DDD89
  48. deb http://deb.torproject.org/torproject.org groovy main
  49.  
  50.  
  51. ####### 3rd Party Source Repos
  52.  
  53. #### LibreOffice PPA (Source) - http://www.documentfoundation.org/download/
  54. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1378B444
  55. deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu groovy main
  56.  
  57. #### Mozilla Daily Build Team PPA (Source) - http://edge.launchpad.net/~ubuntu-mozilla-daily/+archive/ppa
  58. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 247510BE
  59. deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu groovy main
  60.  
  61. #### Tor: anonymity online (Source) - https://www.torproject.org
  62. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 886DDD89
  63. deb-src http://deb.torproject.org/torproject.org groovy main
  64.  
  65. deb http://ftp.ca.debian.org/debian/ bullseye main contrib non-free
  66. deb-src http://ftp.ca.debian.org/debian/ bullseye main contrib non-free
  67.  
  68. deb http://deb.debian.org/debian-security/ bullseye/updates main contrib non-free
  69. deb-src http://deb.debian.org/debian-security/ bullseye/updates main contrib non-free
  70.  
  71.  
  72. deb http://deb.debian.org/debian bullseye-updates main contrib non-free
  73. deb-src http://deb.debian.org/debian bullseye-updates main contrib non-free
  74.  
  75. deb http://deb.debian.org/debian bullseye-backports main contrib non-free
  76. deb-src http://deb.debian.org/debian bullseye-backports main contrib non-free
  77.  
Add Comment
Please, Sign In to add comment