'Install google chrome without user interaction

I am running automation on google chrome using selenium + python. I have more than 100 VMs. I want to install a specific/stable version of google chrome and do not want it to automatically update as the latest one has sometimes issues with the corresponding chromedriver. For now I am managing it with a standalone version but it has its own challenges. Is there any other way where I can get google chrome installed automatically without any user interaction? (like PIP or something similar)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source