阅读量:0
要检查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 manager ii compiz-core 1:0.9.12.3+16.04.20160506-0ubunt amd64 OpenGL window and compositing manager - core files ii compiz-gnome 1:0.9.12.3+16.04.20160506-0ubunt amd64 GNOME Compiz integration ii 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位系统。
- 如果你没有看到任何与Compiz相关的软件包,那么说明Compiz尚未安装在你的系统上。你可以通过运行以下命令来安装Compiz:
sudo apt-get update sudo apt-get install compiz compiz-gnome compiz-plugins-default
安装完成后,重启电脑以使更改生效。