Linux

在 Fedora 23 中安裝 @kde-desktop 軟體包時出錯

  • January 7, 2016

每當我嘗試安裝 @kde-desktop 或更新 fedora 23 作業系統時,我都會收到此錯誤,任何指導將不勝感激。

You can remove cached packages by executing 'dnf clean packages'.
Error: Error downloading packages:
 Cannot download gcc49-4.9.3-1.fc23.x86_64.rpm: All mirrors were tried

讓我們只嘗試官方回購:

sudo dnf --disablerepo="*" --enablerepo=fedora --enablerepo=updates install @kde-desktop

您可以禁用所有其他並使用此命令進行安裝。

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