cannot play DVD possibly encrypted. What do I do?

Asked by Claus P. Schmidt

cf. summary

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu totem Edit question
Assignee:
No assignee Edit question
Solved by:
Richard Garvin
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1
Revision history for this message
Best Richard Garvin (garvinrick4) said :
#2

Make sure you have this package installed.
sudo apt-get install libdvdcss2

Open your Medibuntu repository if you have not.

sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update

Revision history for this message
Claus P. Schmidt (cps-daf-u) said :
#3

Thank you!