Are you trying to install a downloaded RPM from a local file?
Is your system on Fedora 38?
Try installing from the command line using sudo dnf install <RPM>
.
Where did you get that RPM from?
yes its local file and my fedora is 41
dnf knows how to install local files, just give dnf the path to the file you want to install.
I wondered where you got the local RPM from.
sudo dnf install mpv-devel after that try again your package
the problem is i have some missing packages i also tried to install hiddify and i got this error i install libayatana-appindicator3 and the problem solved for the hiddify rpm package but in this idk
First - Please do not post screen shots of text.
Copy the text and post as pre-formatted text, the </>
button.
```
pre-fomatted text like this
```
Unless this RPM was specifically built for f41 it will not work.
It needs to be built against the versions of the libraries in f41.
Specifically Fedora provides /usr/lib64/libmpv.so.2.3.0 which is newer then the what your downloaded RPM wants. (Also f40 is newer as well).
You may be able to grab the sources and build the RPM yourself.
Otherwise ask the developer to build for Fedora f41
sorry about pic of terminal but i cant copy text of error in discover
But you can from the konsole terminal.
sudo dnf install Spotube-linux-x86_64.rpm
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
Problem: conflicting requests
- nothing provides libmpv.so.1()(64bit) needed by spotube-3.9.0+38-38.x86_64 from @commandline
You can try to add to command line:
--skip-broken to skip uninstallable packages
Fedora does not have that very old library.
Ask the developer to build against current dependencies please.
thanks
if you are interested in that piece of software, you better install it as a flatpak from flathub.
like this:
flatpak install flathub com.github.KRTirtho.Spotube
flatpak run com.github.KRTirtho.Spotube
thanks bro