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
1
-
Apparently you have somehow removed (or disabled) the Chrome repository from the package system. Why not just download and install the latest Chrome version? It's probably the easiest way to fix it. – Gunnar Hjalmarsson Jun 03 '16 at 00:22
-
1Could it be that you are running a 32-bit computer and/or a 32-bit Ubuntu? To check: http://askubuntu.com/questions/41332/how-do-i-check-if-i-have-a-32-bit-or-a-64-bit-os If that's the case: Google has discontinued support for its 32-bit Chrome as seen here: http://www.omgubuntu.co.uk/2016/01/google-chrome-linux-32-bit-discontinued. You will need to switch your browser. For example chromium-browser: `sudo apt-get install chromium-browser` – MadMike Jun 05 '16 at 00:41
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
- 288
- 5
- 20
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,841
- 1
- 16
- 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