How to update chrome 49 to chrome 51? I searched on the Internet and found this answer , I tried it but it didn't solve my problem. On windows I had only to go to about and find the new update. Any help please ?
Asked
Active
Viewed 1.1k times
3 Answers
3
You can download Chrome 51 form the link and its download an deb
file.
So open it via Ubuntu Software Center and install it.
Update 2018-05-21
use
sudo apt-get dist-upgrade

Abdulla Nilam
- 298
1
Go to the terminal and type:
sudo apt-get update
Then type:
sudo apt-get upgrade
If the update is available in Ubuntu, it should install after executing these commands.
Hope this helps.

Mohamed Slama
- 1,849
- 1
- 17
- 37
0
Problem: Google Chrome is not available in ubuntu stable repo. There is two way to solve the update issue based upon how you installed google chrome.
Most people downloads .deb file from https://www.google.com/chrome install it inthat case you have to download and install .deb file again
There is a stable version of google chrome available on 3rd party repo if you had installed it from that then you can simply do
sudo apt update && sudo apt upgrade

Mangesh Divate
- 26
- 5
sudo apt-get install chromium-browser
– MadMike Jun 05 '16 at 00:41