如何检查ubuntu系统中compiz的安装情况

avatar
作者
筋斗云
阅读量:0

要检查Ubuntu系统中Compiz的安装情况,请按照以下步骤操作:

  1. 打开终端(Terminal):点击左上角的Ubuntu图标,然后在搜索框中输入“terminal”并按回车键,或者按下Ctrl + Alt + T快捷键。

  2. 在终端中输入以下命令,然后按回车键:

dpkg -l | grep compiz 

这个命令将会显示已安装的与Compiz相关的软件包。

  1. 查看输出结果。如果你看到了类似于以下的内容,那么说明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位系统。

  1. 如果你没有看到任何与Compiz相关的软件包,那么说明Compiz尚未安装在你的系统上。你可以通过运行以下命令来安装Compiz:
sudo apt-get update sudo apt-get install compiz compiz-gnome compiz-plugins-default 

安装完成后,重启电脑以使更改生效。

广告一刻

为您即时展示最新活动产品广告消息,让您随时掌握产品活动新动态!