Install Google Chrome 42 (Stable) on Ubuntu 14.10, Ubuntu 14.04 and Debian. Install Chrome 42 on Fedora and CentOS Systems. Install Chrome 42 on OpenSUSE Systems. Install Chrome 42 on Mageia and OpenMandriva Systems.
Follow the instructions given below to install Google Chrome 42 (Stable) on Linux Systems.
Install Chrome 42 on Ubuntu, Debian & Derivative
To install Chrome 42 on Ubuntu, Debian and Derivatives, run the following commands in Terminal. Please note that the commands are same for both 32 bit and 64 bit systems:
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo apt-get update
sudo apt-get install google-chrome-stable
To uninstall and remove Chrome 42 stable, run the following command:
sudo apt-get remove google-chrome-stable
Install Chrome 42 on Fedora and CentOS Systems
To install Chrome 42 on Fedora and CentOS Systems (32 bit), run the following commands in Terminal:
sudo sh -c 'echo -e "[google-chrome]\nname=google-chrome - 32-bit\nbaseurl=http://dl.google.com/linux/chrome/rpm/stable/i386\nenabled=1\ngpgcheck=1\ngpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub" >> /etc/yum.repos.d/google-chrome.repo'
sudo yum update
yum install google-chrome-stable
To install Chrome 42 on Fedora and CentOS Systems (64 bit), run the following commands in Terminal:
sudo sh -c 'echo -e "[google-chrome]\nname=google-chrome - 64-bit\nbaseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64\nenabled=1\ngpgcheck=1\ngpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub" >> /etc/yum.repos.d/google-chrome.repo'
sudo yum update
yum install google-chrome-stable
To uninstall and remove Chrome 42 on Fedora and CentOS Systems (32/64 bit), run the following commands in Terminal:
sudo yum remove google-chrome-stable
Install Chrome 42 on OpenSUSE Systems
To install Chrome 42 on OpenSUSE Systems (32 bit), run the following commands in Terminal:
sudo zypper ar http://dl.google.com/linux/chrome/rpm/stable/i386 Google-Chrome
sudo zypper refresh
sudo zypper install google-chrome-stable
To install Chrome 42 on OpenSUSE Systems (64 bit), run the following commands in Terminal:
sudo zypper ar http://dl.google.com/linux/chrome/rpm/stable/x86_64 Google-Chrome
sudo zypper refresh
sudo zypper install google-chrome-stable
To uninstall and remove Chrome 42 from OpenSUSE Systems (32/64 bit), run the following commands in Terminal:
sudo zypper remove google-chrome-stable
Install Chrome 42 on Mageia and OpenMandriva Systems
To install Chrome 42 on Mageia and OpenMandriva Systems (32 bit), run the following commands in Terminal:
sudo rpm --import https://dl-ssl.google.com/linux/linux_signing_key.pub
sudo urpmi.addmedia --update chrome_i386 http://dl.google.com/linux/chrome/rpm/stable/i386
sudo urpmi google-chrome-stable
To install Chrome 42 on Mageia and OpenMandriva Systems (64 bit), run the following commands in Terminal:
sudo rpm --import https://dl-ssl.google.com/linux/linux_signing_key.pub
sudo urpmi.addmedia --update chrome_x86_64 http://dl.google.com/linux/chrome/rpm/stable/x86_64
sudo urpmi google-chrome-stable
To uninstall and remove Chrome 42 on Mageia and OpenMandriva Systems (32/64 bit), run the following commands in Terminal:
sudo urpme google-chrome-stable