LFS 3.1장 zsh: 명령을 찾을 수 없음: wget

LFS 3.1장 zsh: 명령을 찾을 수 없음: wget

안녕하세요 여러분, 저는 Black Arch VM에서 LFS를 만들고 있습니다. 현재 3.1장을 진행 중이며 명령을 실행했지만 wget https://www.linuxfromscratch.org/lfs/view/11.0/wget-list오류가 발생했습니다 zsh: command not found: wget. LFS 구축을 시작하기 전에 wget을 얻으려고 실행했지만 다음과 같은 sudo pacman -S wget결과를 얻었습니다.

resolving dependencies...
looking for conflicting packages...

Packages (1) wget-1.21.2-1

Total Download Size:   0.72 MiB
Total Installed Size:  3.08 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 wget-1.21.2-1-x86_64                                 739.1 KiB   193 KiB/s 00:04 [##############################################] 100%
(1/1) checking keys in keyring                                                    [##############################################] 100%
(1/1) checking package integrity                                                  [##############################################] 100%
error: wget: signature from "Levente Polyak (anthraxx) <[email protected]>" is unknown trust
:: File /var/cache/pacman/pkg/wget-1.21.2-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.`

이 오류를 해결하는 방법에 대한 아이디어가 있습니까? 귀하의 답변과 제안에 감사드립니다.

시도했지만 pacman -Sy archlinux-keyring && pacman -Syyu얻었습니다.

error: failed retrieving file 'wget-1.21.2-1-x86_64.pkg.tar.zst' from mirror.rackspace.com : Failure writing output to destination warning: failed to retrieve some files error: failed to commit transaction (download library error)

관련 정보