Skip to content

Play DVD in Debian

Well, I decided to take a punt on installing it direct from VideoLAN: edit /etc/apt/sources.list and add the line:

#Play DVD in debian
deb http://download.videolan.org/pub/debian/stable/ /
deb-src http://download.videolan.org/pub/debian/stable/ /

Then add their key:

wget http://download.videolan.org/pub/debian/videolan-apt.asc && apt-key add videolan-apt.asc

Now update the system

apt-get update

And install libdvdcss2

apt-get install libdvdcss2

And suddenly all dvd players start working on all dvds. Cool!


Last updated: 9 Settembre 2015 by admin