Upgrade Google Chrome in Linux Debian

Published: October 3, 2014 | Last Modified: October 3, 2014

How to upgrade just Google Chrome in Linux (Debian)

To upgrade Google Chrome to the latest stable version:

sudo apt-get --only-upgrade install google-chrome-stable

Might need to kill all instances of Chrome, to kill all instances of Chrome:

sudo pkill -15 google-chrome