You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried running this app on Fedora 36 and had the following message:
./boram: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
So I followed these instructions and installed GConf2 on Fedora to get this package as a dependency. But, then, it gives this error:
./boram: error while loading shared libraries: libavformat.so.58: cannot open shared object file: No such file or directory
But dnf doesn't want me to install it because it would break another package:
Error:
Problem: problem with installed package ffmpeg-libs-5.0.1-3.fc36.x86_64
- package ffmpeg-libs-5.0.1-3.fc36.x86_64 conflicts with libavformat-free provided by libavformat-free-5.0.1-1.fc36.i686
- conflicting requests
- package ffmpeg-libs-5.0.1-3.fc36.x86_64 conflicts with libavformat-free provided by libavformat-free-5.0.1-11.fc36.i686
- package ffmpeg-libs-5.0.1-3.fc36.x86_64 conflicts with libavformat-free provided by libavformat-free-5.0.1-1.fc36.x86_64
- package ffmpeg-libs-5.0.1-3.fc36.x86_64 conflicts with libavformat-free provided by libavformat-free-5.0.1-11.fc36.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages)
Is there a way to get past this on Fedora?
The text was updated successfully, but these errors were encountered:
I've tried running this app on Fedora 36 and had the following message:
So I followed these instructions and installed
GConf2
on Fedora to get this package as a dependency. But, then, it gives this error:But dnf doesn't want me to install it because it would break another package:
Is there a way to get past this on Fedora?
The text was updated successfully, but these errors were encountered: