如何安装 Compiz 额外动画?

如何安装 Compiz 额外动画?

我已经在终端窗口中尝试过sudo apt-get install compiz-fusion-plugins-extra,但是它说找不到它,所以如果你们中有谁知道如何获取额外的动画,我将非常感激您的回答!

我正在使用 Ubuntu 12.10。

答案1

软件包内容已被移至compiz-plugins12.10,并且虚拟软件包已被删除。

这是 12.04 的状态:

$ aptitude show compiz-fusion-plugins-extra 
Package: compiz-fusion-plugins-extra     
[...]
Depends: compiz-plugins-extra
Description: transitional dummy package.

 This package ensures a clean upgrade path, and can be safely removed after the
 upgrade.
Homepage: http://www.compiz.org/

$ aptitude show compiz-plugins-extra 
Package: compiz-plugins-extra            
[...]
Description: Collection of extra plugins from OpenCompositing for Compiz
 The OpenCompositing Project brings 3D desktop visual effects that improve
 usability of the X Window System and provide increased productivity. 

 This package contains extra plugins and themes contributed by the community
 giving a rich desktop experience.
Homepage: http://www.compiz.org/

请注意,compiz-plugins-extra现在在 12.10 中也是一个虚拟包。

相关内容