Getting latest version of Chromium Browser on Ubuntu
Add package source ppa:chromium-daily/stable
to the repository in Synaptic Package Manager or using the CLI
sudo add-apt-repository ppa:chromium-daily/stable
Then refresh and update using Synaptic Package Manager or use the CLI
sudo apt-get update
sudo apt-get install chromium
The latest version of Chrome can be obtained from Google.