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.

  • It seems like the issues has already been fixed, although the fixed version hasn't been released yet. If you run apt-get install google-chrome-beta, it doesn't complain about unment dependencies at all. However, there may be other bugs revieling their ugly heads (since this is a beta). – TSJNachos117 Oct 22 '13 at 03:58
-1

Try installing the dependencies.

Run this command:

sudo apt-get install lib32gcc1

Do you get any errors now?

jokerdino
  • 41,320
MRTgang
  • 661