yum

Package management utility for RHEL, Fedora, and CentOS (for older versions). For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>. More information: <https://manned.org/yum>.

Debian Debian
RUN apt-get update && \ apt-get install -y yum
Ubuntu
RUN apt-get update && \ apt-get install -y yum
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y yum
CentOS
RUN yum install -y yum
Fedora
RUN dnf install -y yum
Raspbian
RUN apt-get update && \ apt-get install -y yum
click the source code to copy install yum on any operating system with command-not-found.com