VirtualBoxをインストールしようとしましたが、pacmanがvirtualbox-Host-modules-Archパッケージを見つけることができず、pacmanが試行するすべてのミラーは404を取得します。
resolving dependencies...
:: There are 2 providers available for VIRTUALBOX-Host-MODULES:
:: Repository community
1) virtualbox-Host-dkms 2) virtualbox-Host-modules-Arch
Enter a number (default=1): 2
looking for conflicting packages...
Packages (2) virtualbox-Host-modules-Arch-5.2.2-7 virtualbox-5.2.2-2
Total Download Size: 0.20 MiB
Total Installed Size: 102.95 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
error: failed retrieving file 'virtualbox-Host-modules-Arch-5.2.2-7-x86_64.pkg.tar.xz' from Arch.mirror.square-r00t.net : The requested URL returned error: 404
error: failed retrieving file 'virtualbox-Host-modules-Arch-5.2.2-7-x86_64.pkg.tar.xz' from Arch.mirror.square-r00t.net : The requested URL returned error: 404
error: failed retrieving file 'virtualbox-Host-modules-Arch-5.2.2-7-x86_64.pkg.tar.xz' from Arch.mirror.square-r00t.net : Protocol "rsync" not supported or disabled in libcurl
error: failed retrieving file 'virtualbox-Host-modules-Arch-5.2.2-7-x86_64.pkg.tar.xz' from archlinux.prometeolibero.eu : The requested URL returned error: 404
error: failed retrieving file 'virtualbox-Host-modules-Arch-5.2.2-7-x86_64.pkg.tar.xz' from archlinux.prometeolibero.eu : The requested URL returned error: 404
error: failed retrieving file 'virtualbox-Host-modules-Arch-5.2.2-7-x86_64.pkg.tar.xz' from Arch.mirror.square-r00t.net : The requested URL returned error: 404
error: failed retrieving file 'virtualbox-Host-modules-Arch-5.2.2-7-x86_64.pkg.tar.xz' from Arch.mirror.square-r00t.net : The requested URL returned error: 404
error: failed retrieving file 'virtualbox-Host-modules-Arch-5.2.2-7-x86_64.pkg.tar.xz' from Arch.mirror.square-r00t.net : Protocol "rsync" not supported or disabled in libcurl
error: failed retrieving file 'virtualbox-Host-modules-Arch-5.2.2-7-x86_64.pkg.tar.xz' from archlinux.prometeolibero.eu : The requested URL returned error: 404
error: failed retrieving file 'virtualbox-Host-modules-Arch-5.2.2-7-x86_64.pkg.tar.xz' from archlinux.prometeolibero.eu : The requested URL returned error: 404
これは、リポジトリ内のvirtualbox-Host-modules-Archパッケージが実際にはバージョン5.2.2-10であるためですか?もしそうなら、どうすればそれを依存関係として使用できますか?
これは、リポジトリ内のvirtualbox-Host-modules-Archパッケージが実際にはバージョン5.2.2-10であるためですか?
はい。
もしそうなら、どうすればそれを依存関係として使用できますか?
リポジトリ情報のローカルコピーを更新するようにpacmanに指示します。
これはpacman -Sy
を使用して実行できますが、代わりにpacman -Syu
を使用して完全なシステムアップグレードを実行することを強くお勧めします。