Dear all,

I am an Linux amateur who is trying out Kali on my Odroid C2 device.
With limited knowledge and plenty of online searches, I've managed to dd the Kali image onto my device with the following done:

apt-get update
apt-get upgrade
apt-get dist-upgrade

I've tried to do a apt-get install kali-linux and it was successful. However, when I did a apt-get install kali-linux-full, I have the following error:

The following packages have unmet dependencies
kali-linux-full : Depends: beef-xss but it is not going to be installed
E: Unable to correct problems, you have have held broken packages

I tried to narrow the issue by doing an apt-get install beef-xss and it states:

The following packages have unmet dependencies
beef-xss : Depends: ruby-therubyracer (>=0.11.0beta1) but it is not going to be installable
E: Unable to correct problems, you have have held broken packages

Please help advise on what can be done to resolve this as my online search did not help in my understanding to solve.