RPM package managers · Issue #643 · php/pie · GitHub
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

Metadata

Metadata

Assignees

Labels

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

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions