This tutorial is not for "installing" chrome, is for downloading it and run it from the downloaded folder. This method will pose no danger to the system since no files will be placed any where among system files.
1. Download 32 bit debian package from here:
http://www.google.com/chrome/eula.html2. Extract the debian package(ark can do it and you will have to do it twice, first to the debian package and then to the "data.tar.lzma")
3. After the extraction, a folder called "opt" will show up, click to open it and then click "google" folder and finally "chrome" folder to reach chrome executables.
4. (Double) Clicking "google-chrome" script should start it up but it doesnt because pclinuxos has shared libraries it needs but with names it doesnt expect. Create a script with below content, place in the folder and run it and it will create symbolic links to this folder for chrome to use.
5. (Double) Clicking the "google-chrome" script should start it up. Always use this script to start chrome up
YOu can now place the folder anywhere most convenient to you and if you wish, you can create a link to the script on the menu for easy access.
Chrome store its user settings in a folder called "google-chrome" in a hidden folder called ".config" in user's home directories. When you no longer want to use chrome. just delete this folder and the folder with the executables.
#!/bin/bash
ln -s /lib/libnspr4.so libnspr4.so.0d
ln -s /lib/libnss3.so libnss3.so.1d
ln -s /lib/libnssutil3.so libnssutil3.so.1d
ln -s /lib/libplc4.so libplc4.so.0d
ln -s /lib/libsmime3.so libsmime3.so.1d
ln -s /usr/lib/libbz2.so.1 libbz2.so.1.0