Advertisement
wickedjackal

invalid sig

May 31st, 2024 (edited)
849
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.08 KB | None | 0 0
  1. Get:1 file:/var/lib/preinstalled-pool jammy InRelease
  2. Ign:1 file:/var/lib/preinstalled-pool jammy InRelease
  3. Get:2 file:/var/lib/preinstalled-pool jammy Release [3,949 B]
  4. Get:2 file:/var/lib/preinstalled-pool jammy Release [3,949 B]
  5. Hit:3 https://repo.radeon.com/amdgpu/6.0.2/ubuntu focal InRelease
  6. Ign:5 https://releases.warp.dev/linux/deb stable InRelease
  7. Hit:6 https://releases.warp.dev/linux/deb stable Release
  8. Hit:7 https://repo.radeon.com/rocm/apt/6.0.2 focal InRelease
  9. Hit:8 https://repo.nordvpn.com/deb/nordvpn/debian stable InRelease
  10. Hit:9 http://deb.gierens.de stable InRelease
  11. Get:10 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
  12. Get:12 http://archive.neon.kde.org/user jammy InRelease [21.9 kB]
  13. Hit:13 http://archive.ubuntu.com/ubuntu jammy InRelease
  14. Get:14 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
  15. Hit:15 https://ppa.launchpadcontent.net/appimagelauncher-team/stable/ubuntu jammy InRelease
  16. Get:16 http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-completions/xUbuntu_22.04  InRelease [1,555 B]
  17. Hit:17 https://ppa.launchpadcontent.net/neovim-ppa/stable/ubuntu jammy InRelease
  18. Get:18 http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-syntax-highlighting/xUbuntu_22.04  InRelease [1,579 B]
  19. Get:19 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu jammy InRelease [24.6 kB]
  20. Err:16 http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-completions/xUbuntu_22.04  InRelease
  21.   The following signatures were invalid: EXPKEYSIG 9CBE063CAB8FE1F1 shells:zsh-users:zsh-completions OBS Project <shells:zsh-users:zsh-completions@build.opensuse.org>
  22. Err:18 http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-syntax-highlighting/xUbuntu_22.04  InRelease
  23.   The following signatures were invalid: EXPKEYSIG 767B5F350F20116F shells:zsh-users OBS Project <shells:zsh-users@build.opensuse.org>
  24. Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,686 kB]
  25. Get:21 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu jammy/main amd64 Packages [34.3 kB]
  26. Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,076 kB]
  27. Reading package lists... Done
  28. W: file:/var/lib/preinstalled-pool/dists/jammy/Release.gpg: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
  29. W: GPG error: http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-completions/xUbuntu_22.04  InRelease: The following signatures were invalid: EXPKEYSIG 9CBE063CAB8FE1F1 shells:zsh-users:zsh-completions OBS Project <shells:zsh-users:zsh-completions@build.opensuse.org>
  30. E: The repository 'http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-completions/xUbuntu_22.04  InRelease' is not signed.
  31. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  32. N: See apt-secure(8) manpage for repository creation and user configuration details.
  33. W: GPG error: http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-syntax-highlighting/xUbuntu_22.04  InRelease: The following signatures were invalid: EXPKEYSIG 767B5F350F20116F shells:zsh-users OBS Project <shells:[email protected]>
  34. E: The repository 'http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-syntax-highlighting/xUbuntu_22.04  InRelease' is not signed.
  35. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  36. N: See apt-secure(8) manpage for repository creation and user configuration details.
  37.  
  38.  
  39.  
  40.    sudo apt-key del 9CBE063CAB8FE1F1
  41.  
  42.    sudo apt-key del 767B5F350F20116F
  43.  
  44.    curl -fsSL https://download.opensuse.org/repositories/shells:/zsh-users:/zsh-completions/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/zsh-users-completions.gpg > /dev/null
  45.  
  46.    curl -fsSL https://download.opensuse.org/repositories/shells:/zsh-users:/zsh-syntax-highlighting/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/zsh-users-syntax-highlighting.gpg > /dev/null
  47.  
  48. sudo cp /etc/apt/trusted.gpg /etc/apt/trusted.gpg.d/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement