Pear Linux 7 comes with pre built Mozilla Firefox 19 as the default browser. If you want to add Google Chrome to Pear Linux 7 we have to install it manually. But, installing Google Chrome on Pear Linux 7 is not hard. The following tutorial will help you to install Google Chrome on Pear Linux 7.
Steps to install Google Chrome on Pear Linux 7
1. Add the Google Chrome key to Pear Linux. Open Terminal and paste the following command
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
2. Add Google Chrome repository
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
3. Update system and install Google Chrome
sudo apt-get update
sudo apt-get install google-chrome-stable
Enjoy
1 comments:
Thank you Fitri :) Your tutorial is the one and only which I found while googling. It worked. Thanks a lot.