How to install google chrome using rpm on fedora 37?

How to install google chrome using rpm on fedora 37?

Download the 64bit version google chrome stable version rpm using wget command on fedora 37 terminal.

[root@fedora ~]# wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

Output:

--2023-02-26 03:16:56--  https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
Resolving dl.google.com (dl.google.com)... 142.250.193.142, 2404:6800:4007:820::200e
Connecting to dl.google.com (dl.google.com)|142.250.193.142|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 100101712 (95M) [application/x-rpm]
Saving to: ‘google-chrome-stable_current_x86_64.rpm’

google-chrome-stable_current_x86_64.rpm 100%[=============================================================================>]  95.46M  20.6MB/s    in 4.7s    

2023-02-26 03:17:01 (20.5 MB/s) - ‘google-chrome-stable_current_x86_64.rpm’ saved [100101712/100101712]

Lets check downloaded or not using ls command,

[root@fedora ~]# ls
anaconda-ks.cfg  google-chrome-stable_current_x86_64.rpm

Install google chrome stable version using downloaded rpm file,

[root@fedora ~]# yum install ./google-chrome-stable_current_*.rpm

Output:

google-chrome                                                                                                                 9.1 kB/s | 1.3 kB     00:00    
Dependencies resolved.
==============================================================================================================================================================
 Package                                     Architecture                  Version                                  Repository                           Size
==============================================================================================================================================================
Installing:
 google-chrome-stable                        x86_64                        110.0.5481.177-1                         @commandline                         95 M
Installing dependencies:
 liberation-fonts                            noarch                        1:2.1.5-3.fc37                           fedora                              7.8 k

Transaction Summary
==============================================================================================================================================================
Install  2 Packages

Total size: 95 M
Total download size: 7.8 k
Installed size: 304 M
Is this ok [y/N]: y
Downloading Packages:
liberation-fonts-2.1.5-3.fc37.noarch.rpm                                                                                      7.5 kB/s | 7.8 kB     00:01    
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                         349  B/s | 7.8 kB     00:22     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                                      1/1 
  Installing       : liberation-fonts-1:2.1.5-3.fc37.noarch                                                                                               1/2 
  Running scriptlet: google-chrome-stable-110.0.5481.177-1.x86_64                                                                                         2/2 
  Installing       : google-chrome-stable-110.0.5481.177-1.x86_64                                                                                         2/2 
  Running scriptlet: google-chrome-stable-110.0.5481.177-1.x86_64                                                                                         2/2 
  Verifying        : liberation-fonts-1:2.1.5-3.fc37.noarch                                                                                               1/2 
  Verifying        : google-chrome-stable-110.0.5481.177-1.x86_64                                                                                         2/2 

Installed:
  google-chrome-stable-110.0.5481.177-1.x86_64                                     liberation-fonts-1:2.1.5-3.fc37.noarch                                    

Complete!

Start google chrome from terminal,

[root@fedora ~]# google-chrome &
[1] 40363
[root@fedora ~]# [40363:40363:0226/031817.557795:ERROR:zygote_host_impl_linux.cc(100)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.

[1]+  Exit 1                  google-chrome




Python installation

Privacy Policy  |  Copyrightcopyright symbol2020 - All Rights Reserved.  |  Contact us   |  Report website issues in Github   |  Facebook page   |  Google+ page

Email Facebook Google LinkedIn Twitter
^