CentOS7 Gnome桌面Shell扩展安装报错
时间:2022-12-19 13:00:00
之前使用 Shell 模型研究不深入Gnome桌面,今天打开 应用程序 >> 系统工具 >> 安装应用程序 界面报错。根据提示信息,结合网上案例(很多博文给的)shell脚本插件的名称是错误的。幸运的是,这些想法可以从中学习)。在这里,我们将记录解决方案。
目录
1、报错信息
2、安装Gnome扩展插件
2.1、通过YUM库安装
2.2、通过GNOME安装插件市场
运行环境:CentOS-7.9.2009-x86_64
1、报错信息
打开 应用程序 >> 系统工具 >> 安装应用程序 界面报错:
无法从“extensions.gnome.org下载更新: [*/*/*/source/shell-extensions/*] failed to download https:// extensions.gnome.org//static/extensions.json: SSL handshake failed
无法从“odrs.gnome.org下载更新: [*/*/*/source/odrs/*]failed to download https://odrs.gnome.org/1.0/ reviews/api/ratings: SSL handshake failed
根据提示信息和网上案例,可以看出缺乏gnome-shell插件。
2、安装Gnome扩展插件
2.1、通过YUM库安装
yum install chrome-gnome-shell
安装日志:
已加载的插件:fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: mirrors.ustc.edu.cn * epel: mirrors.tuna.tsinghua.edu.cn * extras: mirrors.ustc.edu.cn * nux-dextop: mirror.li.nux.ro * updates: mirrors.ustc.edu.cn 依赖关系正在解决 --> 正在检查事务 ---> 软件包 chrome-gnome-shell.x86_64.0.10.1-4.el7 将被 已重新安装 --> 完成依赖关系的解决 依靠关系来解决 ====================================================================================================================== Package 架构 版本 源 大小 ====================================================================================================================== 重新安装: chrome-gnome-shell x86_64 10.1-4.el7 base 29 k 事务概要 ====================================================================================================================== 重新安装 1 软件包 总计:29 k 安装大小:61 k Is this ok [y/d/N]: y Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction 正在安装 : chrome-gnome-shell-10.1-4.el7.x86_64 1/1 验证中 : chrome-gnome-shell-10.1-4.el7.x86_64 1/1 已安装: chrome-gnome-shell.x86_64 0:10.1-4.el7 完毕!
安装后验证可正常显示 软件分类 下一个可用程序
2.2、通过GNOME安装插件市场
下载相应的扩展插件,手动安装。
Gnome插件市场https://extensions.gnome.org/
希望能帮助 爱折腾你……