当我尝试使用终端安装 Google Chrome 时,出现以下信息
dpkg:处理软件包 google-chrome-stable (--install) 时出错:依赖性问题 - 未配置 处理 gnome-menus 触发器 (3.13.3-6ubuntu3.1)... 处理 desk-file-utils 触发器 (0.22-1ubuntu5.1)... 处理 bamfdaemon 触发器 (0.5.3~bzr0+16.04.20160824-0ubuntu1)... 重建 /usr/share/applications/bamf-2.index... 处理 mime-support 触发器 (3.59ubuntu1)... 处理 man-db 触发器 (2.7.5-1)... 处理时遇到错误:google-chrome-stable 我该如何解决这个问题?我的机器是 64 位的
答案1
有了这个输出我会尝试
sudo dpkg --no-act --configure -a
看看系统是否想做某事,以及我是否喜欢它的输出
sudo dpkg --configure -a
`