I've got an xo-1.5 and want to install Google Chrome. I've freshly installed the latest approved OS (Sugar 0.98, running on Fedora 18), and gotten a developer key.
Then in Terminal
sudo yum -y install lsb
After that installed 83 files, I put the Chrome rpm file in Documents and then
sudo rpm -ivvh Documents/google-chrome-stable_current_i386.rpm
Instead of "Chrome is installed!" I got a string of error messages including
error: Failed dependencies:
libXss.so.1 is needed by google-chrome-stable-27.0.1453.93-200836.i386
I tried
yum provides libXss.so.1
which returned
libXScrnSaver-1.2.2-2.fc18.i686 : X.Org X11 libXss runtime library
Repo : fedora
Matched from:
Provides : libXss.so.1
...so, now what?