こんにちは、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)