0

When I try to install chrome I get the error message

dependency is not satisfiable: lib32gcc1 (>= 1.4.1.1). 

What do I do to install chrome (version 30.0.1599.101-1)?

GC 13
  • 291

2 Answers2

0

someone at Google goof up and put 64 bit dependencies in the 32 bit architecture. So basically we have to wait on them to fix it. But you can install chromium in the software center.

-1

Try installing the dependencies.

Run this command:

sudo apt-get install lib32gcc1

Do you get any errors now?

jokerdino
  • 41,732
MRTgang
  • 701