Advertisement
Guest User

Untitled

a guest
May 1st, 2021
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 16.29 KB | None | 0 0
  1. myzel394@Myzel394-Home-Computer:~$ grep ^deb -r /etc/apt/ --include=*.list
  2. /etc/apt/sources.list.d/google-chrome.list:deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
  3. /etc/apt/sources.list.d/docker.list:deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu   focal stable
  4. /etc/apt/sources.list.d/home:ungoogled_chromium.list:deb http://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Focal/ /
  5. /etc/apt/sources.list.d/pgdg.list:deb http://apt.postgresql.org/pub/repos/apt focal-pgdg main
  6. /etc/apt/sources.list.d/i2p-maintainers-ubuntu-i2p-focal.list:deb http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu focal main
  7. /etc/apt/sources.list.d/microsoft-edge-dev.list:deb [arch=amd64] http://packages.microsoft.com/repos/edge/ stable main
  8. /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-focal.list:deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal main
  9. /etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ focal main restricted
  10. /etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ focal-updates main restricted
  11. /etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ focal universe
  12. /etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ focal-updates universe
  13. /etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ focal multiverse
  14. /etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ focal-updates multiverse
  15. /etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
  16. /etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu focal-security main restricted
  17. /etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu focal-security universe
  18. /etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu focal-security multiverse
  19. myzel394@Myzel394-Home-Computer:~$ sudo grep -ir ungoogled /etc
  20. [sudo] password for myzel394:
  21. /etc/apt/sources.list.d/home:ungoogled_chromium.list:deb http://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Focal/ /
  22. /etc/apt/sources.list.d/home:ungoogled_chromium.list.save:deb http://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Focal/ /
  23. myzel394@Myzel394-Home-Computer:~$ sudo apt-get update
  24. Get:1 http://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Focal  InRelease [1.565 B]
  25. Get:2 http://dl.google.com/linux/chrome/deb stable InRelease [1.811 B]                                                                                                                                            
  26. Get:3 http://packages.microsoft.com/repos/edge stable InRelease [7.343 B]                                                                                                                                        
  27. Get:4 http://de.archive.ubuntu.com/ubuntu focal InRelease [265 kB]                                                                                                                                                
  28. Get:5 https://download.docker.com/linux/ubuntu focal InRelease [36,2 kB]                                                                                                                          
  29. Get:6 http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu focal InRelease [17,5 kB]                                                                                                              
  30. Get:7 http://apt.postgresql.org/pub/repos/apt focal-pgdg InRelease [81,6 kB]                                                                                            
  31. Get:8 http://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Focal  Packages [3.921 B]                                          
  32. Err:2 http://dl.google.com/linux/chrome/deb stable InRelease                                                                                                                
  33.   The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 78BD65473CB3BD13
  34. Get:9 http://security.ubuntu.com/ubuntu focal-security InRelease [109 kB]                                                                            
  35. Get:10 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InRelease [17,5 kB]                        
  36. Get:11 http://de.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]                                                  
  37. Err:3 http://packages.microsoft.com/repos/edge stable InRelease                                                                          
  38.  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB3E94ADBE1229CF
  39. Get:12 http://de.archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
  40. Get:13 https://download.docker.com/linux/ubuntu focal/stable amd64 Packages [9.166 B]
  41. Err:6 http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu focal InRelease
  42.   The following signatures couldn't be verified because the public key is not available: NO_PUBKEY AB9660B9EB2CC88B
  43. Get:14 http://de.archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB]
  44. Get:15 http://de.archive.ubuntu.com/ubuntu focal/main i386 Packages [718 kB]
  45. Err:7 http://apt.postgresql.org/pub/repos/apt focal-pgdg InRelease
  46.  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7FCC7D46ACCC4CF8
  47. Get:16 http://de.archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB]
  48. Err:10 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InRelease
  49.   The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1E9377A2BA9EF27F
  50. Get:17 http://de.archive.ubuntu.com/ubuntu focal/main amd64 DEP-11 Metadata [494 kB]
  51. Get:18 http://de.archive.ubuntu.com/ubuntu focal/main DEP-11 48x48 Icons [98,4 kB]
  52. Get:19 http://de.archive.ubuntu.com/ubuntu focal/main DEP-11 64x64 Icons [163 kB]
  53. Get:20 http://de.archive.ubuntu.com/ubuntu focal/main DEP-11 64x64@2 Icons [15,8 kB]
  54. Get:21 http://de.archive.ubuntu.com/ubuntu focal/main amd64 c-n-f Metadata [29,5 kB]
  55. Get:22 http://de.archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22,0 kB]
  56. Get:23 http://de.archive.ubuntu.com/ubuntu focal/restricted i386 Packages [8.112 B]
  57. Get:24 http://de.archive.ubuntu.com/ubuntu focal/restricted Translation-en [6.212 B]
  58. Get:25 http://de.archive.ubuntu.com/ubuntu focal/restricted amd64 c-n-f Metadata [392 B]
  59. Get:26 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8.628 kB]
  60. Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [627 kB]    
  61. Get:28 http://de.archive.ubuntu.com/ubuntu focal/universe i386 Packages [4.642 kB]
  62. Get:29 http://de.archive.ubuntu.com/ubuntu focal/universe Translation-en [5.124 kB]      
  63. Get:30 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [224 kB]      
  64. Get:31 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [127 kB]                
  65. Get:32 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 DEP-11 Metadata [3.603 kB]                  
  66. Get:33 http://security.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata [24,4 kB]                
  67. Get:34 http://security.ubuntu.com/ubuntu focal-security/main DEP-11 48x48 Icons [11,0 kB]                      
  68. Get:35 http://security.ubuntu.com/ubuntu focal-security/main DEP-11 64x64 Icons [16,5 kB]                    
  69. Get:36 http://security.ubuntu.com/ubuntu focal-security/main DEP-11 64x64@2 Icons [29 B]                    
  70. Get:37 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [7.460 B]              
  71. Get:38 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [15,0 kB]                    
  72. Get:39 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [184 kB]              
  73. Get:40 http://de.archive.ubuntu.com/ubuntu focal/universe DEP-11 48x48 Icons [3.016 kB]                
  74. Get:41 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [27,0 kB]    
  75. Get:42 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [392 B]        
  76. Get:43 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [440 kB]            
  77. Get:44 http://de.archive.ubuntu.com/ubuntu focal/universe DEP-11 64x64 Icons [7.794 kB]              
  78. Get:45 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [557 kB]              
  79. Get:46 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [83,8 kB]                
  80. Get:47 http://security.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata [58,3 kB]                  
  81. Get:48 http://security.ubuntu.com/ubuntu focal-security/universe DEP-11 48x48 Icons [26,7 kB]                      
  82. Get:49 http://security.ubuntu.com/ubuntu focal-security/universe DEP-11 64x64 Icons [46,0 kB]                  
  83. Get:50 http://security.ubuntu.com/ubuntu focal-security/universe DEP-11 64x64@2 Icons [29 B]                  
  84. Get:51 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [10,8 kB]
  85. Get:52 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [4.308 B]                        
  86. Get:53 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [14,9 kB]                
  87. Get:54 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [3.160 B]                
  88. Get:55 http://de.archive.ubuntu.com/ubuntu focal/universe DEP-11 64x64@2 Icons [44,3 kB]                        
  89. Get:56 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 c-n-f Metadata [265 kB]    
  90. Get:57 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [340 B]
  91. Get:58 http://de.archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB]                          
  92. Get:59 http://de.archive.ubuntu.com/ubuntu focal/multiverse i386 Packages [74,7 kB]
  93. Get:60 http://de.archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB]
  94. Get:61 http://de.archive.ubuntu.com/ubuntu focal/multiverse amd64 DEP-11 Metadata [48,4 kB]
  95. Get:62 http://de.archive.ubuntu.com/ubuntu focal/multiverse DEP-11 48x48 Icons [23,1 kB]
  96. Get:63 http://de.archive.ubuntu.com/ubuntu focal/multiverse DEP-11 64x64 Icons [192 kB]
  97. Get:64 http://de.archive.ubuntu.com/ubuntu focal/multiverse DEP-11 64x64@2 Icons [214 B]
  98. Get:65 http://de.archive.ubuntu.com/ubuntu focal/multiverse amd64 c-n-f Metadata [9.136 B]
  99. Get:66 http://de.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [465 kB]
  100. Get:67 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [951 kB]
  101. Get:68 http://de.archive.ubuntu.com/ubuntu focal-updates/main Translation-en [217 kB]
  102. Get:69 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 DEP-11 Metadata [265 kB]
  103. Get:70 http://de.archive.ubuntu.com/ubuntu focal-updates/main DEP-11 48x48 Icons [55,6 kB]
  104. Get:71 http://de.archive.ubuntu.com/ubuntu focal-updates/main DEP-11 64x64 Icons [87,9 kB]
  105. Get:72 http://de.archive.ubuntu.com/ubuntu focal-updates/main DEP-11 64x64@2 Icons [29 B]
  106. Get:73 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [13,2 kB]
  107. Get:74 http://de.archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [16,3 kB]
  108. Get:75 http://de.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [207 kB]
  109. Get:76 http://de.archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [30,7 kB]
  110. Get:77 http://de.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [436 B]
  111. Get:78 http://de.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [765 kB]
  112. Get:79 http://de.archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [566 kB]
  113. Get:80 http://de.archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [164 kB]
  114. Get:81 http://de.archive.ubuntu.com/ubuntu focal-updates/universe amd64 DEP-11 Metadata [303 kB]
  115. Get:82 http://de.archive.ubuntu.com/ubuntu focal-updates/universe DEP-11 48x48 Icons [200 kB]
  116. Get:83 http://de.archive.ubuntu.com/ubuntu focal-updates/universe DEP-11 64x64 Icons [356 kB]
  117. Get:84 http://de.archive.ubuntu.com/ubuntu focal-updates/universe DEP-11 64x64@2 Icons [29 B]
  118. Get:85 http://de.archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [17,2 kB]
  119. Get:86 http://de.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [21,7 kB]
  120. Get:87 http://de.archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [6.128 B]
  121. Get:88 http://de.archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [5.508 B]
  122. Get:89 http://de.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 DEP-11 Metadata [2.468 B]
  123. Get:90 http://de.archive.ubuntu.com/ubuntu focal-updates/multiverse DEP-11 48x48 Icons [29 B]
  124. Get:91 http://de.archive.ubuntu.com/ubuntu focal-updates/multiverse DEP-11 64x64 Icons [2.638 B]
  125. Get:92 http://de.archive.ubuntu.com/ubuntu focal-updates/multiverse DEP-11 64x64@2 Icons [29 B]
  126. Get:93 http://de.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [600 B]
  127. Get:94 http://de.archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [112 B]
  128. Get:95 http://de.archive.ubuntu.com/ubuntu focal-backports/restricted amd64 c-n-f Metadata [116 B]
  129. Get:96 http://de.archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [2.932 B]
  130. Get:97 http://de.archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [4.032 B]
  131. Get:98 http://de.archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [1.448 B]
  132. Get:99 http://de.archive.ubuntu.com/ubuntu focal-backports/universe amd64 DEP-11 Metadata [1.768 B]
  133. Get:100 http://de.archive.ubuntu.com/ubuntu focal-backports/universe DEP-11 48x48 Icons [2.809 B]
  134. Get:101 http://de.archive.ubuntu.com/ubuntu focal-backports/universe DEP-11 64x64 Icons [3.944 B]
  135. Get:102 http://de.archive.ubuntu.com/ubuntu focal-backports/universe DEP-11 64x64@2 Icons [29 B]
  136. Get:103 http://de.archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [224 B]
  137. Get:104 http://de.archive.ubuntu.com/ubuntu focal-backports/multiverse amd64 c-n-f Metadata [116 B]
  138. Reading package lists... Done                                    
  139. W: GPG error: http://dl.google.com/linux/chrome/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 78BD65473CB3BD13
  140. E: The repository 'http://dl.google.com/linux/chrome/deb stable InRelease' is not signed.
  141. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  142. N: See apt-secure(8) manpage for repository creation and user configuration details.
  143. W: GPG error: http://packages.microsoft.com/repos/edge stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB3E94ADBE1229CF
  144. E: The repository 'http://packages.microsoft.com/repos/edge stable InRelease' is not signed.
  145. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  146. N: See apt-secure(8) manpage for repository creation and user configuration details.
  147. W: GPG error: http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY AB9660B9EB2CC88B
  148. E: The repository 'http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu focal InRelease' is not signed.
  149. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  150. N: See apt-secure(8) manpage for repository creation and user configuration details.
  151. W: GPG error: http://apt.postgresql.org/pub/repos/apt focal-pgdg InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7FCC7D46ACCC4CF8
  152. E: The repository 'http://apt.postgresql.org/pub/repos/apt focal-pgdg InRelease' is not signed.
  153. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  154. N: See apt-secure(8) manpage for repository creation and user configuration details.
  155. W: GPG error: http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1E9377A2BA9EF27F
  156. E: The repository 'http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InRelease' is not signed.
  157. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  158. N: See apt-secure(8) manpage for repository creation and user configuration details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement