Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.85 KB | None | 0 0
  1. # Ubuntu Sources List Generator
  2.  
  3. >>> NEWS: Now available on SSL
  4.  
  5. >>> Replace your /etc/apt/sources.list with the following one. For adding GPG keys of new repos, see instruction (if available) in the sources.list below itself.
  6.  
  7. ## curl https://repogen.simplylinux.ch/txt/yakkety/sources_dccbf34a40895c1d9b7a7e7d24ee21dbbbccc385.txt | sudo tee /etc/apt/sources.list
  8.  
  9. #------------------------------------------------------------------------------#
  10. # OFFICIAL UBUNTU REPOS #
  11. #------------------------------------------------------------------------------#
  12.  
  13.  
  14. ###### Ubuntu Main Repos
  15. deb http://us.archive.ubuntu.com/ubuntu/ yakkety main restricted universe multiverse
  16.  
  17. ###### Ubuntu Update Repos
  18. deb http://us.archive.ubuntu.com/ubuntu/ yakkety-security main restricted universe multiverse
  19. deb http://us.archive.ubuntu.com/ubuntu/ yakkety-updates main restricted universe multiverse
  20. deb http://us.archive.ubuntu.com/ubuntu/ yakkety-proposed main restricted universe multiverse
  21. deb http://us.archive.ubuntu.com/ubuntu/ yakkety-backports main restricted universe multiverse
  22.  
  23. ###### Ubuntu Partner Repo
  24. deb http://archive.canonical.com/ubuntu yakkety partner
  25.  
  26. #------------------------------------------------------------------------------#
  27. # UNOFFICIAL UBUNTU REPOS #
  28. #------------------------------------------------------------------------------#
  29.  
  30.  
  31. ###### 3rd Party Binary Repos
  32.  
  33. #### Clementine PPA - http://www.clementine-player.org/
  34. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 044A3B98
  35. deb http://ppa.launchpad.net/me-davidsansome/clementine-dev/ubuntu yakkety main
  36.  
  37. #### Flacon PPA - http://kde-apps.org/content/show.php?content=113388
  38. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F2A61FE5
  39. deb http://ppa.launchpad.net/flacon/ppa/ubuntu yakkety main
  40.  
  41. #### GNOME3 Extra Apps PPA - https://launchpad.net/~gnome3-team/+archive/gnome3
  42. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B1510FD
  43. deb http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu yakkety main
  44.  
  45. #### Google Chrome Browser - http://www.google.com/linuxrepositories/
  46. ## Run this command: wget -q https://dl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
  47. deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
  48.  
  49. #### Google Earth - http://www.google.com/linuxrepositories/
  50. ## Run this command: wget -q https://dl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
  51. deb [arch=amd64] http://dl.google.com/linux/earth/deb/ stable main
  52.  
  53. #### Highly Explosive PPA - https://launchpad.net/~dhor/+archive/myway
  54. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93330B78
  55. deb http://ppa.launchpad.net/dhor/myway/ubuntu yakkety main
  56.  
  57. #### JDownloader PPA - https://launchpad.net/~jd-team
  58. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6A68F637
  59. deb http://ppa.launchpad.net/jd-team/jdownloader/ubuntu yakkety main
  60.  
  61. #### LibreOffice PPA - http://www.documentfoundation.org/download/
  62. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1378B444
  63. deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu yakkety main
  64.  
  65. #### MKVToolnix - http://www.bunkus.org/videotools/mkvtoolnix/
  66. ## Run this command: wget -q http://www.bunkus.org/gpg-pub-moritzbunkus.txt -O- | sudo apt-key add -
  67. deb http://www.bunkus.org/ubuntu/yakkety/ ./
  68.  
  69. #### Opera Beta - http://www.opera.com/
  70. ## Run this command: sudo wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
  71. deb http://deb.opera.com/opera-beta/ stable non-free
  72.  
  73. #### Oracle Java (JDK) Installer PPA - http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html
  74. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886
  75. deb http://ppa.launchpad.net/webupd8team/java/ubuntu yakkety main
  76.  
  77. #### PlayDeb - http://www.playdeb.net/
  78. ## Run this command: wget -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
  79. deb http://archive.getdeb.net/ubuntu yakkety-getdeb games
  80.  
  81. #### SABnzbd PPA - http://sabnzbd.org/
  82. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4BB9F05F
  83. deb http://ppa.launchpad.net/jcfp/ppa/ubuntu yakkety main
  84.  
  85. #### Steam for Linux - http://store.steampowered.com/about/
  86. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F24AEA9FB05498B7
  87. deb [arch=i386] http://repo.steampowered.com/steam/ precise steam
  88.  
  89. #### Syncthing - https://syncthing.net/
  90. ## Run this command: curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
  91. deb http://apt.syncthing.net/ syncthing release
  92.  
  93. #### Tor: anonymity online - https://www.torproject.org
  94. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 886DDD89
  95. deb http://deb.torproject.org/torproject.org yakkety main
  96.  
  97. #### Unsettings PPA - http://www.florian-diesch.de/software/unsettings/
  98. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0FEB6DD9
  99. deb http://ppa.launchpad.net/diesch/testing/ubuntu yakkety main
  100.  
  101. #### VirtualBox - http://www.virtualbox.org
  102. ## Run this command: wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc -O- | sudo apt-key add -
  103. deb http://download.virtualbox.org/virtualbox/debian yakkety contrib
  104.  
  105. #### WebUpd8 PPA - http://www.webupd8.org/
  106. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4C9D234C
  107. deb http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu yakkety main
  108.  
  109. #### WebUpd8 Unstable PPA - http://www.webupd8.org/
  110. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886
  111. deb http://ppa.launchpad.net/webupd8team/unstable/ubuntu yakkety main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement