我用sudo apt-get install quickly安装得很快。如果我想阅读quickly tutorial ubuntu-application教程,我会收到以下错误消息:
FEHLER: No tutorial command found.
Candidate commands are: commands, getstarted, help, quickly此外,如果我尝试quickly create ubuntu-application foobar,我会得到类似的信息:
FEHLER: No create command found.
Candidate commands are: commands, getstarted, help, quickly发布于 2013-01-31 15:25:39
根据这个答案的评论,quickly-ubuntu-template包丢失了。如果安装包quickly,则不会安装包quickly-ubuntu-template,因为它只是推荐的。您可以在apt-cache show quickly中看到这一点。因此,您必须手动安装该软件包。
sudo apt-get install quickly-ubuntu-templatehttps://askubuntu.com/questions/249858
复制相似问题