Install Google Chrome in CentOS
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
2
down vote
favorite
I run a CentOS 6.3 version of 32 bit VM in the Mac OS machine. I get these info from the terminal,
$ uname -a
Linux Cloudera-Training-VM-4.1.1.c 2.6.32-279.14.1.el6.i686 #1 SMP Tue Nov 6 21:05:14 UTC 2012 i686 i686 i386 GNU/Linux
$ uname -i
i386
$ cat /etc/issue
CentOS release 6.3 (Final)
Kernel r on an m
I would like to install Google Chrome in the VM and I read the instructions from a webpage:
It informs to run the following commands:
$ URL=https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
$ sudo yum install -y $URL
Later to launch the Google Chrome from the terminal,
$ google-chrome-stable
When I run the sudo yum install -y $URL
command, I get the output provided below,
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: mirror.dhakacom.com
* extras: mirror.dhakacom.com
* updates: mirror.dhakacom.com
http://dl.google.com/linux/chrome/rpm/stable/i386/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: google-chrome. Please verify its path and try again
What is the issue here and how to solve it?
centos software-installation yum chrome
add a comment |Â
up vote
2
down vote
favorite
I run a CentOS 6.3 version of 32 bit VM in the Mac OS machine. I get these info from the terminal,
$ uname -a
Linux Cloudera-Training-VM-4.1.1.c 2.6.32-279.14.1.el6.i686 #1 SMP Tue Nov 6 21:05:14 UTC 2012 i686 i686 i386 GNU/Linux
$ uname -i
i386
$ cat /etc/issue
CentOS release 6.3 (Final)
Kernel r on an m
I would like to install Google Chrome in the VM and I read the instructions from a webpage:
It informs to run the following commands:
$ URL=https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
$ sudo yum install -y $URL
Later to launch the Google Chrome from the terminal,
$ google-chrome-stable
When I run the sudo yum install -y $URL
command, I get the output provided below,
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: mirror.dhakacom.com
* extras: mirror.dhakacom.com
* updates: mirror.dhakacom.com
http://dl.google.com/linux/chrome/rpm/stable/i386/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: google-chrome. Please verify its path and try again
What is the issue here and how to solve it?
centos software-installation yum chrome
1
Further reading: askubuntu.com/a/724170/436624
â Vlastimil
Jul 19 at 5:56
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I run a CentOS 6.3 version of 32 bit VM in the Mac OS machine. I get these info from the terminal,
$ uname -a
Linux Cloudera-Training-VM-4.1.1.c 2.6.32-279.14.1.el6.i686 #1 SMP Tue Nov 6 21:05:14 UTC 2012 i686 i686 i386 GNU/Linux
$ uname -i
i386
$ cat /etc/issue
CentOS release 6.3 (Final)
Kernel r on an m
I would like to install Google Chrome in the VM and I read the instructions from a webpage:
It informs to run the following commands:
$ URL=https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
$ sudo yum install -y $URL
Later to launch the Google Chrome from the terminal,
$ google-chrome-stable
When I run the sudo yum install -y $URL
command, I get the output provided below,
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: mirror.dhakacom.com
* extras: mirror.dhakacom.com
* updates: mirror.dhakacom.com
http://dl.google.com/linux/chrome/rpm/stable/i386/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: google-chrome. Please verify its path and try again
What is the issue here and how to solve it?
centos software-installation yum chrome
I run a CentOS 6.3 version of 32 bit VM in the Mac OS machine. I get these info from the terminal,
$ uname -a
Linux Cloudera-Training-VM-4.1.1.c 2.6.32-279.14.1.el6.i686 #1 SMP Tue Nov 6 21:05:14 UTC 2012 i686 i686 i386 GNU/Linux
$ uname -i
i386
$ cat /etc/issue
CentOS release 6.3 (Final)
Kernel r on an m
I would like to install Google Chrome in the VM and I read the instructions from a webpage:
It informs to run the following commands:
$ URL=https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
$ sudo yum install -y $URL
Later to launch the Google Chrome from the terminal,
$ google-chrome-stable
When I run the sudo yum install -y $URL
command, I get the output provided below,
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: mirror.dhakacom.com
* extras: mirror.dhakacom.com
* updates: mirror.dhakacom.com
http://dl.google.com/linux/chrome/rpm/stable/i386/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: google-chrome. Please verify its path and try again
What is the issue here and how to solve it?
centos software-installation yum chrome
edited Jul 19 at 10:42
Jeff Schaller
30.8k846104
30.8k846104
asked Jul 19 at 5:48
Arefe
1658
1658
1
Further reading: askubuntu.com/a/724170/436624
â Vlastimil
Jul 19 at 5:56
add a comment |Â
1
Further reading: askubuntu.com/a/724170/436624
â Vlastimil
Jul 19 at 5:56
1
1
Further reading: askubuntu.com/a/724170/436624
â Vlastimil
Jul 19 at 5:56
Further reading: askubuntu.com/a/724170/436624
â Vlastimil
Jul 19 at 5:56
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
8
down vote
accepted
$ uname -i
i386
This is a 32-bit system. 32-bit Google Chrome is not updated anymore.
URL=https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
This is a 64-bit package.
Alternative Option
Vivaldi browser, relatively new browser, but still regularly updated for 32-bit
1
I reckon Chromium (compiled or from repos) could still be available.
â edmz
Jul 19 at 11:15
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
8
down vote
accepted
$ uname -i
i386
This is a 32-bit system. 32-bit Google Chrome is not updated anymore.
URL=https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
This is a 64-bit package.
Alternative Option
Vivaldi browser, relatively new browser, but still regularly updated for 32-bit
1
I reckon Chromium (compiled or from repos) could still be available.
â edmz
Jul 19 at 11:15
add a comment |Â
up vote
8
down vote
accepted
$ uname -i
i386
This is a 32-bit system. 32-bit Google Chrome is not updated anymore.
URL=https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
This is a 64-bit package.
Alternative Option
Vivaldi browser, relatively new browser, but still regularly updated for 32-bit
1
I reckon Chromium (compiled or from repos) could still be available.
â edmz
Jul 19 at 11:15
add a comment |Â
up vote
8
down vote
accepted
up vote
8
down vote
accepted
$ uname -i
i386
This is a 32-bit system. 32-bit Google Chrome is not updated anymore.
URL=https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
This is a 64-bit package.
Alternative Option
Vivaldi browser, relatively new browser, but still regularly updated for 32-bit
$ uname -i
i386
This is a 32-bit system. 32-bit Google Chrome is not updated anymore.
URL=https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
This is a 64-bit package.
Alternative Option
Vivaldi browser, relatively new browser, but still regularly updated for 32-bit
edited Jul 19 at 6:16
answered Jul 19 at 5:55
Vlastimil
6,2411145114
6,2411145114
1
I reckon Chromium (compiled or from repos) could still be available.
â edmz
Jul 19 at 11:15
add a comment |Â
1
I reckon Chromium (compiled or from repos) could still be available.
â edmz
Jul 19 at 11:15
1
1
I reckon Chromium (compiled or from repos) could still be available.
â edmz
Jul 19 at 11:15
I reckon Chromium (compiled or from repos) could still be available.
â edmz
Jul 19 at 11:15
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f457130%2finstall-google-chrome-in-centos%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
Further reading: askubuntu.com/a/724170/436624
â Vlastimil
Jul 19 at 5:56