0

What version of Raspberry Pi 3.0 use? it just says chromium in the browser.

3 Answers3

1

when you type "chromium --version" in the terminal, it should output the version number you are using.

boomclick
  • 21
  • 1
  • 3
0

Another way, if you're on a desktop or full screen browser, would be to enter either of the following in the address bar of the browser;

about:

or...

chrome://version
Gold
  • 16
  • 3
0

Just a note that the version of Chromium is not dependent on the hardware (Raspberry pi 3.0) but rather on the image or distribution of linux, usually Rasperian. The current versions of Raspian (nicknamed 'stretch') ship with Chromium browser 60.0. To see the exact version, from a command line 'chromium-browser --version'. To upgrade to the latest: 'sudo apt-get install chromium-browser'.

larboyer
  • 26
  • 3