Thanks to Andrew Morgan for mention of vobcopy. Ubuntu users are probably used to the chore of reinstalling libdvdcss2 after each system upgrade. In case it is of wider utility, I offer below a shell script that I have in my personal bin directory:
((begins)) #! /bin/bash 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 sudo apt-get --yes install w64codecs libdvdcss2 ((ends)) Regards to all, CPKS -- Next meeting: Bournemouth, Tuesday 2011-12-06 20:00 Meets, Mailing list, IRC, LinkedIn, ... http://dorset.lug.org.uk/ New thread on mailing list: mailto:[email protected] How to Report Bugs Effectively: http://goo.gl/4Xue

