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
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Dev mailing list [email protected] https://lists.parabola.nu/mailman/listinfo/dev
