I’ve updated my system (OpenMandrivaLx Rome) last night. Today, I found that qImgV that I previously installed prior the update is nowhere to be seen after the update.
I tried this in the console:
$ qimg
qimg: command not found
$ sudo dnf search qimg
Updating and loading repositories:
Repositories loaded.
Matched fields: name
qimgv.x86_64 Simple Qt5 image viewer
$ sudo dnf install qimgv
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
Problem: conflicting requests
- nothing provides libopencv_core.so.411()(64bit) needed by qimgv-1.0.2-10.x86_64 from rolling-x86_64
- nothing provides libopencv_imgproc.so.411()(64bit) needed by qimgv-1.0.2-10.x86_64 from rolling-x86_64
You can try to add to command line:
--skip-broken to skip uninstallable packages
It does seem the installed qImgV was uninstalled as part of the update process, as it cannot be updated because of that conflict.
$ sudo dnf search nomacs
Updating and loading repositories:
Repositories loaded.
Matched fields: name (exact)
nomacs.x86_64 A fast and small image viewer
Matched fields: name, summary
nomacs-plugins.x86_64 Plugins for nomacs
$ sudo dnf install nomacs
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
Problem: conflicting requests
- nothing provides libopencv_core.so.411()(64bit) needed by nomacs-3.19.1-2.x86_64 from rolling-x86_64
- nothing provides libopencv_imgproc.so.411()(64bit) needed by nomacs-3.19.1-2.x86_64 from rolling-x86_64
You can try to add to command line:
--skip-broken to skip uninstallable packages