How to Install Google Chrome 54 on Ubuntu 16.10 Linux System. Know how to upgrade to Google Chrome 54 web browser on Linux Ubuntu Systems.
Chrome 54 web browser now has rewrite YouTube Flash embed to HTML5. It also support custom elements V1 spec allowing developers to create HTML tags and define their API and behavior in JavaScript. With Chrome 54 rewriting Flash to HTML5, uses will enjoy performance and security improvement when viewing these old YouTube embeds on the Web. It also brings more than 20 security fixes, and other developer features.
Install Google Chrome 54 on Ubuntu
Ubuntu users can either update to the latest Chrome 54 via Software Update tool or run the following commands to install the latest Chrome 54:
sudo apt-get update
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install libappindicator1 libdbusmenu-glib4 libdbusmenu-gtk4 libindicator7 libpango1.0-0 libpangox-1.0-0
sudo dpkg -i google-chrome-stable_current_amd64.deb
sudo apt install gdebi-core
sudo gdebi google-chrome-stable_current_amd64.deb
Once installed, open the Chrome 54 via Ubuntu Dash.
The same set of instructions can be used to install Chrome 54 on Debian 8 and Linux Mint 18 Systems.