mrneilypops

live cd pacman repo signature problem?

Oct 1st, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. Congratulations on this great release!
  2.  
  3. I am playing with the live cd and wanted to install some packages but I get a repo signature issue;
  4.  
  5. [code]
  6. [== Undefined ==]
  7. 1 liveuser@ArchMerge ~ % sudo pacman -Syyu :(
  8. error: archmergelinux_repo: signature from "Erik Dubois <erik.dubois@gmail.com>" is unknown trust
  9. :: Synchronizing package databases...
  10. core 125.5 KiB 77.0K/s 00:02 [----------------------------] 100%
  11. extra 1656.1 KiB 500K/s 00:03 [----------------------------] 100%
  12. community 4.0 MiB 2.43M/s 00:02 [----------------------------] 100%
  13. multilib 173.3 KiB 42.3M/s 00:00 [----------------------------] 100%
  14. archmergelinux_repo 4.9 KiB 0.00B/s 00:00 [----------------------------] 100%
  15. archmergelinux_repo.sig 310.0 B 0.00B/s 00:00 [----------------------------] 100%
  16. error: archmergelinux_repo: signature from "Erik Dubois <erik.dubois@gmail.com>" is unknown trust
  17. error: failed to update archmergelinux_repo (invalid or corrupted database (PGP signature))
  18. error: database 'archmergelinux_repo' is not valid (invalid or corrupted database (PGP signature))
  19. 1 liveuser@ArchMerge ~ % sudo nano /etc/pacman.conf
  20. [/code]
  21.  
  22. I tried various options to correct this;
  23.  
  24. sudo pacman -S gnupg
  25. sudo pacman-key --populate archlinux
  26. sudo pacman-key --refresh-keys
  27.  
  28.  
  29. but I had to resort to editing the archmergelinux_repo in /etc/pacman.conf to SigLevel = Never :rolleyes:
  30.  
  31. and then I was able to update and install apps :cool:
Add Comment
Please, Sign In to add comment