You are not logged in.
Pages: 1
Hello, I’m new to install Arch linux
I tried to install essential package (linux, linux-firmware, etc.) with pacstrap but faced the error: libcap is corrupted (invalid of corrupted package) so I tried to reinstall archlinux-keyring package with command ‘pacman -S archlinux-keyring’ and also tried ‘pacman-key --init’ but now It shows the error ‘archlinux is corrupted (invalid of corrupted package’
I can’t remove archlinux-keyring-20220727-1-any.pkg.tar.zst file and don’t know why. I need help…
Last edited by cide (2022-08-04 09:05:35)
Offline
I faced this too when installing Arch recently. The sequence of commands that I used was:
...
mount /dev/root_partition /mnt
pacman -Sy archlinux-keyring && pacman -Su
pacstrap /mnt base linux linux-firmware
...Offline
@cide Please search the forum before posting - there are several similar and recent topics already, eg:
https://bbs.archlinux.org/viewtopic.php?id=278553
Pages: 1