Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from yum to DNF for Fedora, CentOS and OracleLinux #127

Closed
wants to merge 1 commit into from

Conversation

MisterDA
Copy link
Contributor

@MisterDA MisterDA commented Nov 7, 2022

Tentative fix for #17.

@kit-ty-kate
Copy link
Contributor

opam-depext (for 2.0) does not support dnf so if you really want to see this through you'll need to send a fix and release opam-depext first

| `CentOS _ -> `Yum
| `Fedora _ -> `Yum
| `OracleLinux _ -> `Yum
| `CentOS _ -> `Dnf
Copy link
Contributor

@edwintorok edwintorok Jan 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not ALL CentOS supports DNF. CentOS 7 (which is what I'm currently using the docker containers for, still in support upstream until 2024) does not have DNF, but just Yum, so might be useful to retain 'Yum' as a package manager and just add DNF.
(Although Yum is still present as an alias in newer versions of Fedora, although unsure for how long)

@MisterDA MisterDA closed this Mar 15, 2023
@MisterDA MisterDA deleted the dnf branch March 15, 2023 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants