Update to chrome 51?

10,773

Solution 1

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

Solution 2

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.

Share:
10,773

Related videos on Youtube

Community
Author by

Community

Updated on September 18, 2022

Comments

  • Community
    Community almost 2 years

    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 ?

    • Gunnar Hjalmarsson
      Gunnar Hjalmarsson about 8 years
      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.
    • MadMike
      MadMike about 8 years
      Could it be that you are running a 32-bit computer and/or a 32-bit Ubuntu? To check: askubuntu.com/questions/41332/… If that's the case: Google has discontinued support for its 32-bit Chrome as seen here: omgubuntu.co.uk/2016/01/google-chrome-linux-32-bit-discontin‌​ued. You will need to switch your browser. For example chromium-browser: sudo apt-get install chromium-browser
  • Likad Powkowa
    Likad Powkowa about 8 years
    i tried this it's in comments of answer