I am trying to install yum to install another app on my WSL but keep getting the error cannot find the package. I am using the following command:
sudo apt install -y yum
It is returning this:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package yum
Search the net I keep seeing to update the apt so I am using this:
sudo apt update
Returns the following:
Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114kB]
Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114kB]
Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101kB]
Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64Packages [1129 kB]
Get:6 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64Packages [843 kB]
Fetched 2300 kB in 6s (405 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
What am I doing wrong?