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 3 1 Answer
I try it successful.
I must install rpm first:
sudo apt-get install rpmAnd then install the yum:
sudo apt-get install yum 3