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
PsTube seems to depend on libmpv1, while my system only offers libmpv2.
Attempting to install the deb package:
# apt install ./pstube-3.0.0-beta-linux-x86_64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'pstube' instead of './pstube-3.0.0-beta-linux-x86_64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
pstube : Depends: libmpv1 but it is not installable
E: Unable to correct problems, you have held broken packages.
Attempting to run the tarball build:
$ pstube-3.0.0-beta-linux-x86_64/pstube
pstube-3.0.0-beta-linux-x86_64/pstube: error while loading shared libraries: libmpv.so.1: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
PsTube seems to depend on
libmpv1
, while my system only offerslibmpv2
.Attempting to install the deb package:
Attempting to run the tarball build:
The text was updated successfully, but these errors were encountered: