2009.06.18 Ubuntuで市販DVD
アプリケーション→アクセサリ→端末


sudo apt-get install libdvdread3

cd /usr/share/doc/libdvdread3

sudo ./install-css.sh




これで libdvdcss2 が組み込まれ市販DVDが観れる。

Medibuntuのリポジトリの追加
アプリケーション→アクセサリ→端末


最初に
sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list; sudo apt-get -q update; sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring; sudo apt-get -q update


Ubuntu 9.04の場合
sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list --output-document=/etc/apt/sources.list.d/medibuntu.list


Ubuntu 8.10の場合
sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list --output-document=/etc/apt/sources.list.d/medibuntu.list


Ubuntu 8.04の場合
sudo wget http://www.medibuntu.org/sources.list.d/hardy.list --output-document=/etc/apt/sources.list.d/medibuntu.list


Ubuntu 7.10の場合
sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list --output-document=/etc/apt/sources.list.d/medibuntu.list


Ubuntu 6.06の場合
sudo wget http://www.medibuntu.org/sources.list.d/dapper.list --output-document=/etc/apt/sources.list.d/medibuntu.list


最後に
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update

Secret

TrackBackURL
→http://sardsstory.blog73.fc2.com/tb.php/139-167df433