Skip to content

Instantly share code, notes, and snippets.

@abdallahokasha
Last active January 2, 2019 18:57
Show Gist options
  • Save abdallahokasha/3f876bc0795e6cd4a5fe58565c7079c3 to your computer and use it in GitHub Desktop.
Save abdallahokasha/3f876bc0795e6cd4a5fe58565c7079c3 to your computer and use it in GitHub Desktop.
Enable DVD Support On Ubuntu

Error on ubuntu 16.04 LTS

when open .mkv videos it says "dvd subpicture decoder package is not found"

Solution:

 sudo apt install libdvdnav4 libdvdread4 gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly libdvd-pkg

sudo apt install ubuntu-restricted-extras

reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment