Raspbian Buster에 qt5-default를 설치할 수 없는 이유

Raspbian Buster에 qt5-default를 설치할 수 없는 이유

katoolin을 사용하여 최신 qt5 소프트웨어를 설치했습니다. source.list 파일에서 링크를 제거했을 때 모든 것이 잘 작동했습니다. 그런 다음 qt5-default를 제거했습니다. 오늘 qt5-default를 설치하려고 했을 때 (꼭 사용해야 해서)

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
qt5-default : Depends: qtbase5-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

이 문제를 어떻게 해결해야 합니까? qtbase를 설치하려고 하면 다운로드할 수 없다는 메시지가 나타납니다. 이전에는 모든 것이 잘 작동했지만 지금은 어떻게든 작동하지 않습니다. 이 문제를 어떻게 해결할 수 있나요?

답변1

문제는 저장소를 추가하고 해당 저장소에서 설치할 때 해당 아파트가 심각한 영향을 받고 문제를 해결할 방법이 없다는 것입니다. 이 문제를 해결하는 데는 오랜 과정이 소요됩니다. 이 문제를 제거할 수는 없지만 줄일 수는 있습니다. 먼저 패키지를 설치하고 종속 파일이 패키지를 추적하고 패키지를 제거하는지 확인하십시오(설치 후에는 패키지 복구를 진행할 수 없기 때문입니다). 이제 필요한 패키지를 설치할 수 있을 때까지 한동안 계속 반복하십시오. 방금 삭제한 저장소에서 모든 항목을 제거해야 합니다.

관련 정보