[Dev] keyring problem

bill-auger bill-auger at peers.community
Sat Dec 30 01:42:47 GMT 2017


today i discovered another sequence of commands that can get this
package installed that does not require installing that package twice
but instead installing the keyring package twice

the following command fail to install the package:
# rm -rf /etc/pacman.d/gnupg/
# pacman-key --init
# pacman -S  --noconfirm    parabola-keyring
# pacman-key --populate     parabola
# pacman -S  --noconfirm    parabola-keyring
# pacman -S  --noconfirm    wbar

the following command succeed installing the package:
# rm -rf /etc/pacman.d/gnupg/
# pacman-key --init
# pacman -S  --noconfirm    parabola-keyring
# pacman-key --populate     parabola
# pacman-key --refresh-keys
# pacman -S  --noconfirm    parabola-keyring
# pacman -S  --noconfirm    wbar

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <https://lists.parabola.nu/pipermail/dev/attachments/20171229/9d7bcbd4/attachment.sig>


More information about the Dev mailing list