How can I upgrade/ update my current Chromium from 56 to 57 on Ubuntu 16.10 using the terminal?
I can get Chrome 57 from their official site - download the .deb
file then install it but Chromium is still on version 56.
I attempt on my terminal:
$ sudo apt-get install --only-upgrade chromium-browser
Reading package lists... Done
Building dependency tree
Reading state information... Done
chromium-browser is already the newest version (56.0.2924.76-0ubuntu0.16.10.1335).
0 to upgrade, 0 to newly install, 0 to remove and 55 not to upgrade.
It seems that the latest version of Chromium for Ubuntu is 56.0.2924.76 only?
0 Answers