如何在 12.04 中安装图形设计镜头的范围?

如何在 12.04 中安装图形设计镜头的范围?

在 Ubuntu 11.10 中,我使用了一个名为平面设计ppa:scopes-packagers/ppa

我在 11.10 和 12.04 上安装了它:

sudo apt-get install unity-lens-graphicdesign unity-scope-colourlovers unity-scope-deviantart unity-scope-dribbble unity-scope-iconfinder

但在 12.04 中,尝试像我一样安装它,我发现包含以下软件包:丢失的- 未找到安装候选项:

  • unity-scope-colourlovers
  • unity-scope-dribbble
  • unity-scope-iconfinder

unity-scope-deviantart范围安装得很好,但其他三个范围对于图形设计镜头的实用性至关重要!有人找到这三个软件包的更新了吗?

编辑:我明白没有精确的提到的 ppa 中的软件包;有人知道在哪里获取 3 个缺失包的更新?

答案1

PPA 软件包应在几个小时内更新,以便在 Precise 上运行。请在https://bugs.launchpad.net/onehundredscopes如果您发现我在测试期间可能遗漏的任何问题。

抱歉耽误了,祝您玩得愉快!

答案2

这三个软件包尚未针对 Precise (12.04) 进行更新。

  • unity-scope-colourlovers
  • unity-scope-dribbble
  • unity-scope-iconfinder

哪里unity-scope-deviantart已经​​更新了,这就是它为您工作的原因。

来自官方 Launchpad 页面的截图:

在此处输入图片描述

官方 Launchpad 页面:“Scopes Packagers” 团队

答案3

根据这个:http://iloveubuntu.net/easy-guide-ubuntu-1204s-unity-lenses你还需要安装 unity-scope-deviantart。即

sudo add-apt-repository ppa:scopes-packagers/ppa 
sudo apt-get update
sudo apt-get install unity-lens-graphicdesign unity-scope-deviantart

它在我的计算机上安装成功。

相关内容