Can I use the "yum" command on ubuntu?

Hi,all
I like use this command very much,can I use on ubuntu?and how to do?

yunikes,

You can use the apt-get instead. Yum was created to be like apt-get
The same functionality as yum. I dont know if that will work that you use yum it has different repository than ubuntu. Maybe experts can help you but im suggesting you use the apt-get instead.

cheers.

csorhand ,
thank U very much.
I know the "apt-get",I just want to try "yum" on ubuntu.
:slight_smile:

yunikes,
you can try 'aptitude install yum' or alias yum='sudo apt-get '.

sudo aptitude install yum
will work