installer does not work on Fedora 42 #1444

Closed
opened 2026-04-05 19:28:30 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @cascer1 on 5/27/2025

In fedora 42, DNF 5 is the default DNF implementation.

This line: b467d6afa1/install/main.go (L443)

fails in the installer, because the command for adding repos has changed.

Instead, it should be

dnf config-manager addrepo --from-repofile=https://download.docker.com/linux/fedora/docker-ce.repo
*Originally created by @cascer1 on 5/27/2025* In fedora 42, DNF 5 is the default DNF implementation. This line: https://github.com/fosrl/pangolin/blob/b467d6afa198a4d77d6399d3418382b5081d7eae/install/main.go#L443 fails in the installer, because the command for adding repos has changed. Instead, it should be ```sh dnf config-manager addrepo --from-repofile=https://download.docker.com/linux/fedora/docker-ce.repo ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1444