Centos7在安装google谷歌 chrome浏览器的rpm包软件时提示 错误:依赖检测失败:
以下是在CentOS 7上安装Google Chrome浏览器的步骤:
1. 打开终端并以root用户身份登录。
2. 添加Google Chrome的存储库。在终端中输入以下命令:
```
sudo tee /etc/yum.repos.d/google-chrome.repo <<EOF
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
EOF
```
3. 安装Google Chrome。在终端中输入以下命令:
```
sudo yum install google-chrome-stable
```
4. 等待安装完成后,您可以在应用程序菜单中找到Google Chrome浏览器。
希望这可以帮助您在CentOS 7上安装Google Chrome浏览器。