{"id":9259,"date":"2021-06-21T21:23:33","date_gmt":"2021-06-21T18:23:33","guid":{"rendered":"https:\/\/kifarunix.com\/?p=9259"},"modified":"2024-03-18T20:29:36","modified_gmt":"2024-03-18T17:29:36","slug":"install-google-chrome-on-rocky-linux-8-desktop","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-google-chrome-on-rocky-linux-8-desktop\/","title":{"rendered":"Install Google Chrome on Rocky Linux 8"},"content":{"rendered":"\n

Follow through this guide to learn how to install Google Chrome on Rocky Linux 8 desktop. Rocky Linux 8 does not come with Google Chrome browser<\/a> installed by default. Therefore, if you are running Rocky Linux 8 desktop and you want to use Chrome browser, you then have to install it.<\/p>\n\n\n\n

Installing Google Chrome on Rocky Linux 8<\/h2>\n\n\n\n

You got two options to install Google Chrome on a Rocky Linux 8 desktop system;<\/p>\n\n\n\n

    \n
  1. Download an Google Chrome RPM binary and install it using rpm<\/strong> or dnf<\/strong> package manager
    <\/a>or<\/li>\n\n\n\n
  2. Create the Google Chrome Linux repository and install it from Repos.<\/a><\/li>\n<\/ol>\n\n\n\n

    Run system update<\/h3>\n\n\n\n

    Ensure that your system packages are up-to-date.<\/p>\n\n\n\n

    dnf update<\/code><\/pre>\n\n\n\n

    Install Google Chrome using RPM Binary <\/h3>\n\n\n\n

    Well, you got two options here as well:<\/p>\n\n\n\n

    Obtain a link for the Google Chrome RPM binary and install it automatically as shown below;<\/p>\n\n\n\n

    dnf install https:\/\/dl.google.com\/linux\/direct\/google-chrome-stable_current_x86_64.rpm<\/code><\/pre>\n\n\n\n
    \ngoogle-chrome-stable_current_x86_64.rpm                                                                                                     1.5 MB\/s |  79 MB     00:52    \nDependencies resolved.\n============================================================================================================================================================================\n Package                                          Architecture                     Version                                     Repository                              Size\n============================================================================================================================================================================\nInstalling:\n google-chrome-stable                             x86_64                           91.0.4472.114-1                             @commandline                            79 M\nInstalling dependencies:\n liberation-fonts                                 noarch                           1:2.00.3-7.el8                              baseos                                  19 k\n liberation-serif-fonts                           noarch                           1:2.00.3-7.el8                              baseos                                 608 k\n mesa-vulkan-drivers                              x86_64                           20.3.3-2.el8                                appstream                              5.4 M\n vulkan-loader                                    x86_64                           1.2.162.0-1.el8                             appstream                              117 k\n\nTransaction Summary\n============================================================================================================================================================================\nInstall  5 Packages\n\nTotal size: 85 M\nTotal download size: 6.1 M\nInstalled size: 276 M\nIs this ok [y\/N]: y\n<\/code><\/pre>\n\n\n\n

    If you got enough time with you, download Google Chrome RPM binary package for your respective system architecture from Google Chrome page<\/a> and install it as shown below.<\/p>\n\n\n\n

    For example, to download a binary package for a 64 bit system;<\/p>\n\n\n\n

    wget https:\/\/dl.google.com\/linux\/direct\/google-chrome-stable_current_x86_64.rpm<\/code><\/pre>\n\n\n\n

    Once the download completes, use dnf<\/code> command to run the installation as shown below. This ensures that all required dependencies are taken care of.<\/p>\n\n\n\n

    dnf localinstall google-chrome-stable_current_x86_64.rpm<\/code><\/pre>\n\n\n\n

    Install Google Chrome from Chrome Repositories<\/h3>\n\n\n\n

    To create the Google chrome Linux repositories on Rocky Linux 8, execute the command below;<\/p>\n\n\n\n

    \ncat << EOL > \/etc\/yum.repos.d\/google-chrome.repo\n[google-chrome]\nname=google-chrome\nbaseurl=http:\/\/dl.google.com\/linux\/chrome\/rpm\/stable\/x86_64\nenabled=1\ngpgcheck=1\ngpgkey=https:\/\/dl.google.com\/linux\/linux_signing_key.pub\nEOL\n<\/code><\/pre>\n\n\n\n

    After the repos are in place, install Google Chrome stable version on Rocky Linux 8 desktop.<\/p>\n\n\n\n

    dnf install google-chrome-stable<\/code><\/pre>\n\n\n\n
    \ngoogle-chrome                                                                                                                               3.9 kB\/s | 3.5 kB     00:00    \nDependencies resolved.\n============================================================================================================================================================================\n Package                                        Architecture                     Version                                      Repository                               Size\n============================================================================================================================================================================\nInstalling:\n google-chrome-stable                           x86_64                           91.0.4472.114-1                              google-chrome                            79 M\nInstalling dependencies:\n liberation-fonts                               noarch                           1:2.00.3-7.el8                               baseos                                   19 k\n mesa-vulkan-drivers                            x86_64                           20.3.3-2.el8                                 appstream                               5.4 M\n vulkan-loader                                  x86_64                           1.2.162.0-1.el8                              appstream                               117 k\n\nTransaction Summary\n============================================================================================================================================================================\nInstall  4 Packages\n\nTotal download size: 85 M\nInstalled size: 275 M\nIs this ok [y\/N]: y\n<\/code><\/pre>\n\n\n\n

    Verify Installed Version of Google Chrome<\/h3>\n\n\n\n

    After the installation, you might want to verify the version of installed Google Chrome browser.<\/p>\n\n\n\n

    google-chrome --version<\/code><\/pre>\n\n\n\n

    or<\/p>\n\n\n\n

    google-chrome-stable --version<\/code><\/pre>\n\n\n\n

    Both commands give you same result.<\/p>\n\n\n\n

    Google Chrome 91.0.4472.114<\/strong><\/code><\/pre>\n\n\n\n

    You can find help on command line usage of Google Chrome browser on;<\/p>\n\n\n\n

    man google-chrome<\/code><\/pre>\n\n\n\n
    man google-chrome-stable<\/code><\/pre>\n\n\n\n

    Running Google Chrome Stable on Rocky Linux 8<\/h3>\n\n\n\n

    You can now launch Google Chrome browser from activities on Rocky Linux 8.<\/p>\n\n\n\n

    \"Install<\/figure>\n\n\n\n

    You can as well launch it from terminal by simply running the command google-chrome<\/strong><\/code> or google-chrome-stable<\/strong><\/code>.<\/p>\n\n\n\n

    That marks the end of the installation of Google Chrome on Rocky Linux 8. Happy browsing!!<\/p>\n\n\n\n

    Other Rocky Linux 8 Tutorials<\/h4>\n\n\n\n

    Install VNC Server on Rocky Linux 8<\/a><\/p>\n\n\n\n

    Install phpMyAdmin on Rocky Linux 8<\/a><\/p>\n\n\n\n

    Install LEMP Stack on Rocky Linux 8<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"

    Follow through this guide to learn how to install Google Chrome on Rocky Linux 8 desktop. Rocky Linux 8 does not come with Google Chrome browser installed<\/p>\n","protected":false},"author":1,"featured_media":8875,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[121],"tags":[3726,3728,3727,3725,3587],"class_list":["post-9259","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-howtos","tag-chrome-browser-rocky-linux","tag-google-chrome-2","tag-google-chrome-browser","tag-install-chrome-rocky-linux","tag-rocky-linux-8","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50","resize-featured-image"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/9259"}],"collection":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=9259"}],"version-history":[{"count":4,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/9259\/revisions"}],"predecessor-version":[{"id":21771,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/9259\/revisions\/21771"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media\/8875"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=9259"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=9259"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=9259"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}