Skip to content
Blog How to install VLC Media Player in Ubuntu 10.04 Lucid Lynx

How to install VLC Media Player in Ubuntu 10.04 Lucid Lynx

Here’s is a guide to install VLC using motumedia ppa.

To install VLC, you will need to install the medibuntu-keyring, w32codecs and libdvdcss2.
For that open a terminal and type the following.

$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2EBC26B60C5A2783 
$ sudo apt-get update 
$ sudo apt-get install medibuntu-keyring
$ sudo apt-get update
$ sudo apt-get install w32codecs
$ sudo apt-get install libdvdcss2

Now add the motumedia GPG key.

$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  C5D7718106438B87

Now add this line to your repository.

deb http://ppa.launchpad.net/motumedia/ppa/ubuntu lucid main

Go to System->Administration->Software Sources and select the Third-Party Software tab then click the Add button and add the line there.

Now install VLC and its moxilla-plugin

$ sudo apt-get update
$ sudo apt-get install vlc mozilla-plugin-vlc
$ sudo atp-get upgrade

2 thoughts on “How to install VLC Media Player in Ubuntu 10.04 Lucid Lynx”

  1. hi, thanks for the post but when i executesudo apt-get install medibuntu-keyringi get the message E: Couldn't find package medibuntu-keyringThanks

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.