From 6932da0906311285ec530cfa10992c90382d075e Mon Sep 17 00:00:00 2001 From: mbro Date: Mon, 19 Jan 2026 14:09:28 +0530 Subject: [PATCH] docs: add instructions to update Google Chrome --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 074b2cf..b1814f4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ Install the lsb-core and lsb packages for Ubuntu 16.04 : $ sudo apt install lsb-core and $ sudo apt install lsb +## Updating Google Chrome + +Google Chrome is required for proper Google Earth and Liquid Galaxy functionality. + +### Update Chrome (Ubuntu / Debian) +```bash +sudo apt update +sudo apt upgrade google-chrome-stable + + + Update the package database : $ sudo apt update Upgrade you system using the "-f" parameter .This will attempt to correct a system which has broken dependencies: