CentOS:无法安装Chromium浏览器

问题描述 投票:4回答:3

我正在尝试在centOS 6.i中安装Chrome,以root用户身份运行以下命令。

cd /etc/yum.repos.d /

wget http://repos.fedorapeople.org/repos/spot/chromium/fedora-chromium-stable.repo。但是当我运行命令百胜安装铬

它给我错误

Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
 * base: mirrors.vonline.vn
 * extras: mirrors.digipower.vn
 * updates: mirror.vietoss.com
http://repos.fedorapeople.org/repos/spot/chromium-stable/fedora-6/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Setting up Install Process
No package chromium available.
Error: Nothing to do

请协助解决。

linux centos chromium fedora
3个回答
10
投票

执行以下命令(具有root或sudoers特权)

cd /etc/yum.repos.d                                                   ##Moving to a certain directory
wget http://people.centos.org/hughesjr/chromium/6/chromium-el6.repo   ##Download the chromium package
yum install chromium                                                  ##Install the chromium packages in the mentioned directory

0
投票

最新答案,而不是所需的解决方案,但是我已经使用:]在Chrome上安装了CentOS 7

wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
sudo yum install google-chrome-stable_current_x86_64.rpm

最新的Google Chrome 不再支持

6.x。您需要CentOS 7.x

0
投票

https://discuss.tutorialdba.com/852/install-epel-repository-centos解释了如何在CentOS 8上安装Chromium。

© www.soinside.com 2019 - 2024. All rights reserved.