Unable to install yum on Ubuntu 20.04 (AWS EC2)

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 rpm

And then install the yum:

sudo apt-get install yum 
3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like