Tuesday, October 18, 2016

How to Install Google Chrome 54 on Ubuntu 16.04, Ubuntu 16.10, Debian 8 and Linux Mint 18

   Google Chrome is a freeware web browser developed by Google. It was first released in 2008, for Microsoft Windows, and was later ported to Linux, OS X, iOS and Android. Google Chrome is also the main component of Chrome OS, where it serves a platform for running web apps.


Google Chrome 54 Security Fixes:
  • High CVE-2016-5181: Universal XSS in Blink.
  • High CVE-2016-5182: Heap overflow in Blink.
  • High CVE-2016-5183: Use after free in PDFium.
  • High CVE-2016-5185: Use after free in Blink.
  • High CVE-2016-5187: URL spoofing.
  • Medium CVE-2016-5188: UI spoofing.
  • Medium CVE-2016-5192: Cross-origin bypass in Blink.
  • Medium CVE-2016-5189: URL spoofing.
  • Medium CVE-2016-5186: Out of bounds read in DevTools.
  • Medium CVE-2016-5191: Universal XSS in Bookmarks.
  • Medium CVE-2016-5190: Use after free in Internals.
  • Low CVE-2016-5193: Scheme bypass.
  • CVE-2016-5194: Various fixes from internal audits, fuzzing and other initiatives 

Installation instructions: 

   Open terminal and insert command line...

   Install dependencies. 
$ sudo apt-get install libappindicator1 libdbusmenu-glib4 libdbusmenu-gtk4 libindicator7 libpango1.0-0 libpangox-1.0-0

   Download and Install Google Chrome 54 on  Ubuntu 16.04, Ubuntu 16.10, Debian 8 and Linux Mint 18
$ sudo apt-get install gdebi

$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

$ sudo gdebi google-chrome-stable_current_amd64.deb



No comments:

Post a Comment