要检查Ubuntu系统中Compiz的安装情况,请按照以下步骤操作:
打开终端(Terminal):点击左上角的Ubuntu图标,然后在搜索框中输入“terminal”并按回车键,或者按下Ctrl + Alt + T快捷键。
在终端中输入以下命令,然后按回车键:
dpkg -l | grep compiz这个命令将会显示已安装的与Compiz相关的软件包。
查看输出结果。如果你看到了类似于以下的内容,那么说明Compiz已经安装在你的系统上:ii compiz x.x.x-x amd64 OpenGL window and compositing managerii compiz-core 1:0.9.12.3+16.04.20160506-0ubunt amd64 OpenGL window and compositing manager - core filesii compiz-gnome 1:0.9.12.3+16.04.20160506-0ubunt amd64 GNOME Compiz integrationii compiz-plugins-default 1:0.9.12.3+16.04.20160506-0ubunt amd64 Default plugins for Compiz其中,x.x.x-x表示Compiz的版本号,amd64表示该软件包适用于64位系统。如果你看到的是i386,则表示该软件包适用于32位系统。
sudo apt-get updatesudo apt-get install compiz compiz-gnome compiz-plugins-default安装完成后,重启电脑以使更改生效。


