[Ubuntu Notes] install chrome under ubuntu11.10

Source: Internet
Author: User

I just installed Ubuntu 11.10 and wanted to install chrome. I couldn't find it in "ubuntu Software Center", but only chromium. So I first googling. Someone said that I should: "You can't install chromium directly on the official website. You have to install chromium in Ubuntu Software Center first, then install chrome, and then delete chromium." This should also be feasible, it is indeed a little troublesome.

However, I still want to try to install the chrome official download version. After the download, install:Code:Sudo dpkg-I google-chrome-stable_current_i386.deb

An error occurs:Code:Decompressing Google-chrome-stable (from google-chrome-stable_current_i386.deb )...
Dpkg: The dependency problem makes the configuration of Google-chrome-stable unable to continue:
Google-chrome-stable depends on libxss1; however:
Libxss1 is not installed.
Google-chrome-stable depends on libcurl3; however:
The software package libcurl3 is not installed.
Dpkg: An error occurred while processing Google-chrome-stable (-- install:
Dependency problem-Not Configured
Processing the trigger for gnome-menus...
Processing the trigger for desktop-file-utils...
Processing the trigger for bamfdaemon...
Rebuilding/usr/share/applications/BAMF. index...
Processing the trigger for man-DB...
An error occurred during processing:
Google-chrome-stable

The reason is that libxss1 and libcurl3 libraries are missing. What about these libraries in those packages? I don't know! It seems quite troublesome to manually find and install these libraries.
However, I accidentally discovered this command to automatically solve the trust database:Code:Sudo apt-get-F install

OK! The installation is successful.

Summary:
Go to the official website http://www.google.cn/chrome/intl/zh-CN/landing_chrome.html? Hl = ZH-CN & brand = chmi download: google-chrome-stable_current_i386.deb
Run the following command to install the SDK:Code:Sudo dpkg-I google-chrome-stable_current_i386.deb

Run the following command to restore the library dependency:Code:Sudo apt-get-F install

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.