I am using 7.04 and entered these into my terminal:
echo "deb http://packages.medibuntu.org/ feisty free non-free" | sudo tee -a /etc/apt/sources.list
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update
I then clicked the 'update' icon on the taskbar, viewed, and subsequently installed all possible updates. Yet my media players still won't play DVDs. Can anyone help me fix the problem? In case you're wondering, the output for things like 'sudo apt-get install libdvdcss2' and "sudo apt-get install libdvdread3' always yields something like "this is already installed."
echo "deb http://packages.medibuntu.org/ feisty free non-free" | sudo tee -a /etc/apt/sources.list
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update
I then clicked the 'update' icon on the taskbar, viewed, and subsequently installed all possible updates. Yet my media players still won't play DVDs. Can anyone help me fix the problem? In case you're wondering, the output for things like 'sudo apt-get install libdvdcss2' and "sudo apt-get install libdvdread3' always yields something like "this is already installed."
Comment