Skip to content

RPM package managers #643

Description

@remicollet

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestmaintainer investigatingThis ticket is being investigated by maintainers. Please check with us before contributing PRs etc!

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions