Skip to content

Commit eb1cfd8

Browse files
committed
Add --allowerasing for Fedora install
to fix: Problem: systemd-257.3-7.fc42.i686 from fedora has inferior architecture - package gap-pkg-scscp-2.4.3-5.fc42.noarch from fedora requires systemd, but none of the providers can be installed - problem with installed package - installed package systemd-standalone-tmpfiles-257.10-1.fc42.x86_64 conflicts with systemd provided by systemd-257.3-7.fc42.x86_64 from fedora - package systemd-standalone-tmpfiles-257.10-1.fc42.x86_64 from updates conflicts with systemd provided by systemd-257.3-7.fc42.x86_64 from fedora - package systemd-257.3-7.fc42.x86_64 from fedora conflicts with systemd-standalone-tmpfiles provided by systemd-standalone-tmpfiles-257.3-7.fc42.x86_64 from fedora - systemd-257.10-1.fc42.i686 from updates has inferior architecture - installed package systemd-standalone-tmpfiles-257.10-1.fc42.x86_64 conflicts with systemd provided by systemd-257.10-1.fc42.x86_64 from updates - package systemd-257.10-1.fc42.x86_64 from updates conflicts with systemd-standalone-tmpfiles provided by systemd-standalone-tmpfiles-257.10-1.fc42.x86_64 from updates - package systemd-257.10-1.fc42.x86_64 from updates conflicts with systemd-standalone-tmpfiles provided by systemd-standalone-tmpfiles-257.3-7.fc42.x86_64 from fedora - conflicting requests
1 parent f592666 commit eb1cfd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/bin/sage-print-system-package-command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ case $system:$command in
153153
fi
154154
;;
155155
@(fedora*|redhat*|centos*):install)
156-
[ "$YES" = yes ] && options="$options -y"
156+
[ "$YES" = yes ] && options="$options -y --allowerasing"
157157
[ "$IGNORE_MISSING" = yes ] && options="$options --skip-unavailable"
158158
[ -n "$system_packages" ] && print_shell_command ${SUDO}dnf install $options $system_packages
159159
;;

0 commit comments

Comments
 (0)