Advertisement
v1ral_ITS

Ubuntu Full sources.list with all apt-keys [ SHELL SCRIPT ]

Apr 28th, 2018
1,121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 18.95 KB | None | 0 0
  1. Sources List
  2. Direct Link to Sources List or use:
  3. WARNING: This will overwrite your existing sources.list:
  4.     curl https://repogen.simplylinux.ch/txt/bionic/sources_aaa138fbf0ee02a696f28a0b04daa71bd2c97fb3.txt | sudo tee /etc/apt/sources.list
  5.  
  6. #------------------------------------------------------------------------------#
  7. #                            OFFICIAL UBUNTU REPOS                             #
  8. #------------------------------------------------------------------------------#
  9.  
  10.  
  11. ###### Ubuntu Main Repos
  12. deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse
  13. deb-src http://us.archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse
  14.  
  15. ###### Ubuntu Update Repos
  16. deb http://us.archive.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse
  17. deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse
  18. deb http://us.archive.ubuntu.com/ubuntu/ bionic-proposed main restricted universe multiverse
  19. deb http://us.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
  20. deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse
  21. deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse
  22. deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-proposed main restricted universe multiverse
  23. deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
  24.  
  25. #------------------------------------------------------------------------------#
  26. #                           UNOFFICIAL UBUNTU REPOS                            #
  27. #------------------------------------------------------------------------------#
  28.  
  29.  
  30. ###### 3rd Party Binary Repos
  31.  
  32. #### Gimp PPA - https://launchpad.net/~otto-kesselgulasch/+archive/gimp
  33. ## Run this command: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 614C4B38
  34. deb http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu bionic main
  35.  
  36. #### Highly Explosive PPA - https://launchpad.net/~dhor/+archive/myway
  37. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93330B78
  38. deb http://ppa.launchpad.net/dhor/myway/ubuntu bionic main
  39.  
  40. #### Kubuntu Backports PPA - https://edge.launchpad.net/~kubuntu-ppa/+archive/backports
  41. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A
  42. deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu bionic main
  43.  
  44. #### Kubuntu Beta Backports PPA - https://launchpad.net/~kubuntu-ppa/+archive/beta
  45. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A
  46. deb http://ppa.launchpad.net/kubuntu-ppa/beta/ubuntu bionic main
  47.  
  48. #### LibreOffice PPA - http://www.documentfoundation.org/download/
  49. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1378B444
  50. deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic main
  51.  
  52. #### MongoDB - http://www.mongodb.org/
  53. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
  54. deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen
  55.  
  56. #### Mozilla Daily Build Team PPA - http://edge.launchpad.net/~ubuntu-mozilla-daily/+archive/ppa
  57. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  247510BE
  58. deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu bionic main
  59.  
  60. #### muCommander - http://www.mucommander.com/
  61. ## Run this command: sudo wget -O - http://apt.mucommander.com/apt.key | sudo apt-key add -
  62. deb http://apt.mucommander.com stable main non-free contrib  
  63.  
  64. #### muCommander (unstable) - http://www.mucommander.com/
  65. ## Run this command: sudo wget -O - http://apt.mucommander.com/apt.key | sudo apt-key add -
  66. deb http://apt.mucommander.com unstable main non-free contrib  
  67.  
  68. #### MultiSystem - http://liveusb.info/dotclear/
  69. ## Run this command: wget -q http://liveusb.info/multisystem/depot/multisystem.asc -O- | sudo apt-key add -
  70. deb http://liveusb.info/multisystem/depot all main
  71.  
  72. #### Opera - http://www.opera.com/
  73. ## Run this command: sudo wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
  74. deb http://deb.opera.com/opera/ stable non-free
  75.  
  76. #### Oracle Java (JDK) Installer PPA - http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html
  77. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886
  78. deb http://ppa.launchpad.net/webupd8team/java/ubuntu bionic main
  79.  
  80. #### SABnzbd PPA - http://sabnzbd.org/
  81. ## Run this command:  sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4BB9F05F
  82. deb http://ppa.launchpad.net/jcfp/ppa/ubuntu bionic main
  83.  
  84. #### Samsung Unified Linux Driver Repository (SULDR) - http://www.bchemnet.com/suldr/index.html
  85. ## Run this command: wget -O - http://www.bchemnet.com/suldr/suldr.gpg | sudo apt-key add -
  86. deb http://www.bchemnet.com/suldr/ debian extra
  87.  
  88. #### Sonarr - https://sonarr.tv/
  89. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FDA5DFFC
  90. deb https://apt.sonarr.tv/ master main
  91.  
  92. #### Spotify - https://www.spotify.com/us/download/linux/
  93. ## Run this command: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D2C19886
  94. deb http://repository.spotify.com stable non-free
  95.  
  96. #### Spotify (testing) - https://www.spotify.com/us/download/linux/
  97. ## Run this command: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D2C19886
  98. deb http://repository.spotify.com testing non-free
  99.  
  100. #### Steam for Linux - http://store.steampowered.com/about/
  101. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F24AEA9FB05498B7
  102. deb [arch=i386] http://repo.steampowered.com/steam/ precise steam
  103.  
  104. #### Syncthing - https://syncthing.net/
  105. ## Run this command: curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
  106. deb http://apt.syncthing.net/ syncthing release
  107.  
  108. #### Tor: anonymity online - https://www.torproject.org
  109. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 886DDD89
  110. deb http://deb.torproject.org/torproject.org bionic main
  111.  
  112. #### Webmin - http://www.webmin.com
  113. ## Run this command: wget http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -
  114. deb http://download.webmin.com/download/repository sarge contrib
  115.  
  116. #### Xorg Edgers PPA - https://launchpad.net/~xorg-edgers
  117. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8844C542  
  118. deb http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu bionic main
  119.  
  120.  
  121. ####### 3rd Party Source Repos
  122.  
  123. #### Gimp PPA (Source) - https://launchpad.net/~otto-kesselgulasch/+archive/gimp
  124. ## Run this command: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 614C4B38
  125. deb-src http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu bionic main
  126.  
  127. #### Highly Explosive PPA (Source) - https://launchpad.net/~dhor/+archive/myway
  128. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93330B78
  129. deb-src http://ppa.launchpad.net/dhor/myway/ubuntu bionic main
  130.  
  131. #### Kubuntu Backports PPA (Source) - https://edge.launchpad.net/~kubuntu-ppa/+archive/backports
  132. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A
  133. deb-src http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu bionic main
  134.  
  135. #### Kubuntu Beta Backports PPA (Source) - https://launchpad.net/~kubuntu-ppa/+archive/beta
  136. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A
  137. deb-src http://ppa.launchpad.net/kubuntu-ppa/beta/ubuntu bionic main
  138.  
  139. #### LibreOffice PPA (Source) - http://www.documentfoundation.org/download/
  140. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1378B444
  141. deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic main
  142.  
  143. #### Mozilla Daily Build Team PPA (Source) - http://edge.launchpad.net/~ubuntu-mozilla-daily/+archive/ppa
  144. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  247510BE
  145. deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu bionic main
  146.  
  147. #### Oracle Java (JDK) Installer PPA (Source) - http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html
  148. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886
  149. deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu bionic main
  150.  
  151. #### Tor: anonymity online (Source) - https://www.torproject.org
  152. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 886DDD89
  153. deb-src http://deb.torproject.org/torproject.org bionic main
  154.  
  155. #### Xorg Edgers PPA (Source) - https://launchpad.net/~xorg-edgers
  156. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8844C542  
  157. deb-src http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu bionic main
  158.  
  159.  
  160. GPG Keys
  161. Direct Link to GPG Key List or use:
  162.     curl https://repogen.simplylinux.ch/txt/bionic/gpg_aaa138fbf0ee02a696f28a0b04daa71bd2c97fb3.txt | sudo tee /etc/apt/gpg_keys.txt
  163.  
  164. sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 614C4B38
  165. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93330B78
  166. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A
  167. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1378B444
  168. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
  169. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  247510BE
  170. sudo wget -O - http://apt.mucommander.com/apt.key | sudo apt-key add -
  171. wget -q http://liveusb.info/multisystem/depot/multisystem.asc -O- | sudo apt-key add -
  172. sudo wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
  173. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886
  174.  sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4BB9F05F
  175. wget -O - http://www.bchemnet.com/suldr/suldr.gpg | sudo apt-key add -
  176. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FDA5DFFC
  177. sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D2C19886
  178. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F24AEA9FB05498B7
  179. curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
  180. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 886DDD89
  181. wget http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -
  182. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8844C542  
  183.  
  184.  
  185. Alternate layout for synaptic
  186. Direct Link to Synaptic Sources List or use:
  187. WARNING: This will overwrite your existing sources.list:
  188.     curl https://repogen.simplylinux.ch/txt/bionic/synaptic_aaa138fbf0ee02a696f28a0b04daa71bd2c97fb3.txt | sudo tee /etc/apt/sources.list
  189.  
  190. #------------------------------------------------------------------------------#
  191. #                            OFFICIAL UBUNTU REPOS                             #
  192. #------------------------------------------------------------------------------#
  193.  
  194.  
  195. ###### Ubuntu Main Repos
  196. deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse
  197. deb-src http://us.archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse
  198.  
  199. ###### Ubuntu Update Repos
  200. deb http://us.archive.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse
  201. deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse
  202. deb http://us.archive.ubuntu.com/ubuntu/ bionic-proposed main restricted universe multiverse
  203. deb http://us.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
  204. deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse
  205. deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse
  206. deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-proposed main restricted universe multiverse
  207. deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
  208.  
  209. #------------------------------------------------------------------------------#
  210. #                           UNOFFICIAL UBUNTU REPOS                            #
  211. #------------------------------------------------------------------------------#
  212.  
  213.  
  214. ###### 3rd Party Binary Repos
  215.  
  216. ## Run this command: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 614C4B38
  217. deb http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu bionic main # Gimp PPA - https://launchpad.net/~otto-kesselgulasch/+archive/gimp
  218.  
  219. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93330B78
  220. deb http://ppa.launchpad.net/dhor/myway/ubuntu bionic main # Highly Explosive PPA - https://launchpad.net/~dhor/+archive/myway
  221.  
  222. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A
  223. deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu bionic main # Kubuntu Backports PPA - https://edge.launchpad.net/~kubuntu-ppa/+archive/backports
  224.  
  225. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A
  226. deb http://ppa.launchpad.net/kubuntu-ppa/beta/ubuntu bionic main # Kubuntu Beta Backports PPA - https://launchpad.net/~kubuntu-ppa/+archive/beta
  227.  
  228. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1378B444
  229. deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic main # LibreOffice PPA - http://www.documentfoundation.org/download/
  230.  
  231. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
  232. deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen # MongoDB - http://www.mongodb.org/
  233.  
  234. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  247510BE
  235. deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu bionic main # Mozilla Daily Build Team PPA - http://edge.launchpad.net/~ubuntu-mozilla-daily/+archive/ppa
  236.  
  237. ## Run this command: sudo wget -O - http://apt.mucommander.com/apt.key | sudo apt-key add -
  238. deb http://apt.mucommander.com stable main non-free contrib   # muCommander - http://www.mucommander.com/
  239.  
  240. ## Run this command: sudo wget -O - http://apt.mucommander.com/apt.key | sudo apt-key add -
  241. deb http://apt.mucommander.com unstable main non-free contrib   # muCommander (unstable) - http://www.mucommander.com/
  242.  
  243. ## Run this command: wget -q http://liveusb.info/multisystem/depot/multisystem.asc -O- | sudo apt-key add -
  244. deb http://liveusb.info/multisystem/depot all main # MultiSystem - http://liveusb.info/dotclear/
  245.  
  246. ## Run this command: sudo wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
  247. deb http://deb.opera.com/opera/ stable non-free # Opera - http://www.opera.com/
  248.  
  249. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886
  250. deb http://ppa.launchpad.net/webupd8team/java/ubuntu bionic main # Oracle Java (JDK) Installer PPA - http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html
  251.  
  252. ## Run this command:  sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4BB9F05F
  253. deb http://ppa.launchpad.net/jcfp/ppa/ubuntu bionic main # SABnzbd PPA - http://sabnzbd.org/
  254.  
  255. ## Run this command: wget -O - http://www.bchemnet.com/suldr/suldr.gpg | sudo apt-key add -
  256. deb http://www.bchemnet.com/suldr/ debian extra # Samsung Unified Linux Driver Repository (SULDR) - http://www.bchemnet.com/suldr/index.html
  257.  
  258. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FDA5DFFC
  259. deb https://apt.sonarr.tv/ master main # Sonarr - https://sonarr.tv/
  260.  
  261. ## Run this command: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D2C19886
  262. deb http://repository.spotify.com stable non-free # Spotify - https://www.spotify.com/us/download/linux/
  263.  
  264. ## Run this command: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D2C19886
  265. deb http://repository.spotify.com testing non-free # Spotify (testing) - https://www.spotify.com/us/download/linux/
  266.  
  267. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F24AEA9FB05498B7
  268. deb [arch=i386] http://repo.steampowered.com/steam/ precise steam # Steam for Linux - http://store.steampowered.com/about/
  269.  
  270. ## Run this command: curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
  271. deb http://apt.syncthing.net/ syncthing release # Syncthing - https://syncthing.net/
  272.  
  273. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 886DDD89
  274. deb http://deb.torproject.org/torproject.org bionic main # Tor: anonymity online - https://www.torproject.org
  275.  
  276. ## Run this command: wget http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -
  277. deb http://download.webmin.com/download/repository sarge contrib # Webmin - http://www.webmin.com
  278.  
  279. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8844C542  
  280. deb http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu bionic main # Xorg Edgers PPA - https://launchpad.net/~xorg-edgers
  281.  
  282.  
  283. ####### 3rd Party Source Repos
  284.  
  285. ## Run this command: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 614C4B38
  286. deb-src http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu bionic main # Gimp PPA (Source) - https://launchpad.net/~otto-kesselgulasch/+archive/gimp
  287.  
  288. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93330B78
  289. deb-src http://ppa.launchpad.net/dhor/myway/ubuntu bionic main  # Highly Explosive PPA (Source) - https://launchpad.net/~dhor/+archive/myway
  290.  
  291. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A
  292. deb-src http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu bionic main # Kubuntu Backports PPA (Source) - https://edge.launchpad.net/~kubuntu-ppa/+archive/backports
  293.  
  294. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A
  295. deb-src http://ppa.launchpad.net/kubuntu-ppa/beta/ubuntu bionic main # Kubuntu Beta Backports PPA (Source) - https://launchpad.net/~kubuntu-ppa/+archive/beta
  296.  
  297. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1378B444
  298. deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic main # LibreOffice PPA (Source) - http://www.documentfoundation.org/download/
  299.  
  300. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  247510BE
  301. deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu bionic main # Mozilla Daily Build Team PPA (Source) - http://edge.launchpad.net/~ubuntu-mozilla-daily/+archive/ppa
  302.  
  303. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886
  304. deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu bionic main # Oracle Java (JDK) Installer PPA (Source) - http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html
  305.  
  306. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 886DDD89
  307. deb-src http://deb.torproject.org/torproject.org bionic main # Tor: anonymity online (Source) - https://www.torproject.org
  308.  
  309. ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8844C542  
  310. deb-src http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu bionic main # Xorg Edgers PPA (Source) - https://launchpad.net/~xorg-edgers
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement