Skip to content

Instantly share code, notes, and snippets.

@cmey
Last active May 9, 2018 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmey/84a035b1a7d5a4cf4f065f30da051927 to your computer and use it in GitHub Desktop.
Save cmey/84a035b1a7d5a4cf4f065f30da051927 to your computer and use it in GitHub Desktop.
workaround to install mpv on Ubuntu 16.04
# 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