I'm trying to install stremio through the Konsole on Kubuntu 24.04.1 LTS and it's giving me the following errors:
achraf@LENOVO-20157:~/Downloads$ sudo dpkg -i stremio_4.4.168-1_amd64.deb
Selecting previously unselected package stremio.
(Reading database ... 235340 files and directories currently installed.)
Preparing to unpack stremio_4.4.168-1_amd64.deb ...
Unpacking stremio (4.4.168-1) ...
dpkg: dependency problems prevent configuration of stremio:
stremio depends on libmpv1 (>= 0.30.0); however:
Package libmpv1 is not installed.
dpkg: error processing package stremio (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
stremio
achraf@LENOVO-20157:~/Downloads$ sudo apt-get install libmpv1
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libmpv1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libmpv1' has no installation candidate
achraf@LENOVO-20157:~/Downloads$ sudo apt-get install mpv
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
stremio : Depends: libmpv1 (>= 0.30.0) but it is not installable
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Can someone help me figure out the issue ?
My kubuntu installation a new fresh install. It came updated with all the packages somehow.
Thank you for reading!