Install Google Chrome in Ubuntu
In this blog, we shall see how to install Google Chrome in Ubuntu. Google chrome is freeware Web Browser developed by Google. It is one of the most widely used browsers. Install Google chrome in simple steps STEP 1 : ADD THE REPOSITORY wget - q - O - https :// dl - ssl . google . com / linux / linux_signing_key . pub | sudo apt - key add - echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee / etc / apt / sources . list . d / google - chrome . list STEP 2 : INSTALL GOOGLE CHROME sudo apt - get update sudo apt - get install google - chrome - stable