Saturday, March 17, 2012

No more problem with Google Chrome installation in Ubuntu

Google Chrome & Chromium
Google Chrome, this Internet browser has dug deep inside the Tech era that everybody is bound to use this browser. Google chrome is the fastest browser you ever had. It's clean & minimal designed with a lots of extensions available which will solve any kind of your deformation. Each & every Operating System supports this browser.
The problem is here for Linux users & especially for the Ubuntu users. It is quit annoying sometimes while installing Google Chrome to the system. The only reason is that it requires some other dependencies to finish up its installation which should be installed first. If you find difficulties installing the latest stable version of Google Chrome or Chromium under Ubuntu using the provided Debian packages, then installing via PPA will be recommended. Some users have been presented with an error during the installation of Chrome / Chromium via the Ubuntu Software Center due to missing dependenciesNo more roaming anywhere for installation...here all the clear steps are described.
  • sudo apt-get install libxss1 libcurl3 libnspr4 libnss3-1d
  • wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
  • sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
  • sudo apt-get update
Now for Google Chrome installation follow this command:
  • sudo apt-get install google-chrome-stable
If you need Chromium then follow this command:
  • sudo apt-get install chromium-browser

No comments:

Post a Comment