Project

General

Profile

Problem updating Parabola after installing from systemd/LXDE 2018.06.04 ISO [SOLVED]

AdamHoles - over 4 years ago -

I installed Parabola from parabola-systemd-lxde-dual-complete-2018.06.04.iso.
After installation, I entered:

$ sudo pacman -Sy
$ sudo pacman -S unarchiver
$ sudo pacman -Syu

I answered to everything with yes and 2) systemd.
In the end, I had "unknown trust" errors with the PGP signatures.


Replies (5)

Problem updating Parabola after installing from systemd/LXDE 2018.06.04 ISO - bill-auger - over 4 years ago -

AdamHoles -

run these commands:

# refresh-keys
# pacman -R unar
# pacman -U https://repo.parabola.nu/pool/archlinux32/archlinux32-keyring-transition-20190108-1-any.pkg.tar.xz
# pacman -Syu

if the `refresh-keys` command is not found, run the commands in section 1 of this wiki page instead:

https://wiki.parabola.nu/Parabola_Keyring

'unar' is a previous package that was replaced by 'unarchiver' - 'unar' no longer exists - `pacman -R unar` will remove it - it is not needed because 'unarchiver' does the same job

RE: Problem updating Parabola after installing from systemd/LXDE 2018.06.04 ISO - AdamHoles - over 4 years ago -

bill-auger wrote:

it looks like their redirector is offline

this URL should work:

[...]

I got the following error message in the screenshot. It means:
loading packages…
error: '/var/cache/pacman/pkg/archlinux32-keyring-transition-20190108-1-any.pkg.tar.xz': faulty or wounded package (PGP signature)

Képernyőkép – 2019-06-24 01-22-55.png (89.3 KB) Képernyőkép – 2019-06-24 01-22-55.png pacman -U https://mirror.archlinux32.org/pool/archlinux32-keyring-transition-20190108-1-any.pkg.tar.xz error message.

RE: Problem updating Parabola after installing from systemd/LXDE 2018.06.04 ISO - bill-auger - over 4 years ago -

im not quite sure what stage you are at just now - maybe the cache needs to be cleared or maybe you do not have the 'archlinux-keyring' package installed yet

# pacman -Scc
# pacman -S archlinux-keyring
# pacman -U https://repo.parabola.nu/pool/archlinux32/archlinux32-keyring-transition-20190108-1-any.pkg.tar.xz
# pacman -Syu

RE: Problem updating Parabola after installing from systemd/LXDE 2018.06.04 ISO [SOLVED] - AdamHoles - over 4 years ago -

bill-auger wrote:

im not quite sure what stage you are at just now - maybe the cache needs to be cleared or maybe you do not have the 'archlinux-keyring' package installed yet

[...]

I solved the issue by following the section 1 of the above-mentioned wiki page ( https://wiki.parabola.nu/Parabola_Keyring ), but without the archlinux32-keyring and archlinux32 strings, which I omitted from the commands. Then I followed the section 1 of the above-mentioned wiki page in full. So, the command I entered are:

# pacman -Sy
# pacman -R unar
# pacman -S unarchiver
#
# pacman -Scc
# pacman -Syy archlinux-keyring archlinuxarm-keyring parabola-keyring
# pacman-key --init
# pacman-key --populate archlinux archlinuxarm parabola
# pacman-key --refresh-keys
#
# pacman -U https://repo.parabola.nu/pool/archlinux32/archlinux32-keyring-transition-20190108-1-any.pkg.tar.xz
#
# pacman -Scc
# pacman -Syy archlinux-keyring archlinux32-keyring parabola-keyring
# pacman-key --init
# pacman-key --populate archlinux archlinux32 archlinuxarm parabola
# pacman-key --refresh-keys
#
# pacman -Syu && reboot

RE: Problem updating Parabola after installing from systemd/LXDE 2018.06.04 ISO [SOLVED] - Vane - over 4 years ago -

Hello bill-auger, AdamHoles,

thank you for your instructions.

I faced the same updating problem and could solve it as described above.

Vane

    (1-5/5)