Search This Blog

Monday, March 30, 2015

Installing Google Chrome in Ubuntu Linux

google-chrome-stable is availeble on 3rd Party Repository: Google Chrome (For Stable).
Follow the instruction for installation:
  1. Add Key:
    wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 
    
  2. Set repository:
    sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
    
  3. Install package:
    sudo apt-get update 
    sudo apt-get install google-chrome-stable 
     
    From 
     
    http://askubuntu.com/questions/510056/how-to-install-google-chrome-on-ubuntu-14-04 
     
     
     
     
     
     
     

    Order from Amazon.in after becoming a member by clicking here

No comments: