Dun*_*can 43 gnome google-chrome gnome-shell
我在很短的时间内将 GNOME 安装到我的 Ubuntu 16.04 安装中。卸载它(使用sudo apt remove gnome-shell ubuntu-gnome-desktop
)后,我仍然在 Google Chrome 中安装了“GNOME Shell 集成”扩展。不幸的是,我无法删除扩展程序,因为它是“以管理方式”安装的:
我怎样才能摆脱这个肿瘤?
小智 63
sudo apt-get purge chrome-gnome-shell
Run Code Online (Sandbox Code Playgroud)
应该在 Ubuntu 上摆脱它而无需重新启动
Dun*_*can 36
弄清楚了。
从https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation#Troubleshooting:
sudo rm /etc/opt/chrome/policies/managed/chrome-gnome-shell.json
sudo rm /etc/chromium/policies/managed/chrome-gnome-shell.json
Run Code Online (Sandbox Code Playgroud)
我还必须执行以下步骤: