If you’ve just downloaded Ubuntu 12.10 chances are you won’t be able to play encrypted DVDs. You can’t play encrypted DVDs because of legal reasons and codecs that allow you play them are not installed in Ubuntu by default.
This brief tutorial is going to show you how to quickly add Medibuntu software repository which contains w32codecs, libdvdcss2, and w64codecs that let you play encrypted DVDs in Linux systems, including Ubuntu.
Objectives:
- Add Medibuntu Repository in Ubuntu 12.10
- Install w32codecs, libdvdcss2, and/or w64codecs
- Enjoy!
To get started, press Ctrl – Alt – T on your keyboard to open the terminal. When it opens, copy and paste the commands below to create Medibuntu software repository on your system.
sudo wget http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list --output-document=/etc/apt/sources.list.d/medibuntu.list
Next, run the commands below to add its repository key.
wget -q "http://packages.medibuntu.org/medibuntu-key.gpg" -O- | sudo apt-key add -
Finally, run the commands below to update your system and install these packages.
sudo apt-get update && sudo apt-get install w32codecs libdvdcss2
For 64-but systems, run the commands below
sudo apt-get update && sudo apt-get install w64codecs libdvdcss2
Now you should be able to play encrypted DVDs in Ubuntu.
If you still have problems, check this post out as well.
https://liberiangeek.net/2012/10/install-media-codecs-in-ubuntu-12-10-quantal-quetzal/
Enjoy!
Frequently Asked Questions
How can I play encrypted DVDs in Ubuntu 12.10?
To play encrypted DVDs in Ubuntu 12.10, you need to add the Medibuntu software repository and install codecs such as w32codecs, libdvdcss2, and w64codecs.
What are the codecs required to play encrypted DVDs in Ubuntu?
The codecs required to play encrypted DVDs in Ubuntu include w32codecs, libdvdcss2, and w64codecs which can be installed after adding the Medibuntu repository.
What is the purpose of adding the Medibuntu repository in Ubuntu 12.10?
Adding the Medibuntu repository in Ubuntu 12.10 allows you to access the necessary codecs like w32codecs, libdvdcss2, and w64codecs required to play encrypted DVDs.
How do I add the Medibuntu software repository in Ubuntu 12.10?
To add the Medibuntu software repository in Ubuntu 12.10, open the terminal and run the specified commands to download the repository list and add the repository key.
Can I play encrypted DVDs on Ubuntu without adding the Medibuntu repository?
No, you need to add the Medibuntu repository in Ubuntu to install the required codecs like w32codecs, libdvdcss2, and w64codecs to play encrypted DVDs.
What command should I use to install w32codecs and libdvdcss2 in Ubuntu?
To install w32codecs and libdvdcss2 in Ubuntu, run the command 'sudo apt-get update && sudo apt-get install w32codecs libdvdcss2' in the terminal.
How can I play encrypted DVDs in Ubuntu 12.10 on a 64-bit system?
If you are using a 64-bit system, you can play encrypted DVDs in Ubuntu 12.10 by installing w64codecs along with libdvdcss2 after updating the system.
Where can I find additional help if I still can't play encrypted DVDs in Ubuntu after adding Medibuntu repository?
If you encounter issues playing encrypted DVDs in Ubuntu even after adding the Medibuntu repository, you can refer to this post for additional troubleshooting tips: https://liberiangeek.net/2012/10/install-media-codecs-in-ubuntu-12-10-quantal-quetzal/