Method 1
We can install chrome from google official repository . first we need to add the repository source to the update manager.
Step 1 » Setup key .
Step 2 » Type this command exactly to add chrome repositories .
Step 3 » Now Update the package list .
Step 1 » Setup key .
root@creatorb:~$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Step 2 » Type this command exactly to add chrome repositories .
root@creatorb:~$ sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
Step 3 » Now Update the package list .
root@creatorb:~$ sudo apt-get update
Step 4 » Finally install google chrome
root@creatorb:~$ sudo apt-get install google-chrome-stable
Yap. it's completed, happy browsing...
0 comments:
Post a Comment