JusGellin wrote: ↑Mon Oct 14, 2024 4:05 pm@josejp2424
I was getting myself familiar with pacman by trying an installation of qemu virt-manager.
When I did this it gave the below information about breaking dependencies.
I looked up how to resolve this and didn't find anything that really helped much.
I did an update first on it -pacman -Syy
As a last resort I deleted those not knowing how this would affect the system.
I used the commandpacman -R
.... for each the required by listed.How should something like this be corrected?
Code: Select all
pacman -S virt-manager resolving dependencies... looking for conflicting packages... error: failed to prepare transaction (could not satisfy dependencies) :: installing gst-plugins-base-libs (1.24.7-1) breaks dependency 'gst-plugins-base-libs=1.24.6-1' required by gst-libav :: installing gstreamer (1.24.7-1) breaks dependency 'gstreamer=1.24.6-1' required by gst-libav :: installing gst-plugins-base-libs (1.24.7-1) breaks dependency 'gst-plugins-base-libs=1.24.6-1' required by gst-plugins-bad-libs :: installing gstreamer (1.24.7-1) breaks dependency 'gstreamer=1.24.6-1' required by gst-plugins-bad-libs :: installing gst-plugins-base-libs (1.24.7-1) breaks dependency 'gst-plugins-base-libs=1.24.6-1' required by gst-plugins-good :: installing gstreamer (1.24.7-1) breaks dependency 'gstreamer=1.24.6-1' required by gst-plugins-good
Doing this allowed me to run
pacman -S virt-manager
successfully.But when I did a reboot, it locked up so I had to do a power down/up to get it back. So there probably should be a better way to do that.
By the way I sure like the colorful prompts you used for the bash terminal.
Thanks
hi @JusGellin
I realized the errors ; they will be fixed in the update. The scripts I use to update the ISO had some errors that I didn't notice, and I saw that the process wasn't completing. But thank you for pointing out the errors.