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)?
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)?
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.
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
sudo apt-get install chromium-brower
or with Software Center – Oct 20 '13 at 19:40