I've been using Google Chrome (with 16.04) and want to verify that I'm keeping it properly updated. Using sudo apt-get update
I obtain the following messages (along with other expected "get" messages for various repositories):
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://dl.google.com/linux/chrome/deb stable Release
Also, the last 3 lines of the output from apt-get were:
Fetched 1,166 kB in 3s (360 kB/s)
AppStream cache update completed, but some metadata was ignored due to errors.
Reading package lists... Done
Does this indicate that the Chrome update has occurred?
If not, where should I look to verify the update?
Also, I was wondering what the message about ignored metadata means? Thanks!