update chrome latest version ubuntu code example

Example 1: update google chrome command ubuntu

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

Example 2: how to update to latest version of chrome in ubuntu 17.04

sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'

Example 3: how to update to latest version of chrome in ubuntu 17.04

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -