> I have no network to the XO at the moment so and I want to install the > etoy rpm by command line. Could anyone give me the brief instructions > for doing that. Copy a .rpm to a USB memory, and do: rpm -i /media/VOLNAME/somefile.rpm Or, if it complains because of dependency resolve it or simply do: rpm -i --force /media/VOLNAME/somefile.rpm -- Yoshiki