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