Here’s how to install libdvdcss2 and a couple other useful media libraries on your Gutsy box. Note that these may be “illegal”. Paste the following in your terminal.
sudo su -c 'echo deb http://packages.medibuntu.org/ gutsy free non-free >> /etc/apt/sources.list'
sudo su -c 'echo deb-src http://packages.medibuntu.org/ gutsy free non-free >> /etc/apt/sources.list'
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install libdvdcss2 w32codecs gstreamer0.10-pitfdll
echo "done"
Comments (13)
Thanks for the help,
Your first line has an error, deb is copied twice.
You also need to add the key before you update apt
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -
other than that it got me where I needed, thanks
Thanks, I fixed those mistakes.
Thanks so much for this. It made things very simple.
Steve
Woot now i can watch vids, thanks man.
Dear Sir,
Thank you very much for your help. This Ubuntu O.S. is pretty confusing for me, but you’ve helped me greatly!
Thanks again!
Scott B.
Thanks.
Worked like a charm…
Worked until I chose ‘Y’ when asked if I wanted to continue the installation at which point I got – ‘Abort.’ and nothing happened. Weird. Anyway, just re-entering the install line (line above echo ‘done’) did the trick, and now I can play encrypted DVDs. Thanks.
Thanks a lot! After it asked for my sudo password it stopped, but I just pasted it again and it worked like a charm. Only it didn’t do the last line to say “Done.” for some reason. Oh well, it works great now and I can finally play the DVDs I’m legally entitled to play!
Awesome thank you very much! I had no problems at all, you directions work great.
Many thanks!
Very precise and very useful!!!
Antonio from Munich
I loved your echo done
I would greatly prefer “add this to your apt sources” over a pointless shell script I have to scrutinize before pasting. Also, this would help to counteract the some of the negative effects of the ubuntu recipe-driven culture. thanks
Thank you very much, this was by far the easiest method I have yet found, very friendly script!
Since this was posted a few versions back, make sure to replace the two instances of “Gutsy” with whatever version you are using (intrepid, jaunty, etc.)