Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down