在哪里可以找到最新版本的 Ubuntu 的存储库?
add-apt-repository ppa:noobslab/themes
不起作用,会导致错误:
Cannot add PPA: 'ppa:~noobslab/ubuntu/themes'.
ERROR: '~noobslab' user or team does not exist.
我应该怎么办?
答案1
ppa:noobslab/themes 中没有任何适用于 Ubuntu 16.10 的软件包。ppa:noobslab/themes 中最新发布的软件包适用于 Ubuntu 16.04。
答案2
软件和存储库更改需要 sudo 权限,请尝试:
sudo add-apt-repository ppa:noobslab/themes
我刚刚亲自尝试过,而且有效。我得试试其中的一些。:-)