Then try this: $ pacman-key --list-keys | grep 'Dave Reisner' gpg: Note: trustdb not writable uid [ full ] Dave Reisner <[email protected]> uid [ full ] Dave Reisner <[email protected]>
As you see, the trust is "full", it could also be "ultimate", if in your case is "marginal" or sth. like not trusted, then try: $ sudo pacman-key --edit-key key-id-or-owner-name Replace key-id-or-owner-name with 'Dave Reisner' in this case (including the quotation marks!) then in the GPG CLI interface run gpg>trust and when it asks you "Your decision?" set it to 5. then you should get: Do you really want to set this key to ultimate trust? (y/N) and accept too, and after that run: gpg> quit Save changes? (y/N) y then re-run the first command, if you see that the change was successful, then the issue should be solved El 16/05/17 a las 17:02, Joseph Graham escribió: > arch-install-scripts, a dep of libretools, WILL NOT install. > > error: arch-install-scripts: signature from "Dave Reisner > <[email protected]>" is invalid > :: File /var/cache/pacman/pkg/arch-install-scripts-17-1-any.pkg.tar.xz is > corrupted (invalid or corrupted package (PGP signature)). > -- GPG: 0x227CA7C556B2BA78 _______________________________________________ Dev mailing list [email protected] https://lists.parabola.nu/mailman/listinfo/dev
