다음을 사용하여 설치하려고했습니다 quickly-ubuntu-template
.
sudo apt-get install quickly-ubuntu-template
이것이 반환된 내용입니다:
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:
quickly-ubuntu-template : Depends: python-pygame but it is not going to be installed
E: Broken packages
도와주세요 ?
답변1
sudo apt-get install quickly-ubuntu-template python-pygame
나는 dpkg의 내부 작동 방식에 대해 그다지 익숙하지 않지만, python-pygame을 자동으로 가져오지 않았다는 점이 이상하다고 생각합니다.