Last active
May 9, 2018 14:16
-
-
Save cmey/84a035b1a7d5a4cf4f065f30da051927 to your computer and use it in GitHub Desktop.
workaround to install mpv on Ubuntu 16.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# If you get the error: | |
# The following packages have unmet dependencies: | |
# mpv : Depends: libva-x11-1 (>= 1.0.3) but it is not going to be installed | |
# E: Unable to correct problems, you have held broken packages. | |
# Workaround: | |
sudo aptitude install mpv | |
# Accept this solution? | |
# No, Yes, Yes | |
sudo apt install mpv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment