如出现【设置/帮助】页面not found
或404
无法访问,请做如下检查:
1. 【设置-授权】页面中appID
和appKey
是否已设置;
2. 是否已购买官网授权版本程序或插件,并在授权域名中填写对应域名;
3. 重启导航站应用程序。
如以上步骤仍无法正常使用,请联系我们协助处理。
CentOS团队已经从官方镜像中移除CentOS 8的所有包。如果您仍使用CentOS 8操作系统,安装浏览器可能会出现如下错误提示:
chrome依赖安装失败:Error: Command failed: yum install -y lsb
Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
CentOS 8软件包现在被转移到了 https://vault.centos.org,因此您需要手动更新源,在终端中将 /etc/yum.repos.d 使用的 mirror.centos.org 源替换成 vault.centos.org:
$ sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-*
$ sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-*
$ yum update
更新过程,可能需要输入y进行确认。最后,再点击导航站点插件中的【点击安装chrome浏览器】按钮即可。
ChromePathNotSetError
或ERR_LAUNCHER_PATH_NOT_SET
等错误,可以尝试用终端命令卸载Chrome浏览器,再重装:$ yum remove google-chrome -y
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
$ yum install -y lsb
$ echo "y" | yum localinstall google-chrome-stable_current_x86_64.rpm