报错: failure: repodata/repomd.xml from google-chrome: [Errno 256] No more mirrors to try. http://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/repomd.xml: [Errno 14] curl#56 - "Recv failure: Connection reset by peer" ---------------------------------------------------------- 来个离线安装: (1)到http://orion.lcg.ufrj.br/RPMS/myrpms/google/找一个版本,wget下来
如 wget http://orion.lcg.ufrj.br/RPMS/myrpms/google/google-chrome-stable-73.0.3683.75-1.x86_64.rpm
或者 wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
(2)安装依赖 yum install libXScrnSaver libappindicator-gtk3 yum -y install liberation-fonts yum -y install xdg-utils
(3)安装chrome rpm -ivh google-chrome-stable-73.0.3683.75-1.x86_64.rpm
(4)看看版本 /usr/bin/google-chrome -version
|