Enable Ubuntu restricted extras & DVD playback

cd

If you have tried to play a DVD in Ubuntu you may have encountered some issues. DVD playback (and other non-free media formats) can easily be enabled following this short guide.

Reading time:
1 min
  1. Ubuntu restricted extras

    To install Ubuntu restricted extras run the following command in the terminal (Ctrl+Alt+t):

    sudo apt-get install ubuntu-restricted-extras
    
  2. Enable DVD playback

    To enable DVD playback run the following command in the terminal (Ctrl+Alt+t):

    sudo apt-get install libdvdread4 && sudo /usr/share/doc/libdvdread4/install-css.sh
    

Thank you for reading this article.
Please share if you liked it.