Posted on October 21, 2013, 2:25 pm
After installed 'Chromium V 28.0.1500' that's available on Ubuntu Software Center (USC), I've found that some pages with the flash contents are not function correctly :( beh technically it can not open the SWF or other type of Flash file.
To deal with this, just install a real 'Google Chrome', but you can not find it on the USC => Use this Commande-Line to download it
wget -O https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
After finishe the download, use this Commande-Line to install:
sudo dpkg -i google-chrome-stable_current_i386.deb
ERROR WHIL INSTALLING “GOOGLE CHROME” ON UBUNTU 12.04
Three dependencies below are required to install this without error, you will see the message error if you don't have it.
- dpkg: dependency problems prevent configuration of google-chrome-stable:
- google-chrome-stable
- depends on lib32gcc1 (>= 1:4.1.1);
- depends on lib32stdc++6 (>= 4.6);
- depends on libc6-i386 (>= 2.11);
La vue depuis la basilique notre-dame de fourvière |
/!\ To sold this error, just download and install it from the dummy package
wget https://dl.dropboxusercontent.com/u/85403877/ubu13-chrome-fix/lib32gcc1_4.7.3-1ubuntu1_all.deb
wget https://dl.dropboxusercontent.com/u/85403877/ubu13-chrome-fix/lib32stdc%2B%2B6_4.7.3-1ubuntu1_all.deb
wget https://dl.dropboxusercontent.com/u/85403877/ubu13-chrome-fix/libc6-i386_2.17-0ubuntu5_all.deb
And install it
sudo dpkg -i lib32gcc1_4.7.3-1ubuntu1_all.deb lib32stdc++6_4.7.3-1ubuntu1_all.deb libc6-i386_2.17-0ubuntu5_all.deb
And now re-install “Google-Chrome”
sudo dpkg -i google-chrome-stable_current_i386.deb