I have chromium-browser installed from the default Ubuntu repositories. When interrogated, it claims to be version 32.
# chromium-browser --version
Chromium 32.0.1700.107 Ubuntu 13.10
Is this Chromium up to date?
It may seem obvious that software installed from the repositories will remain up-to-date as long as the system is updated. However, chromium-browser comes from the Universe repository which is maintained by the community.
# apt-cache show chromium-browser
Package: chromium-browser
Priority: optional
Section: universe/web
Installed-Size: 142499
Maintainer: Ubuntu Developers <[email protected]>
Original-Maintainer: Micah Gersten <[email protected]>, Fabien Tassin <[email protected]>
Architecture: amd64
Version: 32.0.1700.107-0ubuntu0.13.10.1~20140204.972.1
Is Chromium actually maintained? The Chromium project doesn't have any stable versions but Google's Chrome seems to be on version 33 already.
It is not up to date.
You can see the Chromium release calendar here. At the moment Chromium 34 is the current stable release. Also see the Chromium blog.
As Thomas W. pointed out, in Ubuntu 13.10 the "Universe" repository is fixed. That means they won't have the newer Chromium in 13.10 ever, unless it's backported or put in a PPA.
Unfortunately, the PPAs of the Chromium Builds team at Launchpad, which are supposed to offer a variety of stable and beta Chromium builds, seem not to have been maintained for a while.
This means you will have to wait for Ubuntu 14.04.
If you do not want to wait, you can download and install Chromium Beta manually (beware, it will not be maintained by
apt
). That will be Chromium 35 Beta, then. Unfortunately the Chromium projects don't provide any stable builds for Linux, so if you want the current Chromium 34 you will have to compile it yourself. You will first have to checkout the source using git, then switch to the 34 branch. This is slightly involved, so if you want to do that best follow the instructions that I linked to and if you have any particular questions, post them here. :)