Hi I am new to Linux and I am trying to install a .rpm file on an Intel Edison but I can't find a way to install it, I have tried:
rpm -i filename.rpm
With this command I get the error "Failed dependencies: /bin/bash is needed", "/bin/sh is needed" and some more, both of thise files exist. This is also the result with all other commands that tries to install the file.
further information the Linux is based on Yocto, and from what I understand there is no command like "apt-get".
So my question is, how to install a .rpm file on an Intel Edison?