我尝试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,这很奇怪。