chrome

Install Google Chrome on CentOS 7 64 bit Install Google Chrome in Ubuntu Enable Native Notification in Google Chrome Disable Native Notification on Google Chrome Ubuntu How to remove the Google Chrome Reading List How to Convert a Website (Trello) into Desktop (Chrome) Application Good Plugins US English Female Text-to-speech Read Aloud: A Text to … Read more

Install Google Chrome on CentOS 7 64 bit

To install Google Chrome on CentOS 7 (Chrome won’t work on CentOS 6 as it is using older version of libraries required for Chrome). First create repo file vi /etc/yum.repos.d/google-chrome.repo Add following content [google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub Now you can install google chrome with command yum -y install google-chrome-stable See CentOS