Command: ---v---v---v---v---v--- if [ ! -z "$(sed 's/\s//g' rpms-list)" ];then dnf -y install --allowerasing $(cat rpms-list);else echo "Nothing to install, rpms-list is empty"; fi ---^---^---^---^---^--- Stdout: ---v---v---v---v---v--- Updating and loading repositories: Repositories loaded. ---^---^---^---^---^--- Stderr: ---v---v---v---v---v--- Warning: Permanently added '18.220.133.30' (ED25519) to the list of known hosts. Failed to resolve the transaction: Problem 1: package coreutils-9.5-4.fc41.x86_64 from @commandline conflicts with coreutils-single provided by coreutils-single-9.5-4.fc41.x86_64 from @commandline - conflicting requests Problem 2: package systemd-256.2-2.fc41.x86_64 from @commandline conflicts with systemd-standalone-tmpfiles < 256.2-2.fc41^ provided by systemd-standalone-tmpfiles-256.2-2.fc41.x86_64 from @commandline - conflicting requests Problem 3: package systemd-udev-256.2-2.fc41.x86_64 from @commandline conflicts with systemd-standalone-repart < 256.2-2.fc41^ provided by systemd-standalone-repart-256.2-2.fc41.x86_64 from @commandline - conflicting requests Problem 4: package systemd-256.2-2.fc41.x86_64 from @commandline conflicts with systemd-standalone-shutdown < 256.2-2.fc41^ provided by systemd-standalone-shutdown-256.2-2.fc41.x86_64 from @commandline - package systemd-container-256.2-2.fc41.x86_64 from @commandline requires libsystemd-shared-256.2-2.fc41.so()(64bit), but none of the providers can be installed - package systemd-container-256.2-2.fc41.x86_64 from @commandline requires libsystemd-shared-256.2-2.fc41.so(SD_SHARED)(64bit), but none of the providers can be installed - package systemd-container-256.2-2.fc41.x86_64 from @commandline requires systemd(x86-64) = 256.2-2.fc41, but none of the providers can be installed - conflicting requests Problem 5: package systemd-256.2-2.fc41.x86_64 from @commandline conflicts with systemd-standalone-sysusers < 256.2-2.fc41^ provided by systemd-standalone-sysusers-256.2-2.fc41.x86_64 from @commandline - package systemd-journal-remote-256.2-2.fc41.x86_64 from @commandline requires libsystemd-shared-256.2-2.fc41.so()(64bit), but none of the providers can be installed - package systemd-journal-remote-256.2-2.fc41.x86_64 from @commandline requires libsystemd-shared-256.2-2.fc41.so(SD_SHARED)(64bit), but none of the providers can be installed - package systemd-journal-remote-256.2-2.fc41.x86_64 from @commandline requires systemd(x86-64) = 256.2-2.fc41, but none of the providers can be installed - conflicting requests You can try to add to command line: --skip-broken to skip uninstallable packages ---^---^---^---^---^---