My command is sudo apt-get install yum
The result is :
Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package yum 31 Answer
I try it successful.
I must install rpm first:
sudo apt-get install rpm And then install the yum:
sudo apt-get install yum 3