@kde-desktop을 설치하거나 fedora 23 OS를 업데이트하려고 할 때마다 이 오류가 발생합니다. 어떤 지침이라도 주시면 감사하겠습니다.
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
답변1
공식 저장소만 사용해 보겠습니다.
sudo dnf --disablerepo="*" --enablerepo=fedora --enablerepo=updates install @kde-desktop
다른 모든 옵션을 비활성화하고 이 명령을 사용하여 설치할 수 있습니다.