Sunday, May 5, 2024
12
rated 0 times [  12] [ 0]  / answers: 1 / hits: 29915  / 1 Year ago, sat, february 18, 2023, 1:49:02

I am having trouble installing Google Chrome on my Ubuntu 11.10 system. After downloading it from http://www.google.com/chrome I am trying to open it with a double click. Software Center pops up, I see the loading wheel, then I get a message that the package cannot be opened. Any help would be appreciated.


More From » installation

 Answers
3

Fire up a terminal using Control+Alt+T, then write:



sudo dpkg --install /Path/to/chrome.deb


Ignore the errors, then:



sudo apt-get install -f


Then again:



sudo dpkg --install /Path/to/chrome.deb


The Google Chrome package is missing dependencies; this installs those dependencies. You should be able to install the package.


[#42823] Sunday, February 19, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
suitman

Total Points: 487
Total Questions: 105
Total Answers: 98

Location: India
Member since Wed, Aug 4, 2021
3 Years ago
;