Deprecates yum
It was the default package manager until EL-7 (EOL)
EL-8 and newer versions (and Fedora) have switched to dnf
When it exists, yum is a symlink to dnf
AFAIK, other RPM distros (Mandriva, Suse...) use different package manager
Add microdnf
This is a minimal version used in some minimized containers
$ podman run --rm -ti ubi9-minimal
[root@ca2ed0a6ab2a /]# dnf install php
bash: dnf: command not found
[root@ca2ed0a6ab2a /]# microdnf install -y php-cli
Deprecates yum
It was the default package manager until EL-7 (EOL)
EL-8 and newer versions (and Fedora) have switched to dnf
When it exists,
yumis a symlink todnfAFAIK, other RPM distros (Mandriva, Suse...) use different package manager
Add microdnf
This is a minimal version used in some minimized containers