Old Google Chrome on CentOS

Old Google Chrome on CentOS

If you have upgraded your CentOS version and your application has stopped working because of the new version of Google Chrome, you may need to install an older version of Chrome that is compatible with your app. Here are the steps to uninstall the current version of Chrome and install an older version for example (109.0.5414.119). Google Chrome will not have old repo directly and specific needs to mention as described in the below steps.


Here are step-by-step instructions using the command prompt to uninstall the current version of Google Chrome and install an older version (109.0.5414.119) on CentOS:

  1. Open the terminal (command prompt) on your CentOS machine.
  2. Type the following command to uninstall the current version of Google Chrome:


sudo yum remove google-chrome-stable         

3. Press Enter and provide your password if prompted to do so.

4. Download the old RPM package of Chrome from the official Chrome archive. You can use the following command to download it:


wget https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-109.0.5414.119-1.x86_64.rpm         

5. Type the following command to install the RPM package:


sudo yum install google-chrome-stable-109.0.5414.119-1.x86_64.rpm         

6. Press Enter and provide your password if prompted to do so.

7. Launch Chrome and test if it works with your application.

That's it! Using these steps, you should be able to install the older version of Chrome and use it with your application on CentOS.

要查看或添加评论,请登录

Mukesh Bhakar的更多文章

  • ?? AWS Security Hub vs. GuardDuty: When & How to Use Each

    ?? AWS Security Hub vs. GuardDuty: When & How to Use Each

    ?? Demystifying AWS Security Hub vs. GuardDuty: Which Tool, When, and How? ?? With the rapid adoption of cloud…

  • DevSecOps Best Practice

    DevSecOps Best Practice

    DevSecOps is a practice that focuses on integrating security into the software development process. Some best practices…

  • How does diversity improve productivity?

    How does diversity improve productivity?

    Well I support Equal opportunity for all but here we are acting racist when we are differentiating on basis of gender…

  • First learn then Earn

    First learn then Earn

    “Never stop learning because life never stops teaching.”

    2 条评论

社区洞察

其他会员也浏览了