eustasy-archive / howtoubuntu.org-v1

SITE: Ubuntu Tutorials and How to's
https://howtoubuntu.org
Other
1 stars 0 forks source link

"How to Play a DVD" is outdated and inaccurate. #2

Closed lewisgoddard closed 6 years ago

lewisgoddard commented 10 years ago

The tutorial How to Play a DVD in Ubuntu relies on an old repository that it does not even mention. LibDVDCSS2 (the main package required) is now only maintained as part of a special Videolan repository.

The correct instructions are as follows.

echo 'deb http://download.videolan.org/pub/debian/stable/ /' | sudo tee -a /etc/apt/sources.list.d/libdvdcss.list &&
echo 'deb-src http://download.videolan.org/pub/debian/stable/ /' | sudo tee -a /etc/apt/sources.list.d/libdvdcss.list &&
wget -O - http://download.videolan.org/pub/debian/videolan-apt.asc|sudo apt-key add -

sudo apt-get update

sudo apt-get install libdvdcss2 libdvdread4 libdvdnav4 libavcodec-extra-53 libavformat-extra-53 libavutil-extra-51 libpostproc-extra-52 libswscale-extra-2 ubuntu-restricted-extras