Description of problem: The pacman configuration lacks the [community] repository which makes not all packages installable as some packages in [extra] depend on [community]. Version-Release number of selected component (if applicable): pacman-6.0.1-1.fc35.x86_64 How reproducible: Steps to Reproduce: 1. dnf install pacman 2. pacman -Syu 3. pacman -S --print --print-format '{"url": "%l" "version": "%v" "name": "%n"}' pacman qemu Actual results: [jelle@toolbox osbuild]$ sudo pacman -S --print --print-format '{"url": "%l" "version": "%v" "name": "%n"}' pacman qemu error: failed to prepare transaction (could not satisfy dependencies) :: unable to satisfy dependency 'dtc' required by qemu :: unable to satisfy dependency 'libnfs' required by qemu :: unable to satisfy dependency 'libslirp' required by qemu :: unable to satisfy dependency 'libslirp.so=0-64' required by qemu :: unable to satisfy dependency 'hidapi' required by sdl2 :: unable to satisfy dependency 'sdl2' required by qemu :: unable to satisfy dependency 'hidapi' required by sdl2 :: unable to satisfy dependency 'sdl2' required by sdl2_image :: unable to satisfy dependency 'sdl2_image' required by qemu :: unable to satisfy dependency 'usbredir' required by qemu Expected results: Package is installed :) Additional info:
Unfortunately I'm not much of a arch user, so I don't even know how this should all look. If you could provide a pull request against dist-git, or at least tell me exactly what should be changed, that'd be great.
Ok, basically this requires another line to be added to the default pacman.conf [community] Include = /etc/pacman.d/mirrorlist That should be all, the community repository is also a trusted repository.
FEDORA-2022-0916fb2e00 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2022-0916fb2e00
FEDORA-2022-d7b4bdddd2 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-d7b4bdddd2
FEDORA-2022-0916fb2e00 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-0916fb2e00` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-0916fb2e00 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2022-d7b4bdddd2 has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-d7b4bdddd2` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-d7b4bdddd2 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2022-0916fb2e00 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2022-d7b4bdddd2 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.