Arch-Linux

我無法安裝等離子。安裝應用程序流時出錯

  • December 1, 2021

當我安裝 Arch linux 時,我將 GNOME 41 安裝為 GUI。

但我想安裝 KDE Plasma 5。

我以 root 身份執行以下命令:

pacman -S plasma plasma-wayland-session kde-applications

但是執行這個命令會凍結一段時間安裝包appstream-qt 0.14.6-1 x86_64,然後出現一堆錯誤!

我已經複製了所有看起來很重要的錯誤!

error: Failed to get file 'appstream-qt-0.14.6-1-x86_64.pkg.tar.zst' from mirror.osbeck.com : The requested URL returned error: 404
error: Failed to get file 'appstream-qt-0.14.6-1-x86_64.pkg.tar.zst' from archmirror.it : The requested URL returned error: 404
error: Failed to get file 'appstream-qt-0.14.6-1-x86_64.pkg.tar.zst' from mirror.cyberbits.eu : The requested URL returned error: 404
error: Failed to get file 'appstream-qt-0.14.6-1-x86_64.pkg.tar.zst' from de.arch.mirror.kescher.at : The requested URL returned error: 404
error: Failed to get file 'appstream-qt-0.14.6-1-x86_64.pkg.tar.zst' from mirror.pkgbuild.com : The requested URL returned error: 404
error: Failed to get file 'appstream-qt-0.14.6-1-x86_64.pkg.tar.zst' from ftp.halifax.rwth-aachen.de : The requested URL returned error: 404
error: Failed to get file 'appstream-qt-0.14.6-1-x86_64.pkg.tar.zst' from phinau.de : The requested URL returned error: 404
error: Failed to get file 'appstream-qt-0.14.6-1-x86_64.pkg.tar.zst' from mirror.f4st.host : The requested URL returned error: 404
error: Failed to get file 'appstream-qt-0.14.6-1-x86_64.pkg.tar.zst' from archlinux.thaller.ws : The requested URL returned error: 404
error: Failed to get file 'appstream-qt-0.14.6-1-x86_64.pkg.tar.zst' from arch.mirror.constant.com : The requested URL returned error: 404
error: Failed to get file 'appstream-qt-0.14.6-1-x86_64.pkg.tar.zst' from archlinux.uk.mirror.allworldit.com : The requested URL returned error: 404
error: Failed to get file 'appstream-qt-0.14.6-1-x86_64.pkg.tar.zst' from mirror.pseudoform.org : The requested URL returned error: 404
error: Failed to get file 'appstream-qt-0.14.6-1-x86_64.pkg.tar.zst' from archlinux.mailtunnel.eu : The requested URL returned error: 404
error: Failed to get file 'appstream-qt-0.14.6-1-x86_64.pkg.tar.zst' from mirror.telepoint.bg : The requested URL returned error: 404
error: Failed to get file 'appstream-qt-0.14.6-1-x86_64.pkg.tar.zst' from mirror.chaoticum.net : The requested URL returned error: 404
error: Failed to get file 'appstream-qt-0.14.6-1-x86_64.pkg.tar.zst' from europe.mirror.pkgbuild.com : The requested URL returned error: 404
error: Failed to get file 'appstream-qt-0.14.6-1-x86_64.pkg.tar.zst' from mirror.cyberbits.asia :
error: Failed to get file 'appstream-qt-0.14.6-1-x86_64.pkg.tar.zst' from america.mirror.pkgbuild.com : The requested URL returned error: 404
error: Failed to get file 'appstream-qt-0.14.6-1-x86_64.pkg.tar.zst' from asia.mirror.pkgbuild.com : The requested URL returned error: 404
error: Failed to get file 'appstream-qt-0.14.6-1-x86_64.pkg.tar.zst' from mirror.lty.me : The requested URL returned error: 404
Attention: Failed to get some files
error: failed to commit transaction (failed to download some files)
There were some errors, so no packages were updated.

幫助!

0.14.6-1 不再是最新版本的appstream-qt軟體包,因此您的軟體包列表已過期。最近的一個是 0.14.6-2。您需要先更新您的系統pacman -Syu然後pacman -S plasma plasma-wayland-session kde-applications再次執行。

引用自:https://unix.stackexchange.com/questions/679687